Search found 11 matches

by magixbox
Fri Jan 17, 2020 10:32 am
Forum: CGIs and the Server
Topic: running Livecode server on Linux NGNIX
Replies: 2
Views: 6592

Re: running Livecode server on Linux NGNIX

I've only managed to run livecode-server in FCGI method (linux), which is pretty similar to setting up nginx to run shell script.
Means the embedded style "<?lc" will not works, going back to the old CGI world.

If apache2 is still available, you may setup nginx to proxy over.
by magixbox
Thu Sep 19, 2019 4:35 am
Forum: iOS Deployment
Topic: ITMS-90683: Missing Purpose String in Info.plist
Replies: 0
Views: 5390

ITMS-90683: Missing Purpose String in Info.plist

While publishing app at Apple app store, got a blocking error as following via email: ------------------------------ We identified one or more issues with a recent delivery for your app. Please correct the following issues, then upload again. ITMS-90683: Missing Purpose String in Info.plist - Your a...
by magixbox
Wed Feb 27, 2019 3:33 am
Forum: CGIs and the Server
Topic: Geoloc with livecode-server
Replies: 4
Views: 6045

Re: Geoloc with livecode-server

I'll like to make this free for any use and modification, personal or corporate.
However, the database (open source) is maintain by MaxMind, and there are clauses on using it.

I guess I still have to make it clear with LICENSE statement somewhere.
Thanks for the advice.
by magixbox
Tue Feb 26, 2019 11:51 pm
Forum: CGIs and the Server
Topic: Geoloc with livecode-server
Replies: 4
Views: 6045

Re: Geoloc with livecode-server

Glad you like it! Rock on....
by magixbox
Tue Feb 26, 2019 10:01 am
Forum: CGIs and the Server
Topic: Geoloc with livecode-server
Replies: 4
Views: 6045

Geoloc with livecode-server

Self-contained, standalone geo-location service that you may setup on any livecode server which based on open source geoloc database. Free and open source for any use. https://github.com/magixbox/livecode-server-geoloc A little technical specification: - using sqlite3 database - require livecode-ser...
by magixbox
Thu Nov 03, 2016 4:07 am
Forum: CGIs and the Server
Topic: Livecode server installation at Google Cloud and AWS
Replies: 0
Views: 3512

Livecode server installation at Google Cloud and AWS

Anyone installed livecode-server at Google "compute machine" (aka VPS) or Amazon similar offer? The first major hurdle is x86 OS where you will have to go with Livecode x86 build (available in version 7). If you have to use livecode version 6 (for any reason), use the following 3 lines in the termin...
by magixbox
Fri Oct 21, 2016 4:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "put/get URL" always returns empty in LC8
Replies: 12
Views: 6863

Re: "put/get URL" always returns empty in LC8

Tested with 8.1.1 stable, the issue still there.
The workaround is to change "put url" to "put tsNetGetSync()" instead.
by magixbox
Thu Oct 20, 2016 12:58 pm
Forum: iOS Deployment
Topic: Submitted without notification gets warn
Replies: 2
Views: 2886

Re: Submitted without notification gets warn

Thanks for the pointer.
As long as Apple still letting the app to go thru, I am fine with that.
by magixbox
Thu Oct 20, 2016 7:30 am
Forum: iOS Deployment
Topic: Submitted without notification gets warn
Replies: 2
Views: 2886

Submitted without notification gets warn

The app that we have submitted clearly did not use any of the notification feature, and we did not turn any of those switches on while creating the standalone .app We've got a warning from apple that we should not includes such api in our app - which we have no control over as the app was created by...
by magixbox
Mon Oct 17, 2016 10:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: "put/get URL" always returns empty in LC8
Replies: 12
Views: 6863

Re: "put/get URL" always returns empty in LC8

In may case, the issue can be rather easily reproduce in 8.1.
Just click "test" button at the top to run the stack in iOS simulation, and all "put/get url" dead.
A relaunch of LC bring it back.
by magixbox
Sat Feb 22, 2014 9:00 am
Forum: iOS Deployment
Topic: mobileGetContactData
Replies: 20
Views: 14295

Re: mobileGetContactData

While playing with mobile contact, I too noticed something missing: - mobileFindContact lacks of support for Unicode. While the sample stack used a scan method to find for name that consist of "a" to "z", it is insufficient to lookup the entire address book if any of the records consists of Chinese ...

Go to advanced search