Questions tagged [ios8.3]

For questions related to 8.3 version of the iOS operating system; use only when the question is specific only to the version, otherwise just use iOS tag

What's New in iOS 8.3 for iOS 8.3.

Release Notes for iOS 8.3.

API Diff for iOS 8.3.

222 questions
39
votes
5 answers

iOS 8.3: UIActivityViewController shows extraneous row

I have a UIActivityViewController for which I have excluded (using excludedActivityTypes) all the UIActivityCategoryAction activity types. In iOS 8.2, the UIActivityViewController would only show one line, for the UIActivityCategoryShare activity…
Randomblue
  • 112,777
  • 145
  • 353
  • 547
34
votes
7 answers

Keyboard pops up after UIAlertView is dismissed on iOS 8.3 for iPad

With the latest iOS 8.3 release, our app starts to have a weird behavior. After finishing textfield editing, the user can click the close button which brings up an UIAlertView. When the user clicks discard in the alertview, alertview and current…
Helen
  • 341
  • 1
  • 3
  • 4
25
votes
4 answers

How to open settings app programmatically?

I'm using swift with ios 8.3. I want to open settings app from my application. I know that using the code UIApplication.sharedApplication().openURL(NSURL(string:…
user4615157
18
votes
9 answers

Apple TestFlight (beta) app won't install

We have been using Apple's TestFlight facility to distribute a beta version of our app for a few months now (migrated from the older TestFlight service before it was merged into the AppStore). Things worked smoothly until today. After uploading a…
100grams
  • 3,502
  • 3
  • 30
  • 27
16
votes
6 answers

App is not showing in the share menu of shared options in shared extension in iOS8

I'm developing share extension for my app. Every thing is fine, but i'm facing one main problem, my app is not in the share menu while sharing from photos app. Below is the plist of my shared extension. It's not showing in the list, below is the…
Ashok
  • 5,585
  • 5
  • 52
  • 80
16
votes
12 answers

iOS 8.3 UIAlertController crashes when trying to add a textfield

I have an iPad app. I am creating an UIAlertController and adding a textfield. It crashes. It only crashes when I add a textfield. let alert = UIAlertController(title: "Enter Name", message:nil, preferredStyle: UIAlertControllerStyle.Alert); …
MweyaMutsvene
  • 543
  • 4
  • 15
15
votes
2 answers

ios 8.2 and above settings bundle is not showing selected item but Default

I am facing a issue with App settings, i am using settings bundle to select the environment, but once selected and going back to app settings its showing again the default one as selected. This is observed only from ios 8.2 and above(Device and…
Linux world
  • 3,750
  • 11
  • 44
  • 59
14
votes
1 answer

Core Location delegate methods not getting called in iOS 8.3 Xcode 6.3.1

I am trying to get the user's current location using the Core Location Framework in Xcode 6.3.1, I did following things: Added Core Location Framework under Target-> General-> Linked Frameworks & Libraries My ViewController.h file is as shown…
iYoung
  • 3,596
  • 3
  • 32
  • 59
13
votes
4 answers

How to get iOS 8.3 emoji keyboard height?

I can handle two events: when keyboard shows and when keyboard hides. Everything worked fine in iOS 8.2 and older. But how to handle event when you change your keyboard language? When you change the english keyboard to the emoji keyboard, the height…
Albert
  • 161
  • 1
  • 5
13
votes
1 answer

Custom user fallback button in LAContext Not Support in ios8.3

I have customized the fallback button by setting localizedFallbackTitle to "Use Password". It worked. But after I updated my iPhone to iOS 8.3, the fallback button disappeared on the TouchID view. Is this the API updated or a bug of iOS 8.3? How to…
Andrew
  • 1,088
  • 10
  • 21
12
votes
4 answers

Auto property synthesize will not synthesize property - new warning iOS8.3

After updating to iOS8.3 I started getting a bunch of new warnings that werent there on iOS8.2. One in particular that caught my eye; @property (strong, nonatomic) IBOutlet UITableView *tableView; which was declared in a '.m' file. What has changed…
DevC
  • 6,982
  • 9
  • 45
  • 80
12
votes
5 answers

iOS 8.3 - UITableView cell not aligned, indentation to the left

I've stumbled upon a strange behaviour, where cells added to a UITableView were sometimes indented to the left. This only happens on iOS 8.3, and I can't find a clear pattern as to when this happens. Anyone experiencing same thing?
Vaiden
  • 15,728
  • 7
  • 61
  • 91
11
votes
1 answer

[CIContext initWithOptions:]: unrecognized selector sent to instance 0x170400960 in xcode8

run in ios8.3 ,but run in ios9 or 10 hasn't this problem. -[CIContext initWithOptions:]: unrecognized selector sent to instance 0x170400960 2016-09-19 18:08:21.025 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:…
lee
  • 123
  • 5
10
votes
2 answers

Application sticks on OSSpinLockLockSlow

Update 2: I found a workaround which is to synchronize MOC deallocating and saving. Please see the updated project. https://github.com/shuningzhou/MOCDeadLock.git Note: I made it fail more aggressively. Don't run it on a real device! Update: A…
Peter Zhou
  • 3,881
  • 2
  • 21
  • 19
9
votes
5 answers

Keyboard will appeared automatically in ios 8.3 while displaying alertview or alertcontroller

I have updated Xcode 6.3 and ios8.3 check my code. then it gives me weird result. here is first screen of my demo app. here is one textfield. when I type somethin in textfield keyboard open. after typing completed. I have clicked on show alert…
Vinod Jadhav
  • 1,055
  • 1
  • 15
  • 37
1
2 3
14 15