Discussions

Ask a Question
Back to All

React native: Error code: 260, Apple sign in is required during adapty.activate

react-native-adapty version is 2.2.1

I am calling adapty.activate(MY_API_KEY) in useEffect, adapty becomes initialized, but along with that for some reason adapty makes an alert in app with title(Sign in to your apple account), this behaviour appears on real device and emulator too.
Also, in xcode appears this error message:
"[Adapty v2.2.2] - ERROR: SKReceiptManager: Receipt Data did not loaded. Error Domain=NSCocoaErrorDomain Code=260 "The file “receipt” couldn’t be opened because there is no such file."

Will be glad for any help.

Thank you in advance!