Questions tagged [ios10.3]
121 questions
46
votes
6 answers
SKStoreReviewController, How to use it in a correct way?
I have seen some answer but not satisfied with them and got some idea, but don't know how to use it properly, so that it will execute in proper way, though i think it should be used in App delegates didFinishLaunching, but i wanted to be sure before…

Abhishek Mitra
- 3,335
- 4
- 25
- 46
44
votes
5 answers
How to use iOS 10.3 devices with Xcode 8.2.1
This iPad mini 2 (Model A1490) is running iOS 10.3 (14E277), which may not be supported by this version of Xcode.
my xcode version 8.2.1
my Device ios version 10.2

Mohammad Razipour
- 3,643
- 3
- 29
- 49
36
votes
2 answers
Cross Origin in ajax not working for .properties file in IOS (10.3.1)
I used i18n plugin for load *.properties file for translation and its working fine on android platform but same library not working on IOS 10.3.1. It gives me below error:
i have done some changes in i18n library but still its not working.
function…
user6390636
24
votes
1 answer
IOS 10.3.1 Chrome browser CORS fail
I ve been experiencing a strange error while doing CORS requests from my website (React app talking to APIs over https). The errors appear only on IOS 10.3.1 and on the Chrome browser (57) (safari and webViews are fine). Due to the lack of tools to…

Lefterisk
- 351
- 2
- 8
20
votes
4 answers
SKStoreReviewController how to detect that user has turned off Rate This App (RTA) in settings or 3 times limit has reached?
Starting iOS 10.3, Apple is limiting the review prompt (Rate This App) to 3 times a year and it can be turned off in the user's settings.
Q: How do we detect that the 3 times limit has reached or if the user has turned off RTA so in the app I won't…

Van Du Tran
- 6,736
- 11
- 45
- 55
17
votes
3 answers
WKWebView crashes if user answers an incoming iMessage
My apps have a significant crash -
CALayer position contains NaN: [377.833 nan]
with the following stack -
Fatal Exception: CALayerInvalidGeometry
0 CoreFoundation 0x18283afe0 __exceptionPreprocess
1 libobjc.A.dylib …

shannoga
- 19,649
- 20
- 104
- 169
17
votes
4 answers
Alternate Icon in iOS 10.3: avoid notification dialog for icon change
I'm using this new feature and when the change is made with an active application, a notification dialog is displayed saying that icon has been modified.
How to disable this dialog ?

fvisticot
- 7,936
- 14
- 49
- 79
17
votes
2 answers
Code=3072 "The operation was cancelled" when setting alternate app icon
I am trying to set an alternate app icon named MyIcon in my iOS app. I have a MyIcon.png image in my project bundle (not in my Assets folder) and it is declared in my Info.plist like so:
CFBundleIcons
…

Wilson Gramer
- 702
- 8
- 23
15
votes
1 answer
iOS 10.3 - How to change app icon programmatically
iOS 10.3 comes with dynamic app icon changing feature. Developers will now be able to change app icons without an app update.
I want to change my app icon dynamically, how can i change my app icon programmatically.
Thanks in advance.

Gison George
- 379
- 1
- 3
- 15
12
votes
5 answers
Google SignIn not working for iOS 10
I have integrated the GoogleSinIn API in my project with Swift 4.0. It is working on iOS 11.0 but when I'm testing the same on iOS 10.0 it is opening the Google login page on the Safari browser or the device and after signing successfully it is…

Sahil Dhiman
- 301
- 3
- 13
12
votes
2 answers
Prompt when trying to dial a phone number using tel:// scheme on iOS 10.3
After updating to 10.3, my app no longer automatically dials a phone number after pressing the call button in my app using the openURL: options: completionHandler: method.
Instead, a prompt comes up every time to confirm the user's intentions.
As…

romero-ios
- 1,075
- 1
- 11
- 20
10
votes
2 answers
iOS 10.3: Simulator HTTPS localhost: SSL Error
This worked fine for iOS 10.2 and below, but after upgrading to 10.3, when the simulator attempts to connect over HTTPS to the development server running on localhost, the Xcode console outputs the following errors:
NSURLSession/NSURLConnection HTTP…

ma11hew28
- 121,420
- 116
- 450
- 651
8
votes
0 answers
Xcode 8.3 (iOS 10.3) Cannot launch simulated executable
My workspace has multiple targets one of which is unit tests.
When I run my unit tests from Xcode on iOS 10.3 simulator they all passed. However, when I test from command line i.e. by xcodebuild the tests are failing intermittently.…

LazyLastBencher
- 195
- 9
7
votes
0 answers
Swift: Quick/Nimble running async test shows error: 'InvalidNimbleAPIUsage', reason: 'expect(...).toEventually(...) can only run on the main thread.'
I'm implementing a test case using Quick/Nimble making network request (URLRequest) but I'm getting this error:
*** Terminating app due to uncaught exception 'InvalidNimbleAPIUsage', reason: 'expect(...).toEventually(...) can only run on the main…

user2924482
- 8,380
- 23
- 89
- 173
7
votes
1 answer
iOS 10.3 suddenly stops networking
I update my phone to iOS 10.3 today. And I suddenly faced a networking issue. I am using AFNetworking. I also try NSURLConnection but no luck.
The error is "Network connection was lost (1005)".
It is working fine in all lower version.
The important…

Parimal
- 277
- 2
- 8