Hello everyone,
I have several apps running which have many IAPs. For instance:
- Button A > price A > unlocks feature A
- Button B > price B > unlocks feature B
- Button C > price C > unlocks feature C
It works fine for years. But, since a few weeks ago (I guess), without me changing anything, everything is mixed up with no particular order pattern:
- Button A > price C > unlocks feature C
- Button B > price A > unlocks feature A
- Button C > price B > unlocks feature B
The strangest part is when I build the apps in Xcode and run on my device, everything is working fine. The code is the same that is live since I have not updated any of the apps. This bug only appears on the apps downloaded from the App Store.
The products ID are also unchanged on App Store Connect. Actually, I noticed that App Store Connect has been updated recently. Is that somehow linked to this?
Please, does anyone know something on how to solve this? It completely messes up the user experience. Thank you very much.