Search found 6 matches

by patrickshing
Tue May 23, 2023 4:21 am
Forum: iOS Deployment
Topic: App Store submission shows white screen
Replies: 1
Views: 3797

App Store submission shows white screen

Environment:
Mac OS 12_6_5
xCode 14_2
Livecode 9_6_9

We could test our app in local ipad mini.

But when submitting to app store, the review result says our app shows white screen during launch.

Any advise?
by patrickshing
Wed Jul 21, 2021 3:23 am
Forum: Android Deployment
Topic: Cannot access Android Documents folder in Livecode new version
Replies: 2
Views: 1960

Cannot access Android Documents folder in Livecode new version

We've had an Android app accessing files in the folder: /storage/emulated/0/Documents When generated with Livecode 905, everything's fine. When generated with Livecode 962, if we upgrade the new apk (did not remove the previous app), everything's fine, but if we remove the previous apk then install ...
by patrickshing
Wed May 09, 2018 4:42 am
Forum: Talking LiveCode
Topic: Android Download Folder
Replies: 1
Views: 2273

Android Download Folder

How can I access the Android Download Folder?

I wish to move a download file into my apps database & do some further processing, but don't know where could I access the file in LC.

Please help.
by patrickshing
Mon Apr 30, 2018 3:24 am
Forum: LiveCode Builder
Topic: Where to put android library files
Replies: 5
Views: 7170

Re: Where to put android library files

Excellent! It works now!

Thank you very much for leading me into the door of android library with LC Builder!

Will have some crazy busy days into my RFID project ...
by patrickshing
Tue Apr 24, 2018 7:28 am
Forum: LiveCode Builder
Topic: Where to put android library files
Replies: 5
Views: 7170

Re: Where to put android library files

I'm still stuck in linking up with android library! Using a simple java: ================================================= package com.example.uhfreader816ubt; public class HelloAndroid { public static String sayHelloAndroid() { return "Hello Android!"; } } ==========================================...
by patrickshing
Tue Apr 17, 2018 3:46 pm
Forum: LiveCode Builder
Topic: Where to put android library files
Replies: 5
Views: 7170

Where to put android library files

We are trying to embed an RFID reader to our android apps, starting to dive in LCB, just finished the Hello World exercise. Then, we put all android library files in the working folder, and add in these 3 lines in our lcb file: use com.livecode.foreign use com.livecode.java use MyService.java (MySer...

Go to advanced search