Is it possible to merge an existing lite and a full version (inside the lite version plus in-app billing)?

StackOverflow https://stackoverflow.com/questions/5997547

سؤال

I have two apps on android market:
1) LITE/FREE - with ads and less content
2) FULL/PAID - without ads and full content

Is it possible to merge them together inside the LITE app using the in-app billing and maintain the users that bought the FULL version? How?

Basically:
* use the LITE package to add in-app billing
* in-app billing should use the FULL android market database

Thanks!

هل كانت مفيدة؟

المحلول

No it's not (as of now). See this Google I/O video where you're exact problem is discussed.

نصائح أخرى

Yes, This is possible the reason it was a problem for the guy in the video is because he already has customers whom have purchased the license in a different way and he will not be able to transfer those purchases to the in app billing purchase - this could be worked around by either having a server which will manage the purchases for you and inquiring via your server and not the Google lvl, or by providing and maintaining support for both methods of purchase (but this would be ugly).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top