Questions tagged [ios9.2.1]

Use this tag for questions specifically related to version 9.2.1 of iOS, the operating system for apple mobile devices.

iOS 9.2.1 was an update to iOS 9.2, the operating system for apple mobile devices. This tag should be used only for questions regarding 9.2.1 specific features.

9 questions
4
votes
1 answer

Push Notification not working in ios 9.2.1

I have integrated push notification in my app. I have tested it in ios7, ios8, ios9.2.1. Its working perfectly in few devices and few ios9.2.1 devices don't get device token even. Please Help.
3
votes
1 answer

iOS 9.2.1 app crash on launch

My app works fine in all the versions except iOS 9.2.1 When I run the app on device directly from Xcode I am not experiencing the problem in iOS 9.2.1 Clarification: I guess iOS kills my app because its consuming more memory and the app is signed by…
Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241
2
votes
1 answer

The Memory has been Increasing in WKWebView

In my app, I load the interactive meeting URL on wkWebView, but I've noticed that the allocated memory has been gradually increasing. When the app starts, memory is around 22 MB, but memory increases by the second. How can I stop my memory from…
1
vote
0 answers

Login with facebook Using ACAccountStore is not working in ios 9.2.1

Here is my code to login with facebook : if([SLComposeViewController isAvailableForServiceType:SLServiceTypeFacebook]) { ACAccountStore *accountStore = [[ACAccountStore alloc] init]; ACAccountType *accountType =…
0
votes
1 answer

The app crashes some seconds after launching on iOS 9.2.1 via Testflight

I distributed my app over Testflight: The app crashes some seconds after launching on iPhone 6s running iOS 9.2.1. But when installing the app using Xcode on iPhone 6s - 9.2.1 devices, everything works fine too. When launching the app using Xcode…
Kadir GÜZEL
  • 141
  • 1
  • 1
  • 11
0
votes
0 answers

App crash on ios 9.2.1 via TestFlight

I develop the app and testing on iphone 7 ios 10 and iphone 6+ ios 9.2.1. If i testing wia xcode (debug/release) all fine. If i testing wia testflight ios 9.2.1 app crashes every time at random time. Crash log show me absolutly difference reason at…
0
votes
0 answers

iOS 9.2.1: iBeacon region monitoring bug

I deployed the same iBeacon region monitoring code in 7 devices. One of them, iPhone 6 running iOS 9.2.1, is regularly failing to detect beacon states (inside, outside, etc..). I tried with and without SIM card and when the SIM card is inserted it…
mm24
  • 9,280
  • 12
  • 75
  • 170
0
votes
1 answer

iOS9.2.1 not supports for websites using AngularJS v1.3.2

I am using AngularJS v1.3.2 + CodeIgniter for my website. This is a responsive website. It works for all browsers as well as Android devices. Also It works on iOS8.4 (Mobile). But It does not work on iOS9.2.1 or later (Mobile). Any help would be…
0
votes
1 answer

Google Login Issue in OS 9.2 Xcode 7.2

I am using Xcode 7.2, testing on iOS 9.2 and using pod 'Google/SignIn' After login success and allowing the permission its redirect to the google.co.in page instead of close the screen and calling their delgates. The same is working fine in OS 7.0…
Chandan Kumar Jha
  • 325
  • 2
  • 4
  • 18