Click here to Skip to main content
15,881,588 members
Home / Discussions / iOS
   

iOS

 
AnswerRe: Where to find an iOS template for my dictionary app Pin
Afzaal Ahmad Zeeshan22-Aug-16 6:59
professionalAfzaal Ahmad Zeeshan22-Aug-16 6:59 
GeneralRe: Where to find an iOS template for my dictionary app Pin
tobe142423-Aug-16 11:49
tobe142423-Aug-16 11:49 
QuestionHow to create Login page in iOS using phonegap.? Pin
mbatra313-Aug-16 21:29
mbatra313-Aug-16 21:29 
AnswerRe: How to create Login page in iOS using phonegap.? Pin
Afzaal Ahmad Zeeshan22-Aug-16 7:08
professionalAfzaal Ahmad Zeeshan22-Aug-16 7:08 
QuestioniOS Background process Pin
Super Lloyd18-Jul-16 19:41
Super Lloyd18-Jul-16 19:41 
AnswerRe: iOS Background process Pin
Bloom Aman16-Aug-16 17:13
Bloom Aman16-Aug-16 17:13 
GeneralRe: iOS Background process Pin
Super Lloyd16-Aug-16 17:17
Super Lloyd16-Aug-16 17:17 
QuestionGPS background tracking app Pin
Super Lloyd18-Jul-16 14:06
Super Lloyd18-Jul-16 14:06 
Here, at work, I am working on an app which (attempt to) track user location in the background.
(Using C# and Xamarin / MonoTouch)

I tried to enable background tracking with the 3 following steps:
1. I updated the info.plist to have: BackgroundMode-On (Location Update, Background Fetch)
2. in my AppDelegate, call UIApplication.SharedApplication.SetMinimumBackgroundFetchInterval(Interval.TotalSeconds);
3. Also register location change with location manager:
C#
static CLLocationManager LocMgr = new CLLocationManager();
// ...
LocMgr.RequestAlwaysAuthorization();
if (CLLocationManager.LocationServicesEnabled)
{
    LocMgr.StartMonitoringSignificantLocationChanges();
    LocMgr.LocationsUpdated += LocationsUpdated;
}

However, despite all of that, in a whole night I only get 10 update (Interval is set to 1 minute!!!)
And I also went for a 10 minutes walk and I didn't get a single update!

Any clue on what I could be missing?
Cheers! Big Grin | :-D
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 18-Jul-16 20:12pm.

AnswerRe: GPS background tracking app Pin
Super Lloyd18-Jul-16 14:31
Super Lloyd18-Jul-16 14:31 
QuestionHow to call json WebService in iOS using swift.? Pin
mbatra3114-Jul-16 23:15
mbatra3114-Jul-16 23:15 
AnswerRe: How to call json WebService in iOS using swift.? Pin
Richard MacCutchan15-Jul-16 1:11
mveRichard MacCutchan15-Jul-16 1:11 
QuestionHow to call jSON web service from an iOS app..? Pin
mbatra3112-Jul-16 2:27
mbatra3112-Jul-16 2:27 
AnswerRe: How to call jSON web service from an iOS app..? Pin
Richard MacCutchan12-Jul-16 5:31
mveRichard MacCutchan12-Jul-16 5:31 
Questionusing nsNotificationenter Pin
Member 1259993223-Jun-16 0:15
Member 1259993223-Jun-16 0:15 
AnswerRe: using nsNotificationenter Pin
Super Lloyd12-Jul-16 17:47
Super Lloyd12-Jul-16 17:47 
QuestionHow to encode pdf file in UTF8 to for multipart http post Pin
rdediana18-Jun-16 3:43
rdediana18-Jun-16 3:43 
QuestionBest iOS framework for animation ? Pin
Michael Pauli24-May-16 1:41
Michael Pauli24-May-16 1:41 
AnswerRe: Best iOS framework for animation ? Pin
Robert Yank13-Jul-16 22:35
Robert Yank13-Jul-16 22:35 
QuestionIs a front-end for FaceTime possible? Pin
Frank Alviani31-Aug-15 9:36
Frank Alviani31-Aug-15 9:36 
AnswerRe: Is a front-end for FaceTime possible? Pin
Dennis E White13-Oct-15 6:50
professionalDennis E White13-Oct-15 6:50 
AnswerRe: Is a front-end for FaceTime possible? Pin
Member 1207320820-Oct-15 3:01
Member 1207320820-Oct-15 3:01 
QuestionGoogle Map iOS Sdk with Navigation Speech Pin
Gaurav.p81013-Jul-15 19:18
Gaurav.p81013-Jul-15 19:18 
AnswerRe: Google Map iOS Sdk with Navigation Speech Pin
Dennis E White14-Jul-15 13:42
professionalDennis E White14-Jul-15 13:42 
QuestionHow to Convert UIView to PDF format? Pin
Member 1163171131-May-15 23:45
Member 1163171131-May-15 23:45 
AnswerRe: How to Convert UIView to PDF format? Pin
Richard MacCutchan1-Jun-15 0:45
mveRichard MacCutchan1-Jun-15 0:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.