Issue
I have submitted “reader” app to the app store and I have problem regarding to ExternalLinkAccount. After IOS 16 update apple requires to use open()
method instead of creating custom modal component (https://developer.apple.com/documentation/storekit/externallinkaccount). So is there any way to call the open()
method of the ExternalLinkAccount
in React Native?
I have added all the required fields in the XCode and I have created the custom modal and it works for IOS 15 and below but now for IOS 16.
Solution
This was solved by creating a NativeModule that utilizes the iOS StoreKit Framework
Answered By - Andranik
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.