Describe the bug
Receiving this error from Purchases.setLogHandler
Request already scheduled with jitter delay, adding existing callbacks to unjittered request with key: BackgroundAwareCallbackCacheKey(cacheKey=[/subscribers/%24RCAnonymousID%........................./offerings], appInBackground=false)
Purchases.setLogHandler((logLevel: LOG_LEVEL, message: string) => {
if (logLevel === LOG_LEVEL.ERROR || logLevel === LOG_LEVEL.WARN) {
TrackingService.logPaymentError(message);
}
});
- Environment
- Platform: iOS and Android
- SDK version: 6.7.0
- OS version:
- Xcode/Android Studio version:
- React Native version: 0.71
- SDK installation CocoaPods
- How widespread is the issue. Percentage of devices affected.
Describe the bug
Receiving this error from
Purchases.setLogHandlerRequest already scheduled with jitter delay, adding existing callbacks to unjittered request with key: BackgroundAwareCallbackCacheKey(cacheKey=[/subscribers/%24RCAnonymousID%........................./offerings], appInBackground=false)