Top "Ios10" questions

iOS 10 is the tenth version of Apple's iOS mobile operating system.

How to check for API availability in Xcode 9

I'm using he UserNotification framework that is available only in iOS 10. I am declaring a method that uses this framework …

objective-c ios10 foundation
iOS 10 don't call Notification Service Extension

I tried to implement the new Notification Service Extension, but I have a problem. In my NotificationService.swift file I …

ios swift ios10 ios-extensions unnotificationserviceextension
ISO8601DateFormatter doesn't parse ISO date string

I'm trying to parse this 2017-01-23T10:12:31.484Z using native ISO8601DateFormatter class provided by iOS 10 but always fails. …

ios swift date swift3 ios10
Debug Notification Extensions

I'm building a set of Notification Extensions (Service/Content). I'm unable to connect to Xcode debugger or even log out …

ios xcode apple-push-notifications ios10 xcode-debugger
Xcode 9: how to install ios 10 sdk

Given the fact that currently Xcode 9 is beta and the main interest today is getting knowledge of iOS 11 the question …

ios xcode ios10 base-sdk
Error: received error: [57] Socket is not connected - iOS 10

I just updated to Xcode 8 and iOS 10. After creating a build, I'm running into an error which I think is …

ios objective-c iphone ipad ios10
How to sync records between Core Data and CloudKit efficiently

I'm currently learning how to use CloudKit Framework and lack of documentation or examples showing how to sync Core Data …

core-data swift3 ios10 cloudkit ckoperation
UIImagePickerController crashes on iOS10

On presenting UIImagePickerController with photo library source on iOS10, my app crashes. On iOS10 with camera source and on iOS9 …

ios swift uiimagepickercontroller ios10
Resume NSUrlSession on iOS10

iOS 10 is going to be released soon so it worth to test applications for compatibility with it. During such test …

ios nsurlsession ios10 nsurlsessiondownloadtask