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
1
vote
2 answers

Adding Push Notifications with EasyApns

I am trying to setup a notifications server in PHP using EasyApns.com and by following this tutorial: http://swiftdeveloperblog.com/building-your-own-push-notifications-server/ Part of the setup of App Delegate requires that we send three variables…
Dan
  • 851
  • 6
  • 13
1
vote
0 answers

app crashes after deleting items of UICollectionView

libc++abi.dylib: terminating with uncaught exception of type NSException The values for the selectedIndexPaths property are correct. The user selects a bunch of items from the collection view, presses a delete button, is shown a confirm alert,…
andrei
  • 1,175
  • 12
  • 21
1
vote
1 answer

xamarin ios10 no message in logging

When I view the device log in Visual Studio when trying to debug my app which runs in the background (so no normal debugging is available) I get empty messages. I am using Debug.WriteLine with the defaul System.Diagnostics, no custom stuff…
1
vote
1 answer

InputAccessoryView Not showing - Swift 3 Xcode 8.3 beta (Non storyBoard)

I have a message view controller that has an InputAccessoryView. The problem I have is when I pass (user data) to the message controller from my first view controller the InputAccessoryView does not show. Now, when I pass the (user data) to the…
Barrett
  • 323
  • 5
  • 11
1
vote
0 answers

How to share a message on twitter on IOS 10 using ionic/cordova framework?

I have created a cross platform application using ionic framework. In which it have social sharing features to share a message on facebook, twitter. This application is working fine on android OS with latest version and IOS 9. but on IOS 10, Twitter…
Atif Hussain
  • 821
  • 10
  • 19
1
vote
0 answers

iOS:How to call didFinishPickingMediaWithInfo after the photo is taken from camera

I want to call didFinishPickingMediaWithInfo without using the choose image button or i want to get the event when picture is successfully taken from camera in uiimagepickercontroller.
Deepak Saki
  • 767
  • 1
  • 5
  • 15
1
vote
0 answers

How can I use action buttons in a local notification with Cordova?

I was using katzer's local notification plugin, which was working fine, but it doesn't allow for iOS custom action buttons in the notification. I tried elizabethrego's fork because it promises action buttons support, but it depends on…
Kevin
  • 2,639
  • 29
  • 56
1
vote
1 answer

Retrieving data from firebase taking long time on iOS 10

I'm using firebase as my backend. Recently I got a strange issue in my app. When retrieving data from firebase it's taking so much time > 20 seconds. After investing so much time on this issue following is the clear description of the issue. It's…
Sivajee Battina
  • 3,837
  • 1
  • 21
  • 40
1
vote
0 answers

Can we programatically check if sticker pack is installed in iMessage

I am new to sticker packs for iMessage and I searched through Apple documents but could not find answer. For example, I have launched a sticker pack for iMessage app. If user has purchased that sticker pack, in my separate app, I want to award him…
i.AsifNoor
  • 557
  • 5
  • 13
1
vote
0 answers

Is writing data to Firebase an asynchronous operation?

I have following two lines of code. FirebaseService.service.createFirebaseUser(uid: (user?.uid)!, userData: picUser.toDictionary()) // creates firebase user with userData weakSelf?.performSegue(withIdentifier: SEGUES.HOME_SCREEN_TO_TAB_HOME,…
Vandan Patel
  • 962
  • 1
  • 10
  • 22
1
vote
0 answers

How to save a CR2/NEF/RAW image to album in camera roll (IOS)

I have a CR2 image(photoed by Canon DSLR) saved in sandbox, and I wanna add it to camera roll. So I use method below, but it cause error with no description. How to save CR2 to camera roll? Thanks a lot! [[PHPhotoLibrary sharedPhotoLibrary]…
SaDaHaRu
  • 11
  • 2
1
vote
1 answer

How to set up push notifications based on location in iOS?

I'm writing an app in which users create postings which are geotagged and are stored on Firebase database. I want other users to be notified of these postings if they are in a nearby vicinity. EDIT How should I go about making such a…
sam k
  • 911
  • 12
  • 21
1
vote
0 answers

Scaling label to fit number of lines needed

In my app, I have a page where admins can create messages to users. The preview of those messages (two lines) are displayed in a custom tableview cell and a user can select on of the cells to go to a detail view controller that displays the entire…
ChrisK
  • 57
  • 9
1
vote
1 answer

Crash when using PHCachingImageManager().requestAVAsset

I am using PHCachingImageManager().requestAVAsset to load some videos from the camera roll: override func viewDidLoad() { super.viewDidLoad() print("SEGUE SUCCESSFUL") view.backgroundColor = .black avPlayerLayer =…
ZiEiTiA
  • 217
  • 1
  • 14
1
vote
1 answer

Local notifications - repeat Interval in swift 3

I want to repeat local notification every week, before iOS10 there is repeatInterval, but i am not able to find anything suitable to repeat notifications in iOS10. TimeTrigger and calendarTrigger both have repeat as true or false, where can i apply…
Khushboo
  • 183
  • 3
  • 13
1 2 3
99
100