Search found 404 matches

by andyh1234
Tue Jan 07, 2025 4:56 pm
Forum: Android Deployment
Topic: in app purchasing broken?
Replies: 6
Views: 12449

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.
by andyh1234
Wed Jan 01, 2025 8:58 pm
Forum: Android Deployment
Topic: in app purchasing broken?
Replies: 6
Views: 12449

Re: in app purchasing broken?

I also tried it in Livecode 10.0 and 10.0.1 RC3 with the same result
by andyh1234
Wed Jan 01, 2025 8:12 pm
Forum: Android Deployment
Topic: in app purchasing broken?
Replies: 6
Views: 12449

Re: in app purchasing broken?

The error says... 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. Loca...
by andyh1234
Tue Dec 31, 2024 6:41 pm
Forum: Android Deployment
Topic: in app purchasing broken?
Replies: 6
Views: 12449

Re: in app purchasing broken?

Sorry, I should say this is just for Andoid deployment, not iOS.
by andyh1234
Tue Dec 31, 2024 6:14 pm
Forum: Android Deployment
Topic: in app purchasing broken?
Replies: 6
Views: 12449

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.
by andyh1234
Mon Nov 25, 2024 7:54 pm
Forum: iOS Deployment
Topic: Play sound and play stop
Replies: 7
Views: 11023

Re: Play sound and play stop

Hi, Ive founf a solution, simply play empty stops the playback. It would be great if there was a way to know if something is currently playing so I could swap the play button for a stop button and have that automatically flip back to a play button at the end of the playback but it looks like this is...
by andyh1234
Mon Nov 25, 2024 4:32 pm
Forum: iOS Deployment
Topic: Play sound and play stop
Replies: 7
Views: 11023

Play sound and play stop

I'm using the play command to play a sound filled successfully on iOS, works great but issuing play stop does not stop playback.

Is there an easy way to stop playback of an MP3 on iOS?
by andyh1234
Mon Nov 18, 2024 11:15 pm
Forum: iOS Deployment
Topic: IOS notifications
Replies: 1
Views: 7968

IOS notifications

Is it possible to set IOS notifications through Livecode, I would like to set a notification to be shown at a certain time but cannot see that this is possible at the moment.
by andyh1234
Mon Nov 18, 2024 11:14 pm
Forum: iOS Deployment
Topic: get URL no longer works in iOS app
Replies: 7
Views: 12185

Re: get URL no longer works in iOS app

I'm using Livecode 10.0.1 rc2 and put URL is working for me, I've not tried get but it might be worth giving put a go.
by andyh1234
Fri Nov 15, 2024 8:14 pm
Forum: iOS Deployment
Topic: IOS submission - missing privacy manifest
Replies: 1
Views: 7931

IOS submission - missing privacy manifest

When I submit my app for review I get the following message which automatically rejects the app. How do I get round it? Using Livecode 10.0.1 Thanks Andy ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/revsecurity.framework/revsecurity”, which includes BoringSSL / openssl_grpc, ...
by andyh1234
Fri Nov 15, 2024 5:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Setting the colour for a line chart
Replies: 7
Views: 12324

Re: Setting the colour for a line chart

Your first answer was great. I had the point size set to 0 so Livecode was just drawing a grey line I could not colour. I changed the point size to 2 and colours circles appeared on the line. It is not what I wanted originally (to colour the line itself) but it will be fine. Now if the chart would r...
by andyh1234
Fri Nov 15, 2024 1:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Setting the colour for a line chart
Replies: 7
Views: 12324

Re: Setting the colour for a line chart

Oh, ok. Didn't see the spam post and Craig mentioned OP so I thought he meant me!
by andyh1234
Fri Nov 15, 2024 1:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Setting the colour for a line chart
Replies: 7
Views: 12324

Re: Setting the colour for a line chart

Not AI Craig, genuine human.

Regards

Andy
by andyh1234
Thu Nov 14, 2024 1:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Charts control not refreshing
Replies: 9
Views: 10069

Re: Charts control not refreshing

Thanks

I've tried that and it has no effect in the iOS simulator which is a shame, but the resize code seems to work so that is a temporary fix.

Thanks
by andyh1234
Wed Nov 13, 2024 11:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Charts control not refreshing
Replies: 9
Views: 10069

Re: Charts control not refreshing

Ive just tried that in the simulator and it seems to work, you are a genius!

Thanks