Hello, just tried it. Installed the modified extension, made a new app bundle, then loaded it onto Google play console and lo and behold it works. Many Thanks. Am happy.
Sorry for the delayed response.
I have been unable to test the app since I can’t open it on an android device.
I get a black screen with the cordova logo.
I will post this issue as a new post to see if someone has a solution.
You are installing the apk directly or through google play?
If you can open it and shows cordova logo, it means there’s something wrong with the cordova plugin, the extension code or an incorrect plugin parameter.
I think there’s no needed to open another forum thread for that. Respect to cordova, you’re using cordova and executing cordova every time you open a gdevelop game in android or ios, so yes, you’re using it, since without it, your game could not get executed. Just try to load a website without any web browser. It’s probably impossible, or at least without modifying anything.
This black screen means the custom extension is faulty, because something in the cordova plugin code changed or was added that causes such problem. The solution is adapting the extension code to the new cordova plugin version
I will try to reproduce the problem, and open an issue in github with logs and the corresponding information.
For those people who doesn’t knows what’s cordova: it is a famework. It allows gdevelop games execure in android or ios (like if it was a web browser). It also works as a wrap, allowing gdevelop games having access to native technologies like camera access, sensors, or other sdks that only have support in native platforms, like admob ads, and in this case, google play IAP.