j3k0 / cordova-plugin-purchase

In-App Purchase for Cordova on iOS, Android and Windows
https://purchase.cordova.fovea.cc
1.3k stars 537 forks source link

IOS bug on title #1217

Open dbessa1 opened 3 years ago

dbessa1 commented 3 years ago

I have a subscription plan titled "You + 1 employee". I noticed that the presence of the + sign along with the number is making the plugin not able to retrieve the title string from the apple server, and the result ends up being "null". I have this same title of plan working perfectly on android. If this is fixed, it would give me more flexibility in choosing the title. To get around this bug, I had to put the number or the + sign in full, which made my title less intuitive for what it proposes to the user. Thanks

j3k0 commented 3 years ago

ASAIK the plugin doesn't do any sort of processing on the title on iOS and the string is just given as-is.

Can you share some logs from Xcode, in them we should be able to see the title as it is reported by the native StoreKit library.

trungdv2nf commented 3 years ago

@dbessa1 did you check status of Localizations. i got rejected from reviewer and when i fetch subscription info title and description always get null. Then i check my subscription info in IAP page and don't know why my Localizations status became invalid (after rejected it always became invalid), so all i need to do is just update it to valid (i just delete a word and save and revert that word and save, nothing change but it become valid 👀) status and get title, descritpion back in my app image

dbessa1 commented 3 years ago

@trungdv2nf your case is more of an interactivity control between developer and Apple's review team. After a rejection they just want to make sure you tried to fix something that was rejected before you send it back for review. And for this, they prevent communication between the IAP server and your app, until you make some change to the in-app purchase forms, indicating that you've fixed something, and then being free to test what you've done as a novelty and being able to submit for review again.

jordanrzymski commented 2 years ago

I am getting the issue when the items are returned from the store and the title and descriptions are null value. But I have people using my app that haven't had the issue. I got this issue on xcode in the console and I seen the red dot on the localisations but now its happening again but everything is approved

I dont have red dots or anything

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.