Hi all,
I have an app in the AppStore that was converted from a paid to a fremium model about a year ago.
I do receipt validation in the App, and successfully check for the app original purchase version to check if user should have full access to app or not. I also check for the IAP purchase on the receipt, and enable the app as necesary.
Every update I make to the app, I get probably 2-3% of the users complaining that the IAP stopped working for them. Users are treated by the app as if they had never made a IAP, or bought the app before. On analytics, I can see that the validation worked large majority of users, but it seems there's always a small group of users that have problems. Some users are original buyers of the app, while others are IAP users.
On documentation, Apple mentions that receipts should be always available on the device, and if not you should ask for a refresh. I currently do that, and from my tests this works properly. Also, from analytics I can see the vast majority of users simply gets a new receipt automatically with the update.
I always ask users to delete app from the device and download it again from the AppStore, which forces the receipt refresh, and that works well for many, but not all.
Has anyone else experienced problems like this? How have you solved/worked around this issue?
I have spent a lot of time testing/debugging the validation code and all looks fine, but obviously that could still have bugs, and I'm still looking into it.
Thanks,
Eduardo