Top "Ios10" questions

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

Transport security has blocked a cleartext HTTP

What setting do I need to put in my info.plist to enable HTTP mode as per the following error …

ios xcode ios9 ios10 app-transport-security
Xcode error: Code signing is required for product type 'Application' in SDK 'iOS 10.0'

I have Xcode 8 installed on OS X El Capitan. I get this error: Signing for "target" requires a development team. …

ios xcode xcode8 ios10 code-signing
Hide strange unwanted Xcode logs

When using the Xcode 8+ and creating a new blank project, the following logs appear when running the application: 2016-06-13 16:33:34.406093 …

ios xcode logging xcode8 ios10
CGRectMake, CGPointMake, CGSizeMake, CGRectZero, CGPointZero is unavailable in Swift

After converting code to latest swift 3.0 I am shown this error. Also tell me solution for CGSize = CGSizeMake(0,0) static var …

uikit swift3 xcode8 ios10
iOS 10 - Changes in asking permissions of Camera, microphone and Photo Library causing application to crash

iOS 10, Now Requires User Permission to Access Media Library, Photos, Camera and other Hardware like these. The solution for this …

ios plist ios10 user-permissions
disable viewport zooming iOS 10+ safari?

I've update my iPhone 6 plus to iOS 10 beta version and just found that in mobile safari, you can zoom any …

mobile-safari ios10 ios11 viewport ios12
Registering for Push Notifications in Xcode 8/Swift 3.0?

I'm trying to get my app working in Xcode 8.0, and am running into an error. I know this code worked …

ios push-notification swift3 ios10 unusernotificationcenter
How to make phone call in iOS 10 using Swift?

I want my app to be able to call a certain number when a button is clicked. I've tried to …

ios swift swift3 ios10 phone-call
Error '_BSMachError: port 1607; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND" in Cordova app on iOS 10

Everything works fine till I build my cordova application with Xcode 7.3.0 but it started crashing only on iOS 10 devices after …

objective-c cordova ios10 xcode8
Save dictionary in userdefaults in swift 3 with xcode 8

I am using the following code to save an object to UserDefaults (previously NSUserDefaults) using xcode 8: let defaults = UserDefaults.standard() …

nsuserdefaults swift3 xcode8 ios10