Search results for

Visual Studio Maui IOS

105,637 results found

Post

Replies

Boosts

Views

Activity

Can I install back to iOS 8.3 after trying out iOS 9 beta?
The download page says:Devices updated to iOS 9 can not be restored to earlier versions of iOS.Is this true? Can I not install iOS 8.3 (or another latest iOS version signed by Apple) over iOS 9 (or otherwise reset the device to iOS 8.3) even if it means I restore the phone and lose all the contents? Did you guys at Apple just change how it has worked for the past 4 years, or did your text-content writers just drop the ball?
8
0
1.6k
Jun ’15
AirWatch MDM crashes
This is mostly a heads-up to those looking to install the iOS9 beta - AirWatch Agent, for their MDM platform, crashes and can't execute under this beta.Awkward, but, beta is beta. Identifier: com.air-watch.agent Version: 5 (5.0.1) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2015-06-09 15:08:28.28 +1000 Launch Time: 2015-06-09 15:08:26.26 +1000 OS Version: iOS 9.0 (13A4254v) Report Version: 105 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 Triggered by Thread: 0 Filtered syslog: None found Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 ??? 0000000000 0 + 0 1 AirWatch 0x0039a297 0xe0000 + 2859671 2 AirWatch 0x0033ddab 0xe0000 + 2481579 3 AirWatch 0x0033dcfd 0xe0000 + 2481405 4 AirWatch 0x0029add3 0xe0000 + 1813971 5 AirWatch 0x000e4e49 0xe0000 + 20041 6 libdyld.dylib 0x360629cf 0x3605d000 + 22991 Thread 0 crashed with ARM Thread State (32-bit): r0: 0x00000000 r1: 0x00000000 r2: 0x000f4240 r3: 0x00379ed
3
0
2.7k
Jun ’15
Reply to Can I install back to iOS 8.3 after trying out iOS 9 beta?
It has always been like that, but you could still downgrade like you could before... DFU and such.... nothing has changed.Hope this helps.AndreaEDIT:From iOS 8 Beta programDevices updated to iOS 8 beta can not be restored to earlier versions of iOS. Only registered development devices will be able to upgrade to future beta releases and the final iOS software.At the end of the day as long as the previews version is still signed you can downgrade without too many issues.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iOS 9 Beta battery life
It might be me, but iOS 9 Battery life so far has been painfully bad, down from 100% to 85% without using it much in 2 hours... has anyone experienced anything similar?'I might try a complete restore since i only updated from iOS 8 to iOS 9 Beta, just curious to see if anyone else is in the same boat.....after all ...battery life is one of the focus for iOS9.Andrea
177
0
49k
Jun ’15
Reply to iOS 9 Beta battery life
Same thing for me:I'm down to 59% after what iOS defines as:Standby: 2:41Usage: 1:56However, I'm not near the 2 hours of real usage, that the phone claims... So something is chewing up battery at a rapid pace. According to the stats, Home & Lockscreen is responsible for 30% of this.I did a real Restore and whiped the phone before restoring the backup, so Iäm not sure taht will help you a whole lot!/J
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Will not let me enroll.
Enrolling is completely broken for me. - For my Personal account I get always to the enter US ASCII accout information screen, once I fill out and accept, I'm there again with reset fields.- My Apple-ID is also associated with two company Dev-Programs which are still valid. Trying to download Xcode / iOS / ... just results in the login page displayed over and over.Summary: Flawed, and you're not alone.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Crash - Kern_Invalid_address
Hey everyone. I wasn't sure which section to put this in but this was the most relevent i could find.Im new to all this and this is my first app so bare with me.I've created an app using Unity and then built it through xcode. When submitting to the app store i got 3 crash reports. I've tried to understand them but I cant seem to get my head around what they mean.All 3 crash reports are fairly simmilar with the following error: Exception Subtype: KERN_INVALID_ADDRESS at ... I will post one example below. If you want the other 2 reports then just ask!Thanks for your help!Incident Identifier: 938FFF53-56A2-4A1D-BF23-4E24567BA101CrashReporter Key: 3286a932eadfb6a4501de9b1e0044450b3f54fb3Hardware Model: xxxProcess: Box [1376]Path: /private/var/mobile/Containers/Bundle/Application/00E4561A-F30C-4C48-B2BD-355A71A4D971/Box.app/BoxIdentifier: Bob.BobVersion: 1 (1)Code Type: ARM (Native)Parent Process: launchd [1]Date/Time: 2015-06-02 17:16:47.033 -0700Launch Time: 2015-06-02 17:16:42.956 -0700OS Version: iOS
2
0
1.8k
Jun ’15
Reply to iOS 9 Beta battery life
Not what i expected from the first beta..... i know it is normal as it is not a finished product... but claim like.. we got an extra hour and then i am down to 80 % in 2 hours and it is getting worse...... it is not a good sign.All in all considering there isn't much new i expected this first beta to be more stable as in battery life..Hoping for a quick fix or it is down to iOS 8 very soon.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to on demand resources in iOS7?
On-demand resources are predicated on the App Store serving up the initial portion of the application binary and then expecting the application to request the rest manually when it's likely to need it. NSBundleResourceRequest, a key part of the API for managing on demand resources, is new for iOS 9.Which means that applications running on earlier versions of iOS are going to need to given a compatibility behavior--everything gets downloaded--or they're just not going to work at all.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
NSDateFormatter replacing colons with dots
Hi allI just put iOS 9 on a device and downloaded my app from the app store.The affected code is swift code.When i use a dateformatter with format:yyyy-MM-dd'T'HH:mm:ss.SSSSSZZZIt translates to2015-05-30T10.52.00.00000+0200 instead of 2015-05-30T10:52:00.00000+0200Anyone else experiencing this?I am using a very specific format here, the colons are specified directly, its pretty crazy they would turn into dots...I have not download the new xcode yet so i haven't seen it in debug mode, but this is what is sent to my backend server from iOS 9.Thanks in advance
4
0
667
Jun ’15
Install iOS simulators from the command line
Hi,We have a CI setup with multiple slaves. One stumbling block for us is that different versions of the iOS simulator need to be installed from the Downloads tab in the Xcode Preferences. Ideally there would be a command line tool that we could run to download and install specific versions. Does this exist?Many thanks,Charles
4
0
2.3k
Jun ’15