in app purchasing broken?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
in app purchasing broken?
Is the in app purchasing option broken on Livecode 10?
I have pasted in my key and checked in the standalone settings box, but when I build the exe I get an error. If I uncheck the billing box the app compiles just fine.
I have pasted in my key and checked in the standalone settings box, but when I build the exe I get an error. If I uncheck the billing box the app compiles just fine.
Re: in app purchasing broken?
Sorry, I should say this is just for Andoid deployment, not iOS.
Re: in app purchasing broken?
What's the error say?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: in app purchasing broken?
The error says...
I have found the same error marked as resolved and not a bug in the quality centre so I have resubmitted it there so Livecode can have another look.
As I mentioned, compiled without the google billing option checked and everything is fine, try to compile with the option checked and you get the above error.
Code: Select all
Unable to build app for testing: could not encode class bundle - error:
Methods with invalid locals information:
void androidx.print.PrintHelper$PrintUriAdapter$1.onPostExecute(android.graphics.Bitmap)
Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 2 with constraint OBJECT.
Info in
/private/var/folders/qc/kzx8jjdn4zq3gpjvs87z2pgc0000gn/T/Temporaryltems/tmp.12380.sQ3wUuBb/28/classes.jar:androidx/viewpager/widget/PagerTitleStrip.class:
Methods with invalid locals information:
void androidx.viewpager.widget.PagerTitleStrip.updateTextPositions(int, float, boolean)
Information in locals-table is invalid with respect to the stack map table. Local refers to non-present stack map type for register: 37 with constraint INT.
As I mentioned, compiled without the google billing option checked and everything is fine, try to compile with the option checked and you get the above error.
Re: in app purchasing broken?
I also tried it in Livecode 10.0 and 10.0.1 RC3 with the same result
Re: in app purchasing broken?
I think you did the right thing sending it to the LC team. It looks like a printing error on first glance though I'm no expert, but billing doesn't seem like it should need to print anything.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: in app purchasing broken?
Fixed!
I have the wrong version of build tools installed, I downgraded to build tools 33.0.0 and the app compiled sucessfully.
I have the wrong version of build tools installed, I downgraded to build tools 33.0.0 and the app compiled sucessfully.