In app-billing implementation , buying paid app from free version

吃可爱长大的小学妹 提交于 2019-12-11 13:43:27

问题


I have paid and free version application in the single publisher account. now I have implemented the in-app billing implementation in free version I have added the in app product and done implementation in application code also. But what I want is user should able to buy the paid app from the free version app using the in app billing purchase. I am not getting how to add paid app as in app product and paid app get downloaded once user purchase the paid version.


回答1:


You can not add any other app like "in-app purchase". In your case there is two possibilities:

  1. Redirect user to market. In this case you have to provide sharing data between apps (like progress in a game or something, that was done in free version)

  2. You can provide all possibilities in "free" version, and lock it, while user does not buy "unlock full version" purchase.

More info can be found here.



来源:https://stackoverflow.com/questions/12153297/in-app-billing-implementation-buying-paid-app-from-free-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!