Top "Ios10" questions

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

Handling user notifications on iOS 10

I have troubles determining when the user taps on a user push notification on iOS 10. So far, I have been …

push-notification push ios10
Swift 3 and NumberFormatter (.currency) == ¤?

Xcode 8.0 (8A218a) GM Target: iOS 10 (Swift 3) Consider the following code: let number = NSDecimalNumber(decimal: 22.4) let numberFormatter = NumberFormatter() numberFormatter.numberStyle = .…

ios locale swift3 ios10 nsnumberformatter
Xcode 8: how to change targeted device family

I developed an app for iOS 9/10 for iphone devices but my client would like to present and show it first …

ios xcode ios9 ios10 xcode8
Continuous speech recogn. with SFSpeechRecognizer (ios10-beta)

I am trying to perform cont. speech recognition using AVCapture on iOS 10 beta. I have setup captureOutput(...) to continuously get …

ios swift beta ios10
iOS 10 "Starting WebFilter logging for process" + Proxy-Authorization header removed from request

Starting from iOS 10 I noticed such logs in my app yyyy-MM-dd HH:mm:sss HelloWorld[XXX:XXXXXX] WF: === Starting WebFilter …

ios ios10
Your account already has a signing certificate for this machine but it is not present in your keychain

I get this error, verbatim, when trying to build and install to a device. This is my environment: Xcode 8 El …

xcode8 ios10
Xcode8.0 Beta 6 - unable to read from device

I just upgraded Xcode 8.0 from beta 4 to beta 6 and I am getting this message " unable to read from device " when …

ios10 xcode8-beta6
How to send form data in POST request in Swift 3

I am trying to post form-data using webservice, userName & password, but in response it's showing an error stating "Could …

post swift3 ios10 content-type form-data
iOS 10 UserNotifications custom sound in background mode

Since UILocalNotification is deprecated in iOS 10 so I have updated my local notification flow using the UNUserNotification framework. The app …

swift ios10 uilocalnotification unusernotificationcenter
WARNING: Output of vertex shader 'v_gradient' not read by fragment shader

When i run my app in ios 10 using xcode 8 i am getting following message in debug console, and by UI …

ios ios10 xcode8