Replies: 1 comment
-
|
I noticed pkpass was not an accepted mime type, maybe I can open an issue for this? we can add this to the mimeTypes dictionary "pkpass": "application/vnd.apple.pkpass", |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After extensive experimentation with the expo-share-intent library to enable sharing boarding passes (PKPass files) from Apple Wallet to a React Native app, I've encountered some interesting challenges worth documenting.
The Challenge
While implementing a boarding pass import feature, I discovered that despite proper configuration, my app wouldn't appear in the iOS share sheet when attempting to share a boarding pass from Apple Wallet. Interestingly, the app would appear when sharing other file types, just not PKPass files.
Below is my expo-share-intent configuration in my app.json:
Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions