Hello,
On layout start I'm adding product Id ("my100") and Request store listing as IAP manual says. Everything works fine with the purchases but when I want to show price of the product to the buyer It dosn't work. (I 'm trying to set it to some text field).
IAP.ProductPrice("my100") returns empty string when it is triggered on store listing success. May be i don't know something important concerning working with this plugin?
I used Intel XDK and this tutorial https://www.scirra.com/tutorials/4848/how-to-get-admob-official-plugin-working-on-android-crosswalk to compile project
Any help would be appreciated !
Have you looked at this?
IAP
Develop games in your browser. Powerful, performant & highly capable.
jeffige, yes I 've read manual and tutorials and forum also. There were issues similar to my question. But I didn't find solution...