Search results for

“Visual Studio Maui IOS”

109,040 results found

Post

Replies

Boosts

Views

Activity

MailCompositionService quit unexpectedly
I'm having an issue with mail and iOS 9. I have a button in my app that creates a MFMailCompositionViewController used for submitting feedback via email. This works fine in iOS 8. However, in the iOS 9 simulator, whenever I push this button, a window outside of the simulator pops up saying MailCompositionService quit unexpectedly.Meanwhile, the Xcode console shows the following output:viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.) UserInfo=0x7fa3aaff02b0 {Message=Service Connection Interrupted}However, the app hasn't actually crashed. It continues to work fine. The app only crashes if I try to share something via email using UIActivityItemProvider. And when this crash happens, there's no log output other than (lldb). Is this just an issue with the simulator? I haven't tried running the app on an actual device with iOS 9.
11
0
12k
Jun ’15
CTRubyAnnotation changes (need help fixing error)
I'm currently running into some problems when creating an NSAttributedString that displays the ruby annotation for a string. var reading = [.passRetained(ねこ) as Unmanaged<CFStringRef>?, .None, .None, .None] let annotation = CTRubyAnnotationCreate(.Auto, .Auto, 0.5, &reading) as CTRubyAnnotationRef let attributed = NSAttributedString(string: 猫, attributes: [ NSFontAttributeName: font, NSVerticalGlyphFormAttributeName: verticalLayout, kCTRubyAnnotationAttributeName: annotation.takeUnretainedValue() ])This is giving me the error that CTAnnotationRef doesn't have a member named takeUnretainedValue.Has there been a change in swift or iOS 9 that now means the code doesn't work as expected? Also, is there a better way I could be creating the NSAttributedString?The code above works fine under swift 1.2 / iOS 8.Thanks,Matt Delves
0
0
279
Jun ’15
How to update from watchOS 2 beta to watchOS 2 Final
Hi everyoneWhen the final version is released to the public of watchOS 2, how will the update work from the GM?Usually, on iOS when upgrading from the GM to final, you download the APK off itunes servers, plug it into itunes and update it.On Mac, you just redownload the installer from the app store and install it.How will this work on watchOS since you cannot use a manual file and im guessing it wont read the full update from a GM if you know what im trying to say 🙂
1
0
602
Jun ’15
datamitigator Carousel quit unexpectedly
Every time I try to run a watch app in the simulator I get these errors:Carousel quit unexpectedlyApplication Specific Information:Assertion failed: (false), function -[CSLHexAppGraph decrementNeighborCountsForHex:], file /BuildRoot/Library/Caches/com.apple.xbs/Sources/Carousel_Sim/Carousel-342.5/Carousel/UI/Mazda/Models/CSLHexAppGraph.mm, line 859.CoreSimulator 159 - Device: Apple Watch - 38mm - Runtime: watchOS 2.0 (13S5254w) - DeviceType: Apple Watch - 38mmcom.apple.datamitigator quit unexpectedlyApplication Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:]: URL is nil'terminating with uncaught exception of type NSExceptionabort() calledCoreSimulator 159 - Device: iPhone 6 - Runtime: iOS 9.0 (13A4254u) - DeviceType: iPhone 6Reinstalled xcode 7 twice now to see if it would fix
0
0
855
Jun ’15
Packet Tunnel Provider for custom VPN Protocol
From the release notes of iOS 9 available in developer.apple.com i understand that Apple introduces new extension point for implementing Custom VPN Tunneling protocol. But the usage of the these extension point is based on the special permission from Apple. Could someone help me in getting more information on accessing and usage of Packet Tunnel Provider and necessary steps to request the special permission from Apple.
7
0
2.8k
Jun ’15
Cannot update Notes from iPad
Hi,I have iPhone 6 and iPad Air now. I've upgraded both devices to iOS 9 beta 1.On iPad, when I opend Notes.app, app asked me to update notes to enable new features, but I chose Not Now.Then in iPhone, I updated notes and completed successfully.When I came back to iPad and opened Notes.app, app asked me again to update notes so I accepted it this time, but it shows animated loading circle all the time and never completes.Anyone facing same issue?Regards,TKN
1
0
311
Jun ’15
Reply to iOS 9 Beta battery life
im having the same issue, do you think its because of going from 8.4 beta 3 to ios 9 beta 1, i did this not knowing that they were releasing beta 4 the next day. would the battery be better if we went from 8.4 beta 4 to ios 9 beta 1?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
MailCompositionService quit unexpectedly
I'm having an issue with mail and iOS 9. I have a button in my app that creates a MFMailCompositionViewController used for submitting feedback via email. This works fine in iOS 8. However, in the iOS 9 simulator, whenever I push this button, a window outside of the simulator pops up saying MailCompositionService quit unexpectedly.Meanwhile, the Xcode console shows the following output:viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.) UserInfo=0x7fa3aaff02b0 {Message=Service Connection Interrupted}However, the app hasn't actually crashed. It continues to work fine. The app only crashes if I try to share something via email using UIActivityItemProvider. And when this crash happens, there's no log output other than (lldb). Is this just an issue with the simulator? I haven't tried running the app on an actual device with iOS 9.
Replies
11
Boosts
0
Views
12k
Activity
Jun ’15
CTRubyAnnotation changes (need help fixing error)
I'm currently running into some problems when creating an NSAttributedString that displays the ruby annotation for a string. var reading = [.passRetained(ねこ) as Unmanaged<CFStringRef>?, .None, .None, .None] let annotation = CTRubyAnnotationCreate(.Auto, .Auto, 0.5, &reading) as CTRubyAnnotationRef let attributed = NSAttributedString(string: 猫, attributes: [ NSFontAttributeName: font, NSVerticalGlyphFormAttributeName: verticalLayout, kCTRubyAnnotationAttributeName: annotation.takeUnretainedValue() ])This is giving me the error that CTAnnotationRef doesn't have a member named takeUnretainedValue.Has there been a change in swift or iOS 9 that now means the code doesn't work as expected? Also, is there a better way I could be creating the NSAttributedString?The code above works fine under swift 1.2 / iOS 8.Thanks,Matt Delves
Replies
0
Boosts
0
Views
279
Activity
Jun ’15
How do i install the beta iOS 9?
How do I instal the iOS 9 beta version on my iPhone 5s?
Replies
0
Boosts
0
Views
185
Activity
Jun ’15
Reply to iOS 9 Beta battery life
What exactly do you mean with updated on top of iOS 9? Are you talking about installing the same Beta over an existing Beta?Thanks for clarifying 😉.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
How to update from watchOS 2 beta to watchOS 2 Final
Hi everyoneWhen the final version is released to the public of watchOS 2, how will the update work from the GM?Usually, on iOS when upgrading from the GM to final, you download the APK off itunes servers, plug it into itunes and update it.On Mac, you just redownload the installer from the app store and install it.How will this work on watchOS since you cannot use a manual file and im guessing it wont read the full update from a GM if you know what im trying to say 🙂
Replies
1
Boosts
0
Views
602
Activity
Jun ’15
datamitigator Carousel quit unexpectedly
Every time I try to run a watch app in the simulator I get these errors:Carousel quit unexpectedlyApplication Specific Information:Assertion failed: (false), function -[CSLHexAppGraph decrementNeighborCountsForHex:], file /BuildRoot/Library/Caches/com.apple.xbs/Sources/Carousel_Sim/Carousel-342.5/Carousel/UI/Mazda/Models/CSLHexAppGraph.mm, line 859.CoreSimulator 159 - Device: Apple Watch - 38mm - Runtime: watchOS 2.0 (13S5254w) - DeviceType: Apple Watch - 38mmcom.apple.datamitigator quit unexpectedlyApplication Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSFileManager enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:]: URL is nil'terminating with uncaught exception of type NSExceptionabort() calledCoreSimulator 159 - Device: iPhone 6 - Runtime: iOS 9.0 (13A4254u) - DeviceType: iPhone 6Reinstalled xcode 7 twice now to see if it would fix
Replies
0
Boosts
0
Views
855
Activity
Jun ’15
How does Handoff work on iOS 9?
How does one use Handoff features in iOS 9?
Replies
3
Boosts
0
Views
796
Activity
Jun ’15
Reply to 3 major subcategories of the Games category not working correctly
In my iOS 8.3 its just Casino, Dice, and Educational subcategories that are not reporting correctly. Are you saying that for you none of the game subcategories report proper game types?
Replies
Boosts
Views
Activity
Jun ’15
Reply to How does Handoff work on iOS 9?
Are you able to get it to work? I'm unable to get anything to work from my Macbook running Yosemite to my test iPad running iOS 9.UPDATE: I had to re-pair it to my Mac in order for it to work.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Xcode 7 possible bug - SourceKitService
Hello everyone,I'm getting the old SourceKit errors I used to get every now and then with the Xcode 6/iOS8 beta, but now on iOS 9/Xcode 7.In the Console.app I can see that the SourceKitService closes with SEGMENTATION FAULT CODE 11.Any fix you guys found? Suggestions?
Replies
1
Boosts
0
Views
1.2k
Activity
Jun ’15
Packet Tunnel Provider for custom VPN Protocol
From the release notes of iOS 9 available in developer.apple.com i understand that Apple introduces new extension point for implementing Custom VPN Tunneling protocol. But the usage of the these extension point is based on the special permission from Apple. Could someone help me in getting more information on accessing and usage of Packet Tunnel Provider and necessary steps to request the special permission from Apple.
Replies
7
Boosts
0
Views
2.8k
Activity
Jun ’15
Cannot update Notes from iPad
Hi,I have iPhone 6 and iPad Air now. I've upgraded both devices to iOS 9 beta 1.On iPad, when I opend Notes.app, app asked me to update notes to enable new features, but I chose Not Now.Then in iPhone, I updated notes and completed successfully.When I came back to iPad and opened Notes.app, app asked me again to update notes so I accepted it this time, but it shows animated loading circle all the time and never completes.Anyone facing same issue?Regards,TKN
Replies
1
Boosts
0
Views
311
Activity
Jun ’15
Reply to iOS 9 Beta battery life
im having the same issue, do you think its because of going from 8.4 beta 3 to ios 9 beta 1, i did this not knowing that they were releasing beta 4 the next day. would the battery be better if we went from 8.4 beta 4 to ios 9 beta 1?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Apple watch downgrade. I know it's not 'possible' but...
My issue is that I want my activity data from my backup of my phone on iOS 8.3. I didn't think of not being able to continue that activity data when upgrading to iOS 9 and watchOS 2. Any suggestions?
Replies
8
Boosts
0
Views
2.3k
Activity
Jun ’15
iOS 9 beta 1 not connecting to wifi even with correct password
ios 9 beta 1 is not connecting to wifi even with with the correct password. because of this I can't use my device. Please help.
Replies
1
Boosts
0
Views
146
Activity
Jun ’15