Skip to content

Extansion not showing on share screen #316

Description

@LukasB-DEV

I followed this guide:
https://github.com/Expensify/react-native-share-menu/blob/master/IOS_INSTRUCTIONS.md

But my App is not shown on the share screen on IOS.
My Target settings for the extansion:
image

My info.plist for the extansion:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>HostAppBundleIdentifier</key>
	<string>org.shema</string>
	<key>HostAppURLScheme</key>
	<string>shema:// </string>
	<key>NSExtension</key>
	<dict>
	    <key>NSExtensionAttributes</key>
	    <dict>
	        <key>NSExtensionActivationRule</key>
	        <string>TRUEPREDICATE</string>
	    </dict>
	    <key>NSExtensionMainStoryboard</key>
	    <string>MainInterface</string>
	    <key>NSExtensionPointIdentifier</key>
	    <string>com.apple.share-services</string>
	</dict>
</dict>
</plist>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions