ios10 Questions

3

How to get the incoming call phone number programmatically by using call kit framework. i tried with cxcallobserver class but no use. Any suggestions most helpful...
Educator asked 29/6, 2016 at 11:18

9

Solved

When click on any contacts in address book (inside my app) it's crashing on iOS 10 beta and working fine on iOS 9 versions; This is the crash log *** Terminating app due to uncaught exception 'CN...
Peonir asked 12/7, 2016 at 10:21

4

Solved

I want to use new Core Data API introduced in iOS10. @available(iOS 10.0, *) open class func fetchRequest() -> NSFetchRequest<NSFetchRequestResult> I created generic function to fetchi...
Muriel asked 5/1, 2018 at 14:37

15

Solved

I've updated my Xcode 8 to beta 2 today and I'm trying to share data between App and Today Extension. I'm facing with this log warning: 2016-07-08 18:00:24.732472 ProjetctX[941:42801] [User Defa...
Lentz asked 8/7, 2016 at 21:6

30

Solved

What setting do I need to put in my info.plist to enable HTTP mode as per the following error message? Transport security has blocked a cleartext HTTP (http://) resource load since it is insecu...
Chook asked 6/7, 2015 at 20:10

3

I had disable infocus, autoprompt, launch url and app alert in onesignal launch options, but still banner is displayed when app is in foreground, is am a missing something or i had written somethin...
Slowdown asked 30/8, 2017 at 5:13

4

Solved

I just updated to Xcode 8 and iOS 10. After creating a build, I'm running into an error which I think is contributing to some data not getting fetched. I don't know where to go from here, but it...
Juryman asked 14/9, 2016 at 0:54

6

Solved

Notification is not being displayed when I send mutable-content:1 with push payload neither it hits the breakpoint inside the Notification service extension, although without mutable-content push i...

8

Solved

Why the console output shows incomplete in Xcode 8 / iOS 10?
Abstracted asked 20/9, 2016 at 2:12

5

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 ...

3

Apple's Photo app has facial recognition capabilities. I would like to know if an API exists to access the associated data for photos which have been classified by the app.
Thyroxine asked 18/3, 2017 at 1:55

7

Solved

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. O...
Kepi asked 20/9, 2016 at 9:8

4

Solved

I'm having issues with keychain on iOS 10 devices. Failed to retrieve saved users, only happens with iOS 10 users, authentication is with Firebase. This is the error: Error loading saved user wh...
Hahnke asked 20/9, 2016 at 14:50

6

Solved

I am trying from the last 3 hours but not able to find any method to localize it. I am using iOS 10.0 means UNUserNotificationCenter. I want to localize it in Spanish-Mexico(es-MX) Language.
Hades asked 27/12, 2016 at 10:48

4

Solved

I have been looking for a solution for this since quite a while. But I am not able to find anything. I have implemented Push Notifications for iOS using FCM. But I don't know if FCM supports iOS 10...

19

Solved

I have Xcode 8 installed on OS X El Capitan. I get this error: Signing for "target" requires a development team. Select a development team in the project editor. Code signing is required...
Oriane asked 16/9, 2016 at 5:18

2

I have working an application where we need to open certain screen based on voice command like if user says "Open Setting" then it should open the setting screen, so far that I have used the Speech...
Caltrop asked 6/4, 2018 at 12:55

2

I'm looking at the video of WWDC 2016 Session 803, Typography and Fonts. The video spends quite a lot of time talking about a font called SF Mono, the third member of the San Francisco font famil...
Childbearing asked 2/9, 2016 at 15:45

8

Solved

iOS 10 adds the ability for the user to set their "Temperature Unit" choice under Settings > General > Language & Region > Temperature Unit. How can my app programmatically determine this sett...
Homesteader asked 27/9, 2016 at 14:15

13

Solved

When I try to launch an iOS Simulator from Xcode 9, the following error pops up:
Surround asked 10/10, 2017 at 17:57

7

Solved

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 l...
Cheltenham asked 28/11, 2016 at 22:47

10

Solved

I'm building a set of Notification Extensions (Service/Content). I'm unable to connect to Xcode debugger or even log out to the device log or console. Is there any way to see any kind of output?
Heartland asked 1/7, 2016 at 8:2

11

Solved

I am scheduling new notifications in iOS10, like this: func scheduleNotification (event : Meeting, todaysBadgeCounter: Int) { if #available(iOS 10.0, *) { let minutesBefore = 10 //interval in...
Lookeron asked 15/8, 2016 at 11:48

7

Solved

I have an app that's been around since iOS 8. the way it's working is that you have a UITableView and tap on cells to produce a score, depending on the score the UItoolbar at the bottom changes col...
Hade asked 23/8, 2016 at 17:10

4

Solved

I'm building a Siri aka Intents extension. I do understand that I can attach the debugger to a running process after start, however, I never see my process. I do have the authorization for my app s...
Morven asked 29/6, 2016 at 8:10

© 2022 - 2024 — McMap. All rights reserved.