Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 627
kaushal trivedi Avatar asked Jan 07 '13 13:01

kaushal trivedi


1 Answers

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.

like image 106
Dheeraj Bhaskar Avatar answered Oct 05 '22 02:10

Dheeraj Bhaskar