Skip to content
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 13.2 in app purchase dialog not appearing #501

Open
3 of 9 tasks
appcornerit opened this issue Nov 6, 2019 · 1 comment
Open
3 of 9 tasks

iOS 13.2 in app purchase dialog not appearing #501

appcornerit opened this issue Nov 6, 2019 · 1 comment
Labels
area: purchase flows purchase processes, efficiency and failures difficulty: intermediate this issue is tough, contributions welcome iOS & iPadOS directly related to iPhone and iPad status: needs analysis community analysis is needed type: bug

Comments

@appcornerit
Copy link

appcornerit commented Nov 6, 2019

Platform

  • iOS
  • macOS
  • tvOS

In-app purchase type

  • Consumable
  • Non-consumable
  • Auto-Renewable Subscription
  • Non-Renewing Subscription

Environment

  • Sandbox
  • Production

Version

0.15.0

Report

Issue summary

On iOS 13.2 purchase never call the completion closure, in-app purchase dialog is never shown.
The same code on iOS 13.1 works like a charm, the app tested on iOS 13.1 was rejected from the app store, for this reason, the reviewer tested on iOS 13.2.

ProductsInfoController.swift

 for completion in query.completionHandlers {
        completion(results) //do nothing
   }

Related issue

#500 something bad happen on iOS 13.2

What did you expect to happen

the purchase should call the completion block and show the purchase dialog

What happened instead

purchase dialog not shown

@dlpigpen
Copy link

dlpigpen commented Dec 17, 2019

Same here

@Sam-Spencer Sam-Spencer added status: needs analysis community analysis is needed type: bug difficulty: intermediate this issue is tough, contributions welcome area: purchase flows purchase processes, efficiency and failures labels Feb 19, 2020
@Sam-Spencer Sam-Spencer added the iOS & iPadOS directly related to iPhone and iPad label May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: purchase flows purchase processes, efficiency and failures difficulty: intermediate this issue is tough, contributions welcome iOS & iPadOS directly related to iPhone and iPad status: needs analysis community analysis is needed type: bug
Projects
None yet
Development

No branches or pull requests

3 participants