0

I have two apps:

  • A paid app that costs $0.99 (without ads)
  • A free app - without ads

In free version I have share page and if user shares the app 10 times they should be able to get pro (paid) version for free.

I can't figure out how to make this. How to give access some users to download paid app for free in some cases.

I searched for promo codes but it seems that it is hard coded values and it is limited to 100 codes in total. Is there a way to make things dynamically?

Paulw11
  • 95,291
  • 12
  • 135
  • 153
mister_giga
  • 780
  • 1
  • 11
  • 31
  • You need to read about shared keychain, http://evgenii.com/blog/sharing-keychain-in-ios/ – Anand Suthar Jun 21 '17 at 11:01
  • Don't think got anyway, you should just remove ads by code in your free app – Tj3n Jun 21 '17 at 11:03
  • @AnandSuthar thank you for instant reply, but it does not help – mister_giga Jun 21 '17 at 11:04
  • This is not a supported model in the app store. You could unlock the pro features in the free app after the 10 shares. In fact it sounds like you should only have one app with an in-app purchase to provide the pro features. Then if they share 10 times you unlock without the in-app purchase – Paulw11 Jun 21 '17 at 12:20

0 Answers0