-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashlytics reporting StoreKit exception: SKProductsRequest handleReply #53
Comments
are you able to replicate this locally? might be when putting the app in background? Also: |
unfortunately I'm not able to replicate. so far this affected only 2 users of 147 using the version released few hours ago. previous versions of the app weren't affected by this crash, so I'm not sure if we screwed something up or is just a random error. I'll be monitoring and will keep in touch |
dig into the source code, the productsRequest in https://github.com/chirag04/react-native-in-app-utils/blob/master/InAppUtils/InAppUtils.m#L147 should be a strong reference, no? Apple docs at https://developer.apple.com/reference/storekit/skproductsrequest remarks "be sure to keep a strong reference to the request object; otherwise, the system might deallocate the request before it can complete." |
yeah. good find. Can you send a PR? |
#48 seems to be exact about it |
Hello,
We are starting to receive the following crash report:
http://crashes.to/s/400617489c8
Any thoughts about what could be causing the issue?
The text was updated successfully, but these errors were encountered: