Question

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!

Was it helpful?

Solution

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

OTHER TIPS

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top