Reputation: 435
I know that you can send out promo codes that allow users to get the application but these codes can stop working. I don't want to use any beta testing sites like TestFlight. Is there any way to give someone permeant access to the application if it is paid for free?
Thanks for the help!
Upvotes: 0
Views: 59
Reputation: 119031
You can't.
You might want to change to a free app with in-app purchases for the paid content. If you do that:
You can add a custom URL scheme to the app. Then, you can add some code to the app to process the URL used to open the app, check the information that it provides and activate all of your paid features.
How you decide to do the 'check' of the information is a different matter.
Upvotes: 1
Reputation: 24146
If you cannot upload your application directly to device (for this you will need to use provision profiles) - then no, either all can download it for free or everybody should pay/use promo codes.
Of course you can "buy" it once, or change price to free and then get back after user installed it, but I suppose it is not your variant
Upvotes: 0