Click here to Skip to main content
15,887,676 members
Home / Discussions / iOS
   

iOS

 
QuestionApple Pay - WEB Integration through Braintree - how to create Certificate for the Sandbox / Development Environment? Pin
AndreeaLib27-Dec-16 1:36
AndreeaLib27-Dec-16 1:36 
QuestionXcode and I phone for debug Pin
Andy_Bell14-Dec-16 23:04
Andy_Bell14-Dec-16 23:04 
QuestionRe: Xcode and I phone for debug Pin
David Crow15-Dec-16 2:26
David Crow15-Dec-16 2:26 
Question2 Notification show in my create app ios Pin
Sathiya moorthi24-Oct-16 1:50
Sathiya moorthi24-Oct-16 1:50 
AnswerRe: 2 Notification show in my create app ios Pin
Richard MacCutchan24-Oct-16 1:52
mveRichard MacCutchan24-Oct-16 1:52 
AnswerRe: 2 Notification show in my create app ios Pin
First European12-Dec-16 4:40
First European12-Dec-16 4:40 
QuestionTarget Ios with Xcode version Pin
Andy_Bell5-Oct-16 9:53
Andy_Bell5-Oct-16 9:53 
QuestionHow to execute itextsharp Pin
Radiance Cosmedic Centre28-Sep-16 0:32
Radiance Cosmedic Centre28-Sep-16 0:32 
AnswerRe: How to execute itextsharp Pin
Richard MacCutchan28-Sep-16 2:37
mveRichard MacCutchan28-Sep-16 2:37 
QuestionForce change in Wifi connection Pin
StampedePress22-Aug-16 5:55
StampedePress22-Aug-16 5:55 
AnswerRe: Force change in Wifi connection Pin
Afzaal Ahmad Zeeshan22-Aug-16 7:04
professionalAfzaal Ahmad Zeeshan22-Aug-16 7:04 
GeneralRe: Force change in Wifi connection Pin
StampedePress22-Aug-16 7:42
StampedePress22-Aug-16 7:42 
GeneralRe: Force change in Wifi connection Pin
Afzaal Ahmad Zeeshan22-Aug-16 8:04
professionalAfzaal Ahmad Zeeshan22-Aug-16 8:04 
GeneralRe: Force change in Wifi connection Pin
StampedePress22-Aug-16 9:03
StampedePress22-Aug-16 9:03 
GeneralRe: Force change in Wifi connection Pin
Afzaal Ahmad Zeeshan22-Aug-16 9:08
professionalAfzaal Ahmad Zeeshan22-Aug-16 9:08 
GeneralRe: Force change in Wifi connection Pin
StampedePress23-Aug-16 3:53
StampedePress23-Aug-16 3:53 
QuestionWhere to find an iOS template for my dictionary app Pin
tobe14244-Aug-16 12:02
tobe14244-Aug-16 12:02 
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 
I finally got my app running behind the lock screen by registering to location manager events (and setting appropriate permission)!
Yeah!

Now I have an other problem!
In my location changed handler I write to a file (basically I save the time + location)

However when I do that, after about 30 seconds under the lock screen, I got this exception:

Access to the path "/var/mobile/Containers/Data/Application/10213914-67DC-4A0F-B20A-38A3AF03F186/Documents/.config/JsonSettings_AllMeasurements.json" is denied.
C#
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00351] in /Users/builder/data/lanes/3412/3cf8aaed/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System.IO/FileStream.cs:290
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync, Boolean anonymous) [0x00000] in /Users/builder/data/lanes/3412/3cf8aaed/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System.IO/FileStream.cs:157
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access) [0x00000] in /Users/builder/data/lanes/3412/3cf8aaed/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System.IO/FileStream.cs:92

Any clues what is going on? And how to get passed that problem?
Thanks!
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

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 

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.