Play Store updates/installs app using a different account than the one the user made IAP through

拈花ヽ惹草 提交于 2019-12-18 10:14:17

问题


On this bug report on github https://github.com/googlesamples/android-play-billing/issues/2#issuecomment-305380836 we were asked to raise the issue here.

The issue is simple. User has 2 or more accounts on their phone, let's say xyz@gmail.com and abc@gmail.com. They install an app with account xyz@gmail.com. They purchase some IAP item. The app updates and now the app is under abc@gmail.com and the user has lost the purchase. This happens a lot when using staged rollouts.

Main issue, as developers we aren't allow to let the user choose which account to buy with or which account to check for purchases with.

Second issue, the Play Store app on Android ignores the user account selected on the hamburger menu. The only workaround for this is to use the Play Store website as described on this workaround https://github.com/googlesamples/android-play-billing/issues/2#issuecomment-259108286 on the same bug report.

I don't know what the ideal solution is, all I know is that this is a huge hassle for developers leading to a lot of 1 star reviews after each update.

EDIT: As pointed out on a comment, when I refer to multiple accounts I am talking about multiple Google accounts for a single Android User, I am not talking about multiple Android users within the same phone.

来源:https://stackoverflow.com/questions/44397765/play-store-updates-installs-app-using-a-different-account-than-the-one-the-user

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