Blog: share result callbacks and iOS Share Extension authoring helper#5078
Closed
shai-almog wants to merge 1 commit into
Closed
Blog: share result callbacks and iOS Share Extension authoring helper#5078shai-almog wants to merge 1 commit into
shai-almog wants to merge 1 commit into
Conversation
Covers the new ShareResult / ShareResultListener API and the IOSShareExtensionBuilder from PR #5036. - Display.share(...) and ShareButton.setShareResultListener(...) surface SHARED_TO(packageName) / DISMISSED / FAILED outcomes. - iOS implementation routes through UIActivityViewController.completionWithItemsHandler. - Android implementation routes through Intent.createChooser with IntentSender (API 22+). - IOSShareExtensionBuilder generates a complete .ios.appext bundle (Info.plist, App Group entitlements, ShareViewController.swift, buildSettings.properties) and composes with the existing IPhoneBuilder.extractAppExtensions pipeline.
3 tasks
Collaborator
Author
|
Superseded — consolidating the follow-up posts so this release week ships fewer, broader posts. New merged versions in the follow-up PRs to this one. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ShareResult/ShareResultListenerAPI and theIOSShareExtensionBuilderfrom PR Add ShareResult callback API + iOS Share Extension authoring helper #5036.UIActivityViewController.completionWithItemsHandler) and Android (Intent.createChooserwithIntentSender, API 22+), and the share-funnel use case that motivates the API.IOSShareExtensionBuilderin the Maven plugin that emits a complete.ios.appextbundle programmatically, composing with the existingIPhoneBuilder.extractAppExtensionspipeline.File
docs/website/content/blog/share-result-callback.md— single new file.Sequencing
Branches off
master; intended to publish after the OIDC / passkey post (#5077). Front matter date is2026-06-02.Test plan
docs/websitesucceeds./static/blog/share-result-callback.jpg.