ios9 Questions

4

Solved

I'm trying to show in a WkWebView an html page that I previously downloaded and stored in a String. This is how I setup my WkWebView: webView = WKWebView(frame: self.blankView.frame) webView.na...
Echevarria asked 3/5, 2016 at 20:30

6

I have implemented apple-app-site-association for deep linking with my iOS app. I have created the .JSON file without extension and placed to my website's root directory. Now, I can see the file as...
Criswell asked 7/10, 2016 at 14:12

9

Solved

I am using Xcode 7 and iOS 9. I'm having trouble in launching my app on my device using the new feature that Xcode 7 has, that allows us to try applications without having an Apple Developer Progra...
Methodology asked 15/10, 2015 at 15:49

12

Solved

With a non-editable UITextView, I would like to embed text like this in iOS9+: Just click here to register I can create a function and manipulate the text but is there a simpler way? I see t...
Creatural asked 30/8, 2016 at 23:3

27

Solved

I am facing the Problem when I have updated my Xcode to 7.0 or iOS 9.0. Somehow it started giving me the Titled error "The resource could not be loaded because the App Transport Security poli...
Herodias asked 17/9, 2015 at 13:11

3

I have an app which uses SlideMenuControllerSwift. I've modified some code to see how to present different panels, then rolled back my changes. When running the project I get SIGABRT fatal error:...
Engler asked 12/7, 2017 at 7:38

29

Solved

This is my case: let passwordSecureTextField = app.secureTextFields["password"] passwordSecureTextField.tap() passwordSecureTextField.typeText("wrong_password") //here is an error UI Testing F...
Interspace asked 24/8, 2015 at 14:29

10

I just installed XCode10 and I am trying to run my code on ios8 simulator, in the process I am facing below error "Build service could not start build operation: internal error: failed to send the...
Leonie asked 21/9, 2018 at 6:24

6

My question is about iOS9 only! I have an HTML landing page, and I try to redirect the user to my app via URL scheme if the app is installed, or redirect to the Appstore otherwise. My code is: d...
Unbearable asked 21/9, 2015 at 7:22

46

Solved

So I followed this tutorial exactly and use the same values as the ones provided: https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9 The Apple Association file is also...
Vibration asked 23/9, 2015 at 23:45

5

Today I have updated xcode. when i tried to run project on simulator(ios version < 9.0) I got this error. "Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator runtime. ...
Aside asked 28/9, 2015 at 11:25

30

Solved

What setting do I need to put in my info.plist to enable HTTP mode as per the following error message? Transport security has blocked a cleartext HTTP (http://) resource load since it is insecu...
Chook asked 6/7, 2015 at 20:10

4

Solved

I implemented Universal Links in our iOS 9 app and they work by calling a method in AppDelegate.swift, in which I get an NSUserActvity with an URL attached to it. Is there a way to get the (HTTP-)...
Henbane asked 12/11, 2015 at 14:16

16

Solved

In iOS 9, is it possible to detect when an app is running in iOS 9's Slide Over or Split View mode? I've tried reading through Apple's documentation on iOS 9 multitasking, but haven't had any luck...
Bernal asked 12/7, 2015 at 11:40

3

I have around 110,000 entries (CSSearchableItem) that I want to index into iOS 9 Spotlight Search results. However I only managed to show around 30,000 items. The rest was never indexed / appeared ...
Iorgos asked 9/2, 2016 at 4:58

6

Solved

I'm trying to make the actionsheet as it shows in the messages app on iOS when we try to attach an image as in the screenshot. I realized in new UIAlertController, we can't fit any custom views. A...
Undertaking asked 25/9, 2015 at 20:31

5

Solved

In my current project I need to share text on whatsapp from iOS app. Here is my code to share text on whatsapp: NSURL *whatsappURL = [NSURL URLWithString:@"whatsapp://send?text=Hello%2C%20World!"...
Tintype asked 17/12, 2015 at 8:12

2

How can I disable Picture in Picture button/mode using Swift in iOS9 on iPad when user tries to play a video in my app?
Schizont asked 22/9, 2015 at 20:35

4

Solved

I localized my app in Italian and English, using the Localizable.strings file and the NSLocalizedString macro. I also enabled base localization. Everything works fine in the simulator and on device...
Bookkeeping asked 22/9, 2015 at 7:31

11

Solved

Previous to iOS 9, the most reliable method of determining whether an external keyboard is connected was to listen for UIKeyboardWillShowNotification and make a text field the first responder, as d...
Trefler asked 13/8, 2015 at 15:0

4

In my app, I want to create a new contact. If a contact with the same name already exists, I want to link the new contact to the old one. I have looked into the CNContact and CNContactStore refer...
Arbela asked 19/6, 2015 at 17:33

12

Solved

After spending some time googling, something tells me that the issue is new. We had a fully functional project supporting iOS7-8. Of course it was multiple times successfully submitted to AppStore...
Bolding asked 19/8, 2015 at 12:55

7

Solved

I have been using the code below to show a UIActivityViewController which worked fine when I was using Xcode 6, Swift 1.2 and iOS 8. However when I updated it shows the UIActivityViewController but...
Mckinley asked 1/10, 2015 at 14:7

3

Solved

I am trying to change the text of my UITabBarItems and have used questions such as this. The second answer works great for me unless I try to adjust the font of the UITabBarItem. This snippet produ...
Barmen asked 30/12, 2015 at 22:21

4

I can't seem to find a way to change the colors of the status bar icons to white - at the top of the screen, e.g time & battery. I've tried adding the following in info.plist Status bar st...
Archetype asked 3/12, 2015 at 14:44

© 2022 - 2025 — McMap. All rights reserved.