Skip to content

[IN_APP_PURCHASE] Purchase dialog not showing on iOS 13.4 #53534

@dancamdev

Description

@dancamdev

I'm facing an issue with in_app_purchase 0.3.1+2 flutter plugin and iOS 13.4

The purchase dialog opens once and, if canceled, it won't open anymore.

It works fine on Android and any prior version of iOS 13.4

It happens for both, consumable and non-consumable purchases.

By investigating further, I noticed that specifically, nothing happens when calling the following FIAPaymentQueueHandler.m method:

- (void)addPayment:(SKPayment *)payment { [self.queue addPayment:payment]; }

Metadata

Metadata

Assignees

Labels

P0Critical issues such as a build break or regressionc: regressionIt was better in the past than it is nowcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.p: in_app_purchasePlugin for in-app purchasepackageflutter/packages repository. See also p: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions