Search results for

Visual Studio Maui IOS

105,661 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
269
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
589
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
845
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.7k
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
294
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