I have made an app with Flutter and I've added an unlock features option with in-app-purchase plugin. All works fine but I want to verify the purchase with a PHP script. I already have a PHP server so I need to use that to verify the purchase. How can I do that? Thanks in advance.
Asked
Active
Viewed 246 times
1
-
any error you are getting? – Ariful Islam Aug 26 '21 at 03:57
-
1You can use the developer APIs provided by the play store and app store for this by generating tokens. For example, in this answer, it is mentioned how the server-side editing will be for the play store. https://stackoverflow.com/a/34005001/9011129 – gizemsever Aug 26 '21 at 03:57
-
do you have solved this? – Rizal Lana Dec 29 '21 at 11:23