Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Nov 17, 2023
1 parent 2cd8d03 commit 279a5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/PurchasesFlutterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ - (void)setupPurchases:(NSString *)apiKey
usesStoreKit2IfAvailable:usesStoreKit2IfAvailable
dangerousSettings:nil
shouldShowInAppMessagesAutomatically:shouldShowInAppMessagesAutomatically
entitlementVerificationMode:""];
entitlementVerificationMode:nil;
purchases.delegate = self;

result(nil);
Expand Down

0 comments on commit 279a5cb

Please sign in to comment.