App Purchase: Subscriptions not working on iOS 18.5

Please describe the question in detail and share your code, configuration, and other relevant info.In App Purchase: Subscriptions not working on iOS 18.5

Hi everyone, lm having an issue with my In App Purchase to handle subscriptions payments. Everything is working on iOS 18.2 and i have upgraded my xcode to 16.4 to cater for iOS 18.5 and I cannot get products from the store its returning empty.

Anyone having the same issue on iOS 18.5 i am stuck as the review process is rejecting my app is there a bug or new way of doing subscriptions on iOS 18.5

Below is my environment

Ionic:

Ionic CLI : 7.2.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 8.4.3
@angular-devkit/build-angular : 19.2.0
@angular-devkit/schematics : 19.2.0
@angular/cli : 19.2.0
@ionic/angular-toolkit : 12.1.1

Capacitor:

Capacitor CLI : 7.1.0
@capacitor/android : 7.1.0
@capacitor/core : 7.2.0
@capacitor/ios : 7.2.0

Utility:

cordova-res : 0.15.4
native-run : 2.0.1

System:

NodeJS : v20.18.3 (/usr/local/bin/node)
npm : 10.8.2
OS : macOS Unknown

What plugin are you using for IAP?

I am aware of GitHub - j3k0/cordova-plugin-purchase: In-App Purchase for Cordova on iOS, Android and Windows and Capacitor | In-App Subscriptions Made Easy – RevenueCat.

Hi thanks for feedback, i am using Cordova Plugin Purchase J3K0 by Jean Christophe Hoelt

I see you created an issue already on the repo. That would have been good to mention here :grin: That is probably gonna be your best bet. You might want to share your code on that issue so the maintainer can more easily help you.

If you don’t get support, switch to RevenueCat :sweat_smile: I’ve had a better experience with them.

Will do so thanks for responding.