So I'm guessing someone here has experienced this.
I think I have an error in the JS somewhere in the buy callback.
The difficulty I'm having is figuring out how to debug it. I have to build a release .apk to interact with the store and building a release .apk means I can't hook up my debug tools.
android:debuggable="true" won't let me build.
I've been trying to build via adb, but that doesn't seem to be working.
So I'm guessing someone here has experienced this.
I think I have an error in the JS somewhere in the buy callback.
The difficulty I'm having is figuring out how to debug it. I have to build a release .apk to interact with the store and building a release .apk means I can't hook up my debug tools.
android:debuggable="true" won't let me build.
I've been trying to build via adb, but that doesn't seem to be working.
Has anyone solved this problem?
Cheers.