ios10 Questions

3

Solved

Trying to add offline HLS (a new ios 10 feature) to an app. I'm trying the following in swift in order for the app to still function on ios 9 without the offline HLS Functionality. Works fine on io...
Tournai asked 24/3, 2017 at 21:4

11

Everything works fine till I build my cordova application with Xcode 7.3.0 but it started crashing only on iOS 10 devices after building the same application with Xcode 8 whenever i'm changing the ...
Thoroughgoing asked 24/9, 2016 at 13:19

3

Solved

I am using SFSafariViewController to open a URL in my iOS app.. it was working perfectly on iOS 9 but after updating my device to iOS 10, it just loads a blank white page with no URL in the address...
Robertaroberto asked 23/9, 2016 at 13:51

1

Noticed strange thing: when you replace view controllers stack in UINavigationController using setViewControllers:animated: back button is displayed during animation and disappears when animation c...
Began asked 6/8, 2017 at 21:31

8

Solved

I am trying to us SQLite Browsers to see my Core Data objects. I am not able to find where does the core data save its sql file. I looked into the app documents folder but there is nothing there. ...
Balmung asked 27/9, 2016 at 10:56

3

I've noticed that if I create an UNCalendarNotificationTrigger with a custom date it does't get added unless i put: let trigger = UNCalendarNotificationTrigger(dateMatching: components, repeats: *...
Spontaneity asked 16/11, 2016 at 4:30

6

Solved

Apple with iOS 10 has deprecated openURL: for openURL:option:completionHandler If I have: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://www.google.com"]]; Ho...
Faroff asked 17/9, 2016 at 14:37

5

Solved

I am currently running iOS 10 beta 8 with Xcode 8.0 beta 6 and the custom sound does not play when I receive a push notification with the correct payload. I have verified the payload and it is in ...
Vanderhoek asked 8/9, 2016 at 21:48

6

Solved

I am wondering how we could check if the new iOS 10 API UIFeebackGenerator is available on the current device. There are some more things we would need to check: The device needs to run iOS 10.0 ...
Nutpick asked 3/1, 2017 at 13:8

5

My app uses Firebase. I am trying to send push notification to app running in simulator. When I run the app in iOS 10 Simulator, it successfully generates InstanceID token but shows warning that ...
Any asked 9/11, 2016 at 20:36

4

Solved

While uploading ipa file to application loader I'am getting this type of error. I'am using sierra 10.12.1 and x-code Version 8.1 (8B62). How to solve this? ERROR ITMS-90596: "Invalid Bundle. The ...
Latashalatashia asked 26/12, 2016 at 6:5

6

Recently iOS has an update of iOS 10 & there are certain changes for developers one of the change is now we can't check allow full access the way we did previously is given below -(BOOL)isOpen...
Truditrudie asked 17/9, 2016 at 5:20

6

I want to achieve pulsation effect for the button, and hence need to repeat the spring effect several number of times, the issue is that I can't find any information about what parameters to provid...
Wary asked 11/9, 2016 at 16:1

2

Solved

iOS 10 Messages app's navigation bar increases/decreases the height when you push/pop a conversation (with a smooth transition). Typically I make a taller custom navigation bar using sizeThatFits:...
Silvia asked 7/11, 2016 at 11:58

2

Solved

I've been working on rich notification experience which has been introduced in iOS10 and stuck with passing images as attachments to UNNotificationContentExtension. Here's my ContentExtension: cl...
Acrolein asked 21/8, 2016 at 12:1

3

Solved

I am trying to make a call from a javascript function in a UIWebView to Swift in iOS 10. I have setup a very basic project just to try and get this working, the code is below. import UIKit class...
Spectrogram asked 23/11, 2016 at 10:1

13

Solved

It seems that with Xcode 8, on viewDidLoad, all viewcontroller subviews have the same size of 1000x1000. Strange thing, but okay, viewDidLoad has never been the better place to correctly size the v...
Burning asked 19/9, 2016 at 17:9

9

I have noticed that the HTML5 video/audio player (AppleCoreMedia) on mobile Safari on iOS 7 excludes all cookies, even first-party cookies. Not even sessions cookies are included in the HTTP-header...
Chondrite asked 6/10, 2013 at 23:20

6

Solved

Since UILocalNotification is deprecated in iOS 10 so I have updated my local notification flow using the UNUserNotification framework. The app plays custom sound using AVPlayer when the app is in...

5

Solved

I made an app for iOS 8 which uses grouped UITableView for one of its page. There are multiple sections in it that uses CGFloat.leastNormalMagnitude (or CGFloat.min in Swift 2 and below) for sectio...
Protestantism asked 15/2, 2017 at 10:3

3

I'm struggling with adding an image to my Push Notification in iOS 10. I have added a Notification Service Extension, and have used the following code: override func didReceive(_ request: UNNoti...

9

Solved

Update: This issue has been fixed in Xcode 8.2. Keychain works in the simulator without enabling keychain sharing. Why am I always receiving error -34018 when calling SecItemAdd function in Xcode ...
Powe asked 19/7, 2016 at 10:52

2

Solved

I upgraded to XCode 8.0 / iOS 10 and now the color change animation of my navigation bar is not working anymore, it changes the color directly without any animation. UIView.animateWithDuration(0.2...
Embarrassment asked 15/9, 2016 at 15:47

4

Solved

The Maps app in iOS 10 now includes a heading direction arrow on top of the MKUserLocation MKAnnotationView. Is there some way I can add this to MKMapView in my own apps? Edit: I'd be happy to d...
Fidgety asked 29/9, 2016 at 6:16

1

How iOS behaves when we implement both didReceiveRemoteNotification as well as UNUserNotificationCenterDelegate method - optional public func userNotificationCenter(_ center: UNUserNotificatio...
Leonorleonora asked 24/3, 2017 at 1:35

© 2022 - 2024 — McMap. All rights reserved.