capacitor-community / native-market

MIT License
27 stars 16 forks source link

error: this app is not allowed to query for scheme itms-apps #6

Closed giovanidevfullstack closed 1 year ago

giovanidevfullstack commented 3 years ago

I'm testing on Iphone 12/8 simulator in xcode and it's throwing this error when I tried to open the market for "update" and I can't find a answer about it. Android works fine. Someone can help me?

karen1au commented 2 years ago

Try to add this to your Info.plist

<key>LSApplicationQueriesSchemes</key>
<array>
<string>itms-apps</string>
</array>

and also call the method with app id: https://github.com/capacitor-community/native-market/issues/8#issue-948651927