Discussions

Ask a Question
Back to All

Problem with syncHistoricalData

Hello. We're using react-native-qonversion 4.4.2

We're calling Qonversion.getSharedInstance().syncHistoricalData(); after module initialization. For some reason, on iOS, it causes an apple login prompt to appear on a simulator, as well as on some real devices (apps downloaded from Testflight). Cancelling this prompt results in Qonversion.getSharedInstance().checkEntitlements() failing with error (it is called after module init and syncHistoricalData). Each device obviously has a logged in Apple ID user.

Is this expected behaviour? Would this prompt appear when the app is in production?