Search found 2 matches

by Wild_Eep
Sun Jan 15, 2012 9:50 pm
Forum: iOS Deployment
Topic: Keeping iOS from going to sleep
Replies: 2
Views: 2341

Keeping iOS from going to sleep

I'm writing an app that displays useful location-based information to the user continuously. At the moment, after a certain interval, the iOS device goes to sleep. I'd like the iOS device to remain awake while my app is running. What is the best approach? The only suggestion I've read so far is to p...
by Wild_Eep
Sat Dec 10, 2011 7:35 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copying Arrays from GPS data
Replies: 1
Views: 1784

Copying Arrays from GPS data

Hi all, I followed the tutorial about receiving GPS coordinates from the iOS: "How do I use CoreLoction with iOS" All of that worked properly on the first run! So I was thinking about extending the features a bit, calculating the difference in lat/lon based on the most recent two sets of lat/long re...