-
Notifications
You must be signed in to change notification settings - Fork 3
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
[iOS][Debug] Buying a sub or an IAP makes the app crash #157
Comments
Same issue here, using |
Hello @PierreCapo @hcourthias Apologies for the late answer, we do not track actively issues here. Are you using |
Hello @kherembourg, I will use the support center next time! On our side, we are not using |
Thanks for your reply @hcourthias Then it probably means that the purchase listener is triggered too early in some cases when the application starts and StoreKit queue is being processed. |
Thanks @kherembourg ! |
Hello @PierreCapo @hcourthias We think we found the reason of this crash, we forgot to add an instruction for the Purchase Listener. Thank you very much for your report! |
On iOS, in debug mode, around 3 times out of 4 after buying a Subscription or an IAP this problem happens. After the iOS native modal to pay is shown and I pay with an Apple test account, my app crashes (it freezes on the Purchasely paywall)
Those are the Xcode logs I get:
Environment Details
I always develop on a real device, so this bug happens on a real device, but could also happen on simulators I guess.
It can happen on various different iPhone models.
The app uses Purchasely
v4.5.3
but this problem has been here for months, so it's not a recent regression.The text was updated successfully, but these errors were encountered: