ios9.2 Questions

2

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 ...
Amalle asked 20/1, 2016 at 12:26

1

Solved

I wrote application which uses FCM topic massaging to receive push notifications from server. My HTTP request is: https://fcm.googleapis.com/fcm/send Content-Type:application/json Authorization:k...

2

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...
Johanson asked 30/5, 2016 at 13:24

2

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 applicatio...
Lapp asked 6/5, 2016 at 13:41

8

Solved

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 cra...
Childers asked 9/9, 2016 at 5:15

2

After upgrade my project do iOS 9.2 my old code become obsolete -(UIInterfaceOrientationMask)supportedInterfaceOrientations{ return UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMask...
Whizbang asked 25/1, 2016 at 2:5

2

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...
Nonnah asked 2/4, 2016 at 6:56

2

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 ...
Clougher asked 30/12, 2015 at 6:11

1

Solved

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: <meta name="viewport" ...
Encephalic asked 14/4, 2016 at 20:13

1

Solved

Trying to send a daily local notification in swift. However it just sends every minute for some reason. I want the first notification to send 30 mins after the app is opened and then repeat this no...
Machine asked 3/1, 2016 at 11:3

1

Solved

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 u...
Rese asked 30/12, 2015 at 15:10
1

© 2022 - 2024 — McMap. All rights reserved.