Questions tagged [ios9.2]

iOS 9.2 was an update to iOS 9.1, the most recent version of iOS; the operating system for apple mobile devices. This tag is specifically for questions regarding 9.2 specific fetures

iOS 9.2 was an update to iOS 9.1, the most recent version of iOS; the operating system for apple mobile devices. This tag is specifically for questions regarding 9.2 specific fetures

99 questions
86
votes
8 answers

Xcode 8 build crash on iOS 9.2 and below

When I build my app with Xcode 8 GM Seed and run it on an iOS 9.2 below device OR simulator, I get strange EXC_BAD_ACCESS crashes during app startup or a few seconds after the app launched. The crash always happens in a different spot (adding a…
Lingzhi Zhang
  • 883
  • 1
  • 8
  • 10
15
votes
1 answer

UIWebBroswerView has gap from top of UIWebView

I have a UIWebView which is taking up a whole view in my ViewController, which you can see here: What I don't understand, is when I run my app, the contents of my UIWebView does not fill up the whole screen, you can see this here, where I first…
Vijay Sharma
  • 2,252
  • 1
  • 17
  • 21
14
votes
2 answers

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unexpected start state'

I've strange and rare to reproduce crash that happening on iOS 9. The question are How to fix this or What leads to this exception As you can see traces not contains my code and crash happens on app start. Last Exception Backtrace: 0 …
sage444
  • 5,661
  • 4
  • 33
  • 60
9
votes
2 answers

How to add floating button on top of the UITableView?

I need to add floating button on top of UITableViewController. The following link is used for adding FloatingButton action on top of UIViewController Creating a floating menu in an iOS application I already tried to add this floating button to my…
WeCan
  • 547
  • 2
  • 9
  • 23
7
votes
1 answer

WKWebView viewport shrink-to-fit not working on iOS 9.3

In iOS 9.2, a WKWebView rendering HTML with fixed-width tables bigger than the device width could be told to shrink the content to fit by adding a viewport tag like this: This…
Nicholas Solter
  • 226
  • 2
  • 7
7
votes
2 answers

How to animate incrementing number in UILabel in swift

I have a label showing a number and I want to change it to a higher number, however, I'd like to add a bit of flare to it. I'd like to have the number increment up to the higher number with an ease-in-out curve so it speeds up then slows down.…
6
votes
1 answer

Unable to receive FCM Topic Messaging on iOS 9.2

I wrote application which uses FCM topic massaging to receive push notifications from server. My HTTP request…
6
votes
2 answers

iOS seems to be displaying a high bounce rate in Google Analytics

I have an issue where Google Analytics shows just fine data for all other browsers but then for iOS (specifically version 9.3+), Google Analytics show a high bounce rate. Now I am very aware of the recent iOS bug however, Apple released a fix to…
4
votes
1 answer

React Native iOS 8.1 app crashes when accessing a new view - ONLY when NOT using debugger

I have a react-native app running on iOS. On iOS 9.2, the app runs perfectly fine, both when using the Chrome debugger and not using it. However, in iOS 8.1, the app will load, and lists can be swiped, data is loaded from the server, etc. This is…
Josh Baker
  • 598
  • 7
  • 16
4
votes
8 answers

dyld: Library not loaded: @rpath/libswiftCore.dylib

I am getting this issue in my existing project and i tried to create new project then i run in device getting same issue dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from:…
Sport
  • 8,570
  • 6
  • 46
  • 65
4
votes
2 answers

Core Data Migration issue in IOS 8 only , not IOS 9

I am facing weird IOS app issue for the Core Data migration. Below are the mentioned Logs for your This issue only happens when an IOS8 Device migrates app from lower version to newer version.Note I am already passing this test in IOS9 using the…
codelover
  • 1,113
  • 10
  • 28
3
votes
1 answer

Xcode 7.2 Invalid Swift Support - The SwiftSupport folder is missing

This might be some old issue already, but i've been working up for quite few days to fix this now. After submitting app to appstore i get this email : Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current…
3
votes
1 answer

slow loading of nib in swift2 by instantiateWithOwner

i try to load a custom uiview from a nib by calling instantiateWithOwner func loadViewFromNib() -> UIView { let bundle = NSBundle(forClass: self.dynamicType) let nib = UINib(nibName: "myCustomView", bundle: bundle) let view =…
3
votes
0 answers

Interactive notification : buttons not showing (local or remote)

I followed many tutorials about interactive notifications and I don't know what is missing in my code. I can receive a simple push notification and I know that I have to swipe to make the buttons appear. I have an iPhone 4S on iOS 9.2.1 and I use…
hiiamstuck
  • 61
  • 4
3
votes
1 answer

How do I use the new iOS 9.2 Touch ID feature of "sequential finger detection"

From the release notes: Support for reusable Touch ID matches. A match from the previous phone unlock can be used by evaluateAccessControl: and evaluatePolicy:localizedReason:reply:. To me this means that an event CAN be fired if a different…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
2 3 4 5 6 7