Hey Devs,
I have read the Intel article about "IAP in the Intel® XDK"
https://software.intel.com/en-us/html5/articles/iap-in-intel-xdk
It have 5 steps:
1.Add the payment plugin to your XDK project and build an APK
2.Publish the APK in Google Play as an alpha release
3.Add products you want to sell in google play
4.Add the billing key to your init call
5.Rebuild the APK and publish it
And I just don't know what to do with the step 4, it says:
"In google play console click "Services & API's" and locate your YOUR LICENSE KEY FOR THIS APPLICATION . You will need to modify your init call in your javascript file to include the Base64 encoded key.
inappbilling.init(successInit,errorCallback, {showLog:true, key: 'myOwnKeyRSABase64App'})"
I just don't know where should I modify my JavaScript file.
Can someone give me an advice?
Thanks!