Search found 6 matches
- Thu Feb 07, 2013 4:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Best practice for requesting web content
- Replies: 0
- Views: 1319
Best practice for requesting web content
Hi, I'm just starting my first mobile app with LiveCode and it will be essentially a streamlined version of a website, with some added features specific to the app. The website is PHP/MySQL driven and I'm wondering what the best approach is with regards the app requesting remote data for use within ...
- Tue Feb 05, 2013 5:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Two developers/version control with monthly package
- Replies: 2
- Views: 2460
Two developers/version control with monthly package
Hi, I'm looking at the cross platform monthly pay-as-you-go option, but am wondering if this allows for two developers to use LiveCode under this single subscription, or if two are required? I'd like to use Git for versioning the project throughout development and for collaboration to be possible. T...
- Thu Jan 24, 2013 12:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: GPS based push notifications
- Replies: 7
- Views: 5680
Re: GPS based push notifications
Just alluding to what Dave mentioned, the ability to receive push notifications when the app is running the background (for iOS and Android this would be) - is this possible? If the user launches the app, the GPS detection is run and the user is in the relevant location, can the GPS check and push n...
- Thu Jan 24, 2013 11:53 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: GPS based push notifications
- Replies: 7
- Views: 5680
Re: GPS based push notifications
Am I right in thinking the app could determine through GPS when to make the call to the server I believe this has to be a user task. They should click a button (or run your app) "Any sales near me?" Which would start the server communication. Running the GPS full time is very power consuming and yo...
- Wed Jan 23, 2013 5:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: GPS based push notifications
- Replies: 7
- Views: 5680
Re: GPS based push notifications
Hi Dave, cheers for the reply! I think your suggestion of making a call to the server for notifications could fit my use case. Essentially, when people are in a location, the idea is to send notifications to them about special offers etc. Am I right in thinking the app could determine through GPS wh...
- Wed Jan 23, 2013 4:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: GPS based push notifications
- Replies: 7
- Views: 5680
GPS based push notifications
Hello, first post here. I'm about to start a project for deployment on iOS and Android, most likely with LiveCode, which will involve push notifications being sent to users (via PHP/web) and only displayed to users if they are in a certain area (doesn't have to be too exact). Is it possible to do th...