I have an issue where I previously used the uniqueDeviceIdentifier
to check if the customer had activated a subscription in an app. Now when customers have updated to iOS7 I can no longer check the uniqueDeviceIdentifier
and the customers therefore no longer have a subscription. I will start using the identifierForVendor
to start subscriptions from now but I don't know what to do with old users that has already installed iOS7. I'm willing to give away subscriptions to any user who already has started the app but I don't know how I could possible check if the app has ever been started before.
Is there anyway to get around this dilemma with any check for install date or similar? Any advice would be appreciated.