ios10.3 Questions
5
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 ?
2
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 chang...
Aromaticity asked 23/6, 2017 at 9:33
4
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 ...
Yoshieyoshiko asked 1/3, 2017 at 13:49
6
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 delegate...
Giese asked 3/4, 2017 at 5:42
2
Solved
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:
<key>...
0
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: 'exp...
Crossbreed asked 10/9, 2019 at 19:55
5
Solved
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 ...
Witkin asked 10/10, 2017 at 10:48
2
I have four pages in the iPhone app. All 4 pages are subclass of UIViewController. Two pages have UITableView to show list of items. Two pages have UICollectionView to show data. All data fetched f...
2
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...
Callboy asked 9/4, 2017 at 4:51
5
Solved
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
1
Since iOS 10.3 has been released, Apple added a new feature which allows us to change the app icon dynamically, by using setAlternateIconName(_:completionHandler:) method. So far, as mentioned in t...
3
My apps have a significant crash -
CALayer position contains NaN: [377.833 nan]
with the following stack -
Fatal Exception: CALayerInvalidGeometry
0 CoreFoundation 0x18283afe0 __exceptionPrepr...
3
I've got a project I'm working on which uses VOIP notifications to "wake up" apps that have been put into background/terminated. These notifications are sent periodically, and everything seemed to ...
0
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 ...
1
Solved
I'm working on Xcode 8.3.2 for iOS 10.3.2 with Swift 3, my project use firebase cloud messaging, when my p12 certificates expired, I updated my certificates p12 to p8 as suggested Firebase's docume...
Mutazilite asked 30/5, 2017 at 15:28
1
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 ...
Furness asked 21/4, 2017 at 13:45
1
Solved
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 ap...
Dinse asked 5/4, 2017 at 14:10
2
Solved
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 ...
3
Solved
I have observed behavior of app in iOS 10.2.1 device and iOS 10.3 beta 3 device for https://developer.apple.com/library/content/samplecode/GenericKeychain/Introduction/Intro.html
Keychain data is ...
1
The application I am working on encountered an issue when testing with iOS 10.3 Simulator via XCode 8.3 beta 2, where the superscript in AttributedString displayed on the same line with normal text...
Doubleacting asked 27/2, 2017 at 5:53
0
In my SpriteKit game I use UserDefaults to save high scores etc. Works fine, everything working smoothly.
however - I just updated some devices to iOS 10.3 (release, not beta) and I noticed that p...
Bramble asked 28/3, 2017 at 10:8
3
Solved
Now that iOS 10.3 is out, how do us developers go about responding to reviews on our apps. I've tried iTunes Connect, the App Store on Mac and iOS, as well as the Connect iOS app. I'm logged into m...
1
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)&...
Climacteric asked 28/3, 2017 at 7:18
1
© 2022 - 2024 — McMap. All rights reserved.