Questions tagged [ios10]

iOS 10 is the tenth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 13, 2016. The ios10 tag should be used for questions specific to Apple's iOS 10 operating system. General iOS questions should use the ios tag.

Introduced at WWDC 2016, iOS 10, dubbed "the biggest iOS release ever" brings many new features and an interface redesign.

New features include:

  • Improved Messages, Maps, Apple Music
  • New SiriKit and CallKit frameworks

iOS 10 is the latest version of iOS released to the public and supports the following devices.

iPhone

  • iPhone 5
  • iPhone 5C
  • iPhone 5S
  • iPhone 6
  • iPhone 6 Plus
  • iPhone 6S
  • iPhone 6S Plus
  • iPhone SE
  • iPhone 7
  • iPhone 7 Plus

iPod Touch

  • iPod Touch (6th generation)

iPad

  • iPad (4th generation)
  • iPad Air
  • iPad Air 2
  • iPad Pro 12.9
  • iPad Pro 9.7

iPad Mini

  • iPad Mini 2
  • iPad Mini 3
  • iPad Mini 4

More information can be found here:

2837 questions
64
votes
22 answers

Xcode 8 generates broken NSManagedObject subclasses for iOS 10

I updated my iOS app project recently to iOS 10. Now I'm trying to change the Core Data Model of my app but the new NSManagedObject subclasses which Xcode generates are broken. I also tried to fix the subclasses manual but this doesn't work. The…
Remco Beugels
  • 1,075
  • 1
  • 11
  • 21
64
votes
3 answers

xcode 8 push notification capabilities and entitlements file setting

when using xcode 8 doing the push notification setting, unlike xcode 7, xcode 8 need developer turn on push notifications capabilities switch ( located at TARGETS -> AppName -> Capabilities as following pic ), then it will generate…
63
votes
10 answers

Model is running iOS 10.2 (14C92), which may not be supported by this version of Xcode

I am facing this error, i am done with research on that. I conclude the result, i need one file for device support 10.2(14C92) Please share that file. GoTo: Right click on Xcode 8 or Newer version of your Xcode, select "Show Package Contents",…
Piyush Sanepara
  • 1,397
  • 1
  • 17
  • 21
63
votes
2 answers

System group container for systemgroup.com.apple.configurationprofiles path

When i run my application in ios 10 using xcode 8 i am getting below message in debug console but everything is working fine. My application is using camera and photo library, and i had added " Privacy - Camera Usage Description " and "Privacy -…
Vaisakh
  • 2,844
  • 4
  • 23
  • 40
60
votes
3 answers

Error in iOS 10 : Unable to copy asset information from https://mesu.apple.com/assets/ for asset type

2016-10-05 13:36:21.383340 MyApp[1867:72704] 0x60000015e350 Copy matching assets reply: XPC_TYPE_DICTIONARY { count = 1, transaction: 0, voucher = 0x0, contents = "Result" => : 29 } 2016-10-05…
Rahul Mayani
  • 3,583
  • 4
  • 24
  • 38
59
votes
5 answers

This iPhone 6 is running iOS 10.1 (14B55c), which may not be supported by this version of Xcode

I'm trying to run the app after I updated Xcode to v8 and iOS to v10, but this error message pops up & prevents me from doing so: This iPhone 6 is running iOS 10.1 (14B55c), which may not be supported by this version of Xcode. What should I do…
Code Farmer
  • 1,216
  • 3
  • 10
  • 20
58
votes
4 answers

Xcode 8 iOS 10 non stop device logs

My Xcode 8 device log from an iOS 10 iPhone 6s+ is printing the following lines non continuously and I can't stop it or don't know a way to stop it. Any way I can stop these from printing? Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0]…
nitinsh99
  • 3,012
  • 3
  • 37
  • 73
58
votes
15 answers

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 trying to build the app on my device. Any ideas what the problem could be?
Michel Arteta
  • 1,346
  • 2
  • 11
  • 24
57
votes
5 answers

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() defaults.set(someObject, forKey: "someObject") print(defaults.object(forKey: "someObject")) someObject…
alionthego
  • 5,738
  • 7
  • 38
  • 74
56
votes
6 answers

Push notification issue with iOS 10

I've developed one application in that i've implemented push notification. Currently it's live on apple store. Upto iOS 9 push is working fine but after iOS 10 it is not working. What is the issue with the code?
Mohsin Sabasara
  • 691
  • 1
  • 7
  • 13
54
votes
6 answers

The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data

Got a build rejection The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data. The app does not use microphone. Or so I think. How do I track down where mic is…
Anton Tropashko
  • 4,300
  • 3
  • 31
  • 53
54
votes
4 answers

how to display image in ios push notification?

iOS 10 introduced push notification framework updates, UserNotificationsUI.framework As written on apple docs, it lets us customize the appearance of local and remote notifications when they appear on the user’s device. So if anyone have idea how…
53
votes
6 answers

"Reading from public effective user settings" in iOS 10

I'm getting the following messages when launching my app: 2016-10-12 14:47:23.705002 Discovery[377:147958] [MC] System group container for systemgroup.com.apple.configurationprofiles path is…
TenaciousJay
  • 6,271
  • 3
  • 40
  • 45
52
votes
6 answers

Take a photo and save to photo library in Swift

I have a button "take a photo" and when pressed, it opens the camera, you take a photo and when you select "Use Photo", I want it saved to the photo library. I am able to do all but save to the library. This is the code I have to open the camera:
LizG
  • 1,640
  • 1
  • 17
  • 29
52
votes
12 answers

Check internet connection (iOS 10)

For iOS 9 I was using Reachability public class to check wether the device is connected to the internet or not. I converted my Swift 2 code to Swift 3, and the Reachability doesn't work anymore. Can someone tell me how to check the internet…
LOLXDXPLOL
  • 601
  • 1
  • 6
  • 9