Questions tagged [ios9.3]

This tag should be used in questions that specifically relate to iOS 9.3. If the version does not matter use the iOS tag.

What Questions should have this tag?

This tag should be used in questions that specifically relate to iOS 9.3. If the version does not matter use the or tags.

Summary:

iOS 9.3 was released in March 21, 2016, builds versions are 13E233-13E234

iOS is a mobile operating system created and developed by Apple Inc. and distributed exclusively for Apple hardware. It is the operating system that presently powers many of the company's mobile devices, including the iPhone, iPad, and iPod touch. Programming for it is done in Swift and Objective-C. Wikipedia.

Related Tags

180 questions
0
votes
1 answer

Audio not playing in background using AVAudioPlayer iOS 9

Audio is not playing in background using AVAudioPlayer iOS 9 while it is playing in foreground state. I have already set Required background modes 'App plays audio or streams audio/video using AirPlay' in Info.plist I have also checked Audio,…
Asif Raza
  • 836
  • 12
  • 29
0
votes
1 answer

Master View Cell Labels Blank When Starting In Landscape

The cell labels are blank in the master view of a default Master Detail View when starting in landscape orientation of an iPad 2 simulation. If I reload the master view in its controller's viewWillAppear function, everything is as it should be only…
michaelgill1969
  • 131
  • 2
  • 9
0
votes
1 answer

Custom class for UITabBarItem in ios

I have a tabbar with 5 tabs(0,1,2,3,4) at the bottom of the screen and they have different icons. What I am trying to achieve is for the 2nd tab I want a UIView on it and an image inside this UIView. For this, I tried creating custom UITabBarItem…
George
  • 3,600
  • 2
  • 26
  • 36
0
votes
0 answers

Getting Communications not long before crash when running software on older iPad

Thanks for reading my request for help. Full error text: Communications error: { count = 1, contents = "XPCErrorDescription" => { length = 22, contents = "Connection interrupted" } Here's…
Sean Zlatnik
  • 187
  • 2
  • 12
0
votes
0 answers

Set cookie on the click of hyperlink and open page in safari (iOS9.3)

I want to open a page in safari on the click of a link in iOS 9.3 Anchor tag works well for this: Open link in safari but on adding following javascript, the page starts opening up in the…
0
votes
1 answer

ios9: Undefined symbols for architecture arm64

I had create framework that using chilkat library and it work fine, then I want to add iSMP.framework to my framework project, I just put .framework into project but it show error like this is there any way to solve this problem ?
victorz
  • 39
  • 1
  • 12
0
votes
0 answers

How to save Json Data from to a file and retrieve it

I know My question may be lengthy, but I want to share my experience please help me out with an explaination. I am getting a huge Json response from server, and I am storing it into a Dictionary.when I am printing the Dictionary it is showing…
Smart guy
  • 494
  • 6
  • 9
0
votes
2 answers

didReceiveRemoteNotification not being called when sending message from a custom service

I have a custom notification service that is successful in sending notifications but the didReceiveRemoteNotification is never called when the user clicks on the notification. The app will open to the last state and I'm trying to deep link to a…
Liedl
  • 19
  • 2
0
votes
2 answers

ios9 : NSLocalizedString inside framework

I had create a framework that send data to server. Whenever I get response from the server I translate it using NSLocalizedString but it not working. I tried to change Main Bundle to my Framework Bundle like this : NSString* mainBundlePath =…
victorz
  • 39
  • 1
  • 12
0
votes
3 answers

iOS9 : App Transport Security inside .plist Framework

I had create a Framework that using NSURLSessionDataTask (HTTP) to send request to server, but whenever I use the Framework in Example app, it show warning like this : App Transport Security has blocked a cleartext HTTP (http://) resource load…
victorz
  • 39
  • 1
  • 12
0
votes
1 answer

AFNetworking: Strange dealing with load balancing / server hosting / redirecting

So, this issue is so hard to describe in short and I feel I should ask here first before raise an issue in AFNetworking github. Here's the story: // Definition for words in the story. Characters: - APP: Our iOS app, which POST requests to a URL's…
Eddie
  • 1,903
  • 2
  • 21
  • 46
0
votes
1 answer

UIAlertController is too slow in iOS 9.3

UIAlertController is too slow when performing any button action in iOS 9.3. Not sure if it's iOS 9.3 problem or missing something to configure it properly. UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"My Alert" …
Deminem
  • 672
  • 8
  • 19
0
votes
1 answer

Build app for IOS 9.3 and 10.0

I'm fairly new to iOS app development. I have had a quick look but can't find an answer but sorry in advance if this is a duplicate. I have an iOS app developed in Swift 2.3 using the 9.3 SDK but I also want it to work on 10.0. I have set the Base…
BunkerBilly
  • 172
  • 2
  • 11
0
votes
1 answer

Swift UIAlertController disable return key without UITextField

Alright, I've looked up a lot of documentation on how the UIAlertController's work and I have a rather unique scenario. My application is being designed to work with a HID Bluetooth scanner. When I use: preferredStyle:…
Zork
  • 149
  • 1
  • 1
  • 11
0
votes
4 answers

iOS 9 UIImagePickerControllerSourceTypePhotoLibrary crash when orientation allow only Landscape

I had create app which only support Landscape orientation, whenever I called UIImagePickerControllerSourceTypeCamera to take picture using camera is worked, but when I called UIImagePickerControllerSourceTypePhotoLibrary it crashed. I had tried…
victorz
  • 39
  • 1
  • 12