I have a paid app(version 1.3) on app store. I want to release update(version 1.4) which has in app purchases. I am planning to release the update(version 1.4) which will be free .
I have covered all the possible scenarios for the upgrade of user from paid to free version . There is only one scenario where i am stuck.
- User has already downloaded version 1.3 which is paid app via iTunes account xyz@gmail.com on iPad 2
- Current available version on iTunes is 1.4 which is free.
- User downloads the version 1.4 on the on iPad 2 [upgrade works as i can get the previous UserDefaults keys to identify]
- User download the version 1.4 on iPhone 6 which din't have version 1.3 by xyz@gmail.com [How to know that user has already purchased the app ?]
Does anyone know what can be the solution for this problem.