-1

I want to be using URL-Schemes in my application so when someone use the URL-Scheme, they unlock PRO version inside the application.

BUT, how can i make that the URL-Scheme can be used only once? So only 1 person can use the url scheme, and when the url scheme is used, it cannot be used again?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
  • Maybe you should explain what you mean by ab "URL-Scheme". This sounds a bit strange... A url scheme is the protocol name noted at the beginning of a url. So for the url `http://stackoverflow.com` the url scheme would be `http`. I do not see how you can use that for some kind of authentication... – arkascha Oct 10 '15 at 15:00

1 Answers1

0

Usaully, to unlock the pro version, you should be using in-app purchases!

Giridhar
  • 104
  • 1
  • 6
  • I already am, but what if i want to give it away for free using url thing? – M. Connor Oct 11 '15 at 10:55
  • Just to make things clear, you want a way to to unlock your pro version only once inside your app, and after he unlocks the pro version he should not be available? – Giridhar Oct 11 '15 at 18:12