How to change toast message that comes after successful purchase of a product in in-app billing

[亡魂溺海] 提交于 2019-12-12 10:33:18

问题


I am getting a message like "Thank You,Your item will be appear shortly" after user purchase the product.Now this message comes from the market place side.But i want a custom message instead of this one.

How to do the same or at least how can I remove this toast notification?


回答1:


As other users have said, you cannot change the toast from the Play Store.

You will have to edit the Play Store App for that.

What you CAN do is to check if the purchase succeeded and show your own toast saying "The item is available now"

This message will work well with the toast that the Play Store shows.



来源:https://stackoverflow.com/questions/14197295/how-to-change-toast-message-that-comes-after-successful-purchase-of-a-product-in

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