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
0 answers

Websocket connection not happening in iOS9

I've a cordova release. But now if I build and check Xcode7.3 webSocket connection is opening and then directly going to onclose().
Programmer
  • 329
  • 2
  • 6
  • 25
0
votes
1 answer

Is it possible to implement a split view for ipads by using existing view controllers

I'm building an universal app. I have already created two view controllers.in first view controller there is a search from and when user entered the data and hit the search button in the second view controller it shows the results.now what I want is…
caldera.sac
  • 4,918
  • 7
  • 37
  • 69
0
votes
0 answers

run xcode build command from a swift file

I am using Xcode 7.3 and swift 2.2 i use the below command to run my ios ui test. xcodebuild test -project ios-ui-automation-demo.xcodeproj -scheme ios-ui-automation-demo -destination 'platform=iOS Simulator,name=iPad Air' I use the below code to…
user2763758
0
votes
1 answer

Unable to build for iOS 8 after iOS 9.3 update?

I've been working on an iPhone app for a long time and have always targeted iOS 8.1 as the deployment target, and tested on an iOS 8.1 device and an iOS 9 device. After the iOS 9.3 update, the app builds ok on the iOS 9 device, but I get linker…
Cbas
  • 6,003
  • 11
  • 56
  • 87
0
votes
1 answer

UIImageView in UITableViewCell doesn't display for a condition

I am displaying an UIImageView inside a custom UITableViewCell for only those cells that have image URL set in Firebase response. Code as below: override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) ->…
Ankit Khanna
  • 1,019
  • 2
  • 12
  • 22
0
votes
0 answers

iOS 9.3.2 exception: EXC_BREAKPOINT (SIGTRAP) crash report from apple

Apple gave me below crash report. I checked with other questions similar to EXC_BREAKPOINT (SIGTRAP) crashes but that don't helpful to me to solve my crash. Apple specified in comment that these crashes are in iOS 9.3.2 and I checked same with other…
Ajay Gabani
  • 1,168
  • 22
  • 38
0
votes
0 answers

Instrument with iOS 9.3.1

I have upload my phone to 9.3.1. And now I have problem, I can't user Instrument tool with my phone. I already update my xcode to 7.3.1 Anyone here face this problem. Can help me?
vien vu
  • 4,277
  • 2
  • 17
  • 30
0
votes
1 answer

Xamarin.iOS UICollectionView App crash when device is rotated for iOS 9.3

In my app I am using UICollectionView to show grid view for custom cell containing Image and text. To support all screen sizes I have overridden IUICollectionViewDelegateFlowLayout delegate's GetSizeForItem method. Every thing works great from iOS…
user2618875
  • 889
  • 2
  • 11
  • 23
0
votes
0 answers

how to add Transperent View and Gestures on FloatingMenuActionButton

For adding FloatingMenu Action button in swift I used the following Creating a floating menu in an iOS application it is fine for showing FloatingMenuAction when we tapped on Floating Button it shows a view like as Now I want add 1 transparent…
WeCan
  • 547
  • 2
  • 9
  • 23
0
votes
1 answer

Can not read Set-Cookie header in Cordova based App

I'm trying to read the Set-Cookie header in Cordova based application, but looks like is blocked by iOS 9 . I have tried using Access-Control-Allow-Credentials / Access-Control-Expose-Headers without luck. I read getResponseHeader() will return null…
Oliver Castillo
  • 337
  • 3
  • 19
0
votes
0 answers

Issues connecting to Socket Mobile scanner using SDK and iOS 9.3

I'm having an issue with the scanner, not sure if it's my iPhone 6s, the iOS version 9.3 or the scanner in itself (Socket Cordless Hand Scanner 7Mi). I was able to integrate CocoaPods and the ScanApiSDK library, everything compiled correctly, then…
Santiago Bendavid
  • 961
  • 1
  • 9
  • 16
0
votes
1 answer

IOS App rejected: 2.23 - Apps must follow the iOS Data Storage Guidelines

I submitted my first app sometime back but it got rejected due to IOS Data Storage Guideline thing. I researched a lot and found that Document Directory should have only user specific data else it should be marked as do not backup. I followed below…
Dushyant
  • 103
  • 1
  • 7
0
votes
1 answer

Upload Image with parameter in Swift 2.2

I am trying to upload an image to PHP server and image upload works fine. But I also want to send some parameters with the image file itself. Please help me with the below code on Swift 2.2 / iOS 9.3 for how am i suppose to add parameters along…
Ankit Khanna
  • 1,019
  • 2
  • 12
  • 22
0
votes
0 answers

Facebook Accountkit Javascript mobile form not showing - iOS 9.3

I am trying to implement the facebook accountkit using javascript. I've solved the 'api is not supported' error by using the Accountkit version: v1.0 It works fine on PC, but it has an error on iOS. The form of country_number and phone_number is not…
0
votes
0 answers

getting error while using drawRect of UIView

getting error " Use of undeclared type CGRect" when using drawRect of UIView. attached screenshot . override func drawRect(rect: CGRect) { UIColor.greenColor().setFill(); } Screenshot
1 2 3
11
12