react-native-share-menu icon indicating copy to clipboard operation
react-native-share-menu copied to clipboard

Share intent for multiple links crashing

Open stoicaandrei opened this issue 1 year ago • 0 comments

I am testing my ShareExtension from various apps, and I noticed that one of them is sending 2 Links (see the screenshot attached), and my app is not showing in the Share Sheet.

These are my activation rules

<key>NSExtensionActivationRule</key>
<dict>
  <key>NSExtensionActivationSupportsText</key>
  <true/>
  <key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
  <integer>10</integer>
  <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
  <integer>10</integer>
</dict>

I tried testing it on my physical device with TRUEPREDICATE. It is showing in the Share Sheet, but it crashes when it attempts to read the data.

Is this a bug or a bad config on my part? IMG_770CF36E7745-1

stoicaandrei avatar Oct 10 '23 13:10 stoicaandrei