Questions tagged [ios10.2]
39 questions
0
votes
3 answers
Why am I having so much trouble submitting my app to Apple?
This is my first time trying to submit an app to Apple, and I'm having a bunch of issues. I'm pretty sure I've generated all my certificates, AppID's, etc... I've been running the app on my phone just fine, then all of a sudden I started getting…

Theodore.K
- 384
- 2
- 7
- 21
0
votes
2 answers
Latest iOS device support folder
I'm using Xcode 7.3.1, which supports up to iOS 9.3.1.
Now I'd like to check my app on a device on a relatively current version of iOS (10.x), so I added some OS Support folders (using Xcode 7.3.1 with iOS 10 support
), which seems to have worked…

user3549189
- 71
- 4
- 11
0
votes
1 answer
Can't run Xamarin.UITest on Test Cloud: Current JsonReader item is not an object
I have a trouble with running Xamarin.UITest tests in the Xamarin.TestCloud, although it passes on simulators and real iPads perfectly.
Application: I have the iOS app's source code(XCode project), which I linked to calabash via adding…

masakral
- 26
- 4
0
votes
0 answers
Xamarin iOS10.2 app crashes on photo upload
I am using Xamarin cross platform solution to build the iOS 10.2 apps.
The app crashes while trying to upload photo. It does when the app is built on 8.2 but after upgrading to 10.2 it crashes. I have tried all the privacy setting recommended by…

Rajiv
- 1
0
votes
0 answers
iOS 10.0.2 notification vs 10.2 notification
In my build I am not using UNUserNotificationCenter.h class for handling the notification in the app.
I am using old method.
(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary…

Abhishek Mishra
- 1
- 1
0
votes
2 answers
How to check if iPhone app is compatible for IPv6 only network from India
My app is live on the apple app store. When I resubmit my app's new version on the app store the rejected it by saying that it structs in an infinite loading process when tested on iOS 10.2 on IPv6 only network. They provided a screen shot of the…

Ravi Kumar
- 313
- 2
- 13
0
votes
1 answer
unable to run app on my iPhone 6s
NOTE: I am using iPhone 6s for testing.
Error:
requires the following capabilities which are not supported by My iPhone:
Privacy - Camera Usage Description
NSLocationWhenInUseUsageDescription
Where as i have already added my keys in the…

DEV
- 949
- 1
- 9
- 29
0
votes
0 answers
spike of a crash in iOS 10.2 - _dispatch_call_block_and_release
We oberserved spike of a crash (libdispatch.dylib in _dispatch_call_block_and_release) in iOS 10.2. This crash wasn't new, however, a spike occurred since iOS 10.2 release. Anybody experienced with the same crashes and had found the root cause?…

Lingzhi Zhang
- 883
- 1
- 8
- 10
0
votes
1 answer
iOS navigation bar messed up after pressing back while sliding back
I was messing up with an app I'm developing and found that when I have three ViewControllers let's say A -> B -> C if I start to slide back from C to B and press the back button while doing so it goes from C to A and sometimes messes up the…