Search results for

“Visual Studio Maui IOS”

109,047 results found

Post

Replies

Boosts

Views

Activity

PPTP & L2TP VPN issues
Hello,Since iOS 9, and even after a reset network settings, I can't get L2TP or PPTP VPNs to last longer than 30 seconds.They connect without an issue and are working but after 30 seconds or so, no network connectivity is available.Anyone else noticed this issue?Thanks!Maxime
4
0
898
Jun ’15
Reply to WatchOS and iOS Console Output
I'll answer my own question. You need to go to Debug -> Open System Log... in the iOS simulator and then go to the following location:~/Library/Logs/CoreSimulator/<simulator-hash>/system.logAlso, you need to use NSLog instead of print() because only NSLog will output to the System Log.See below:http://stackoverflow.com/questions/10165641/how-can-i-get-the-console-logs-from-the-ios-simulator
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
downgraded from ios9 to 8.3 - watch bricked
I hated ios9 so much that I downgraded it to 8.3. Didn't know that watch ios 2 won't pair with 8.3. so,..guess I'm stuck. Should I go back to ios9 on iphone or should I just wait it out and hope that eventually they'll offer watch 3.0 and that'll pair with 8.3? Not sure what to do! Not happy with Apple at all!!! What should I do? Which will happen faster, do you think? That ios9 will improvve or that watch 3 will be available and it'll pair with 8.3? What a drag. Help please!!
5
0
1.8k
Jun ’15
AVAudioEngine synchronize with AVPlayer
Is there a way to synchronize AVAudioEngine playback (for audio) in sync with AVPlayer for visual playback? The AVPlayer documentation describes the property masterClock as the means to synchronizing video-only movies with audio played by another source. I cant find any in AVAudioEngine that contains a CMClockRef object.
4
0
4.1k
Jun ’15
Reply to downgraded from ios9 to 8.3 - watch bricked
Dont know what you mean by watch 3. There won't be a watchOS 3 until next year.watchOS2.0 will never work with iOS 8.xright now your choices are:- live with a bricked watch- continue to use iOS 9 and hope it gets less buggy soon. For me this is not really an option.- Hope that Apple releases some way to downgrade the watch back to OS 1.x
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Apple watch simulator no longer runs after updating to Xcode 6.3.2 (6D2105)
I've updated my Xcode to Xcode 6.3.2 (6D2105). Now all my existing Apple Watch projects no longer open the Apple Watch simulator (but code runs).I've tried creeating a clean project as well and added the Watch target. The WatchKit App, Notifcation, and Glances targets run, but the Apple Watch simulator doesn't show up.Only the iPhone target sim appears (and runs when that target is selected).I'm I missing some new setting to configure the sim to appear?PS: Running iPhone 6 / iOS 8.3 (12F69) sim
1
0
760
Jun ’15
Reply to iOS 9 Beta battery life
So a tester MUST have more than 1 device? I mean again the assumption that all people here are NOT developers? Macrumors users are the target of Public beta, iOS 9 beta and ths site are designed for developer...who guess what? might have only one device and want / need to test their app in iOS9 😉.I am trying to figure out....if this is so bad and people need to wait for iOS 9 public beta .... why would they release it??? (oh right ..for testing....and that's what we are all doing!!!!).
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Beta battery life
Hey, I'll try to iOS 9 and noticed that the battery life is short. Fully charged at 100% and I also used 2 hours and charging has fallen 80% very quickly. On the iPhone 6 Plus. Hopefully, this battery life is improved after repairs 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Swift 2.0 behaved weird when fetching data using NSData (Playground give different result from the Actual App with same Code)
So I just downloaded Xcode 7 and start playing with Swift 2I use one of my previous project and also a playground for testing new syntaxes.However I get into trouble when I use this line of code to fetch raw data from an free online apilet dataSource = NSData(contentsOfURL: NSURL(string: http://api.openweathermap.org/data/2.5/weather?id=5375480)!)Inside playground, the code ran perfect and I get excactly what I what.However I got nil for the dataSource everytime when I build the App on iOS 9b1 or either simulator, since the class is excactly same, I just can't understant why this happened.I try the product I built from my previous project using Xcode 6.3.2 with Swift 1.2 Syntax which is running on the same iPhone with iOS 9b1, I still get perfect result back, therefore it shows that it's nothing to do with hardware settings or API problems.Since I'm not sure if either I have missed something is important or it just an other early-pre-release bug cause this problem, please let me know if you
1
0
952
Jun ’15
app crashes during the review
Hello all,first time i am submiting an app.It is very simple app and for unexplained reason it crashed during apple review.i received the following details:During review, your app crashed on iPad running iOS 8.3 and iPhone running iOS 8.3 when we:1) launch app2) tap start button3) app crashesThis occurred when your app was used:- Offline- On Wi-Fi- On cellular networkI tested the app on my iphone and ipad,which has the same IOS version, also sent to other Iphone via Test Flight. Tested on simulators.The sent me a crash log but i can't find any usefull info or i can't read it right.Can anyone help please
5
0
2.8k
Jun ’15
Reply to how to become a apple developer
Learn to program in Objective-C and/or Swift. Become proficient and apply for a job at Apple.If you mean how to become an individual developer who creates apps for iOS and/or Mac OS,the answer is essentially the same, minus the applying to Apple for a job part.
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Do we have to support 3.5 inch screens?
YES, you MUST support the 3.5 screen. The iPhone 4s is still amongst the supported devicesand will continue to be when iOS 9 ships this fall, Apple has said so very clearly. Also, unlessyou're writing a universal app, your iPhone app MUST run in 3.5 1x/2x compatibilty mode onthe iPad family.
Replies
Boosts
Views
Activity
Jun ’15
PPTP & L2TP VPN issues
Hello,Since iOS 9, and even after a reset network settings, I can't get L2TP or PPTP VPNs to last longer than 30 seconds.They connect without an issue and are working but after 30 seconds or so, no network connectivity is available.Anyone else noticed this issue?Thanks!Maxime
Replies
4
Boosts
0
Views
898
Activity
Jun ’15
Reply to WatchOS and iOS Console Output
I'll answer my own question. You need to go to Debug -> Open System Log... in the iOS simulator and then go to the following location:~/Library/Logs/CoreSimulator/<simulator-hash>/system.logAlso, you need to use NSLog instead of print() because only NSLog will output to the System Log.See below:http://stackoverflow.com/questions/10165641/how-can-i-get-the-console-logs-from-the-ios-simulator
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS 9 Not updating Apps Correctly
I have updated my iPhone 6+ apps via iTunes to ensure they are all up to date. The App Store app on the iPhone still shows them needing updating. Anyone else run into this?
Replies
0
Boosts
0
Views
356
Activity
Jun ’15
downgraded from ios9 to 8.3 - watch bricked
I hated ios9 so much that I downgraded it to 8.3. Didn't know that watch ios 2 won't pair with 8.3. so,..guess I'm stuck. Should I go back to ios9 on iphone or should I just wait it out and hope that eventually they'll offer watch 3.0 and that'll pair with 8.3? Not sure what to do! Not happy with Apple at all!!! What should I do? Which will happen faster, do you think? That ios9 will improvve or that watch 3 will be available and it'll pair with 8.3? What a drag. Help please!!
Replies
5
Boosts
0
Views
1.8k
Activity
Jun ’15
AVAudioEngine synchronize with AVPlayer
Is there a way to synchronize AVAudioEngine playback (for audio) in sync with AVPlayer for visual playback? The AVPlayer documentation describes the property masterClock as the means to synchronizing video-only movies with audio played by another source. I cant find any in AVAudioEngine that contains a CMClockRef object.
Replies
4
Boosts
0
Views
4.1k
Activity
Jun ’15
Reply to downgraded from ios9 to 8.3 - watch bricked
Dont know what you mean by watch 3. There won't be a watchOS 3 until next year.watchOS2.0 will never work with iOS 8.xright now your choices are:- live with a bricked watch- continue to use iOS 9 and hope it gets less buggy soon. For me this is not really an option.- Hope that Apple releases some way to downgrade the watch back to OS 1.x
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Apple watch simulator no longer runs after updating to Xcode 6.3.2 (6D2105)
I've updated my Xcode to Xcode 6.3.2 (6D2105). Now all my existing Apple Watch projects no longer open the Apple Watch simulator (but code runs).I've tried creeating a clean project as well and added the Watch target. The WatchKit App, Notifcation, and Glances targets run, but the Apple Watch simulator doesn't show up.Only the iPhone target sim appears (and runs when that target is selected).I'm I missing some new setting to configure the sim to appear?PS: Running iPhone 6 / iOS 8.3 (12F69) sim
Replies
1
Boosts
0
Views
760
Activity
Jun ’15
Can I submit an app compiled with Xcode 7?
I'm considering migrating an existing project over to Xcode 7. If I do that, and don't target iOS 9, will I still be able to use Xcode 7 to submit the app to the App Store?
Replies
1
Boosts
0
Views
450
Activity
Jun ’15
Reply to iOS 9 Beta battery life
So a tester MUST have more than 1 device? I mean again the assumption that all people here are NOT developers? Macrumors users are the target of Public beta, iOS 9 beta and ths site are designed for developer...who guess what? might have only one device and want / need to test their app in iOS9 😉.I am trying to figure out....if this is so bad and people need to wait for iOS 9 public beta .... why would they release it??? (oh right ..for testing....and that's what we are all doing!!!!).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iOS 9 Beta battery life
Hey, I'll try to iOS 9 and noticed that the battery life is short. Fully charged at 100% and I also used 2 hours and charging has fallen 80% very quickly. On the iPhone 6 Plus. Hopefully, this battery life is improved after repairs 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Swift 2.0 behaved weird when fetching data using NSData (Playground give different result from the Actual App with same Code)
So I just downloaded Xcode 7 and start playing with Swift 2I use one of my previous project and also a playground for testing new syntaxes.However I get into trouble when I use this line of code to fetch raw data from an free online apilet dataSource = NSData(contentsOfURL: NSURL(string: http://api.openweathermap.org/data/2.5/weather?id=5375480)!)Inside playground, the code ran perfect and I get excactly what I what.However I got nil for the dataSource everytime when I build the App on iOS 9b1 or either simulator, since the class is excactly same, I just can't understant why this happened.I try the product I built from my previous project using Xcode 6.3.2 with Swift 1.2 Syntax which is running on the same iPhone with iOS 9b1, I still get perfect result back, therefore it shows that it's nothing to do with hardware settings or API problems.Since I'm not sure if either I have missed something is important or it just an other early-pre-release bug cause this problem, please let me know if you
Replies
1
Boosts
0
Views
952
Activity
Jun ’15
app crashes during the review
Hello all,first time i am submiting an app.It is very simple app and for unexplained reason it crashed during apple review.i received the following details:During review, your app crashed on iPad running iOS 8.3 and iPhone running iOS 8.3 when we:1) launch app2) tap start button3) app crashesThis occurred when your app was used:- Offline- On Wi-Fi- On cellular networkI tested the app on my iphone and ipad,which has the same IOS version, also sent to other Iphone via Test Flight. Tested on simulators.The sent me a crash log but i can't find any usefull info or i can't read it right.Can anyone help please
Replies
5
Boosts
0
Views
2.8k
Activity
Jun ’15
Reply to downgraded from ios9 to 8.3 - watch bricked
This is not Apple's fault. Both the iOS 9 and Watch OS installation notes clearly state that downgrading is not supported.DO NOT INSTALL BETAS ON DEVICES YOU NEED FOR DAILY USE. At least not for several iterations until they are stable enough to suit you (monitor forums for feedback).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15