Post not yet marked as solved
Anyone dealt before with Apple Watch complications accessibility?
I'm using CLKComplicationTemplateGraphicCornerGaugeText to display custom data but VoiceOver adds degrees (º) after saying the value. I've tried with accessibilityLabel on CLKTextProvider but doesn't fix it.
Any idea?
Thanks in advance!
Hi,
I'm using the sample code to create a 3D object from photos using PhotogrammetrySession but it returns this error:
Error creating session: cantCreateSession("Native session create failed: CPGReturn(rawValue: -11)")
Sample code I've used is this and this.
Any idea?
Thanks in advance!
Post not yet marked as solved
Hi,I'm testing the new sync between CoreData and CloudKit introduced in WWDC but Xcode give me the error:The connection to service on pid 0 named com.apple.coredatad.cloudkit was invalidatedI've tried to start a new empty project or use the example project of WWDC session 202 and the same issue. Bundle ID is correct and I have Capabilities of iCloud and Background modes enabled.Running Xcode 11 on macOS Mojave and macOS Catalina. Testing devices: iPad Pro and iPhone running iOS 13 beta.Any idea about what's wrong?Thanks in advace.
Post marked as Apple Recommended
I've created a widget for my app and when I try to upload it to be distributed in TestFlight to my internal testers Xcode doesn't allow this operation.
ERROR ITMS-90349: "Invalid Info.plist value. The value for NSExtensionPointIdentifier 'com.apple.widgetkit-extension' is invalid in the Info.plist..."
Post not yet marked as solved
Hi everyone,I have an error on my app. When I launch it, the log shows:[NetworkInfo] Descriptors query returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated.}The app is freeze during this warning, which appear at least 20 times in just one second.Any idea?Thanks in advance.Best regards,Rubén
Post not yet marked as solved
Hi everyone,I'm develping an app that manage some phone numbers and when I try to use CallKit Directory Extension for identify the phone numbers of who call don't work for me.I have the data in the ViewController and I pass it to Extension with App Groups. This works fine, but the problem is next.I get properly the data in a Dictionary with this format: Dictionary: [String:String]. First key is the phone and value is the label [phoneNumber:Label]Then I create a sorted array with all phone numbers: phones = Dictionary.keys.sorted(). (Works fine)Then I create an array with labels:for phone in Dictionary {
labels.append(Dictionary[phone]
}This works too fine.Finally I use the for repeat that Apple have in the example for add it to context:for (phoneNumber, label) in zip(phones, labels) {
context.addIdentificationEntry(withNextSequentialPhoneNumber: CXCallDirectoryPhoneNumber("34"+phoneNumber)!, label: label)
}(the "34" that I add is the country code of Spain, I try too without it)I run the app and the extension in my iPhone and the extension is activated correctly, but if a phone that I have in my app (and not in Contacts) call me, iOS only say "Spain", but not <App> Caller ID: <Label>How can I solve it?Thanks so much in advance!(I test in a phone with iOS 11.2 beta and in other iPhone without beta)
I have an app with CallKit Extension and when I try to pass data from ViewController to the Directory Extension with App Groups and UserDefaults I have this error:2017-11-12 13:42:07.199664+0100 CallKitTest[6851:2093165] [User Defaults] Couldn't read values in CFPrefsPlistSource<0x101a25f60> (Domain: group.com.rubenfernandez.CallKitTest, User: kCFPreferencesAnyUser, ByHost: Yes, Container: (null), Contents Need Refresh: Yes): Using kCFPreferencesAnyUser with a container is only allowed for System Containers, detaching from cfprefsdAny ideas?Thanks!
Post not yet marked as solved
Anyone of Apple staff know if the developers can opt for HomePod Developer Kit before official release date to optimize our Sirikit apps to this device? Not $1 kit like Apple TV, but sounds great a 50% discount for developers with apps published on App Store. 🙂