Questions tagged [ios10.3]

121 questions
1
vote
1 answer

Trying to get background fetch working

I'm trying to get a background fetch up and running in an iPhone app. I'd like the app to notify the user with a notification that a new item has been fetched from a server. And added the following code in appDelegate & I have the background mode…
rubyist
  • 389
  • 4
  • 22
1
vote
0 answers

how to scroll collection view automatically between time intervel to display images get from backend services?

I am developing an application based on getting images from backend service and displaying on collection view which have to scroll automatically in horizontal direction. -(void)scrollAutomatically:(NSIndexPath *)pathRef { [_collectionView…
1
vote
1 answer

Scene Kit: Set camera rotation from lookAt vector and up vector

I wanted to ask you how to set the local camera rotation from the lookAt vector and the up vector in SceneKit? Is there any function for it like in Unity3D? Further I wanted to ask if the camera can be rotated relative to the camera node? As I…
CmasterG
  • 155
  • 1
  • 2
  • 9
1
vote
1 answer

Swift 3, iOS 10+, xCode 8.3+, Quickblox - Toggle full screen remote stream while keeping aspect ratio/video res

I am working with a webRTC remote video stream and attaching the remote session to this: @IBOutlet weak var remoteVideoElement: QBRTCRemoteVideoView! What I want to have happen is when a user taps the outlet above, the remote stream fill the…
Erik Grosskurth
  • 3,762
  • 5
  • 29
  • 44
1
vote
1 answer

Firebase Issues iOS 10.3 on Xcode 8.3 Swift 3 FCM notifications not working

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 documentation, but the push notifications stopped coming,…
user_Dennis_Mostajo
  • 2,279
  • 4
  • 28
  • 38
1
vote
1 answer

iOS 10.3 WKWebView crash when accessing Photo Library

On iOS 10.3 simulator when I try to upload an image from the Photo Library through WKWebView my app crashes with error: "Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Source type must be…
nickgzzjr
  • 409
  • 6
  • 9
1
vote
2 answers

UIWebView not loading in iOS 10

After updating to iOS 10 and Swift 3 my webViews are not working. In the debug area is the following. It happens on device or in the simulator. Does anyone know what is causing this. 2017-05-23 20:04:19.453057-0500 AppName[394:32639] WF:…
Brandon
  • 507
  • 5
  • 21
1
vote
1 answer

How can i use IOS10.3.1 devices on my Xcode 8.3 without updating MacOs or Updating Xcode

I bought new iphone 6 running iOS 10.3.1 (14E304), and while connecting with Xcode and running my code on this device and its saying this device is not supporting by this xcode. Can anyone suggest me how can i run my iOS device(10.3.1) with Xcode…
Kalpesh Panchasara
  • 1,730
  • 2
  • 15
  • 27
1
vote
2 answers

Dynamically changing app logo

This question is regarding the iOS 10.3’s new feature of giving user the ability to customize the app logo they see on the homescreen. (Check out MLB at Bat app for reference where they let the user pick which icon will be app logo:…
Ney
  • 11
  • 2
1
vote
1 answer

IOS 10 xcode 8 swift 3, UITextView Change text on swipe

Is there a way to change a paragraph of text on swipe gesture ?. I want to change the paragraph with another predefined paragraph, when the user swipe on paragraph. I'm stuck to detect the paragraph, can we insert hidden tag on it or something else…
Hugues Gauthier
  • 639
  • 8
  • 18
1
vote
1 answer

iOS 10.3 In-App Ratings (or Reviews) with PhoneGap Build - How?

How to use the new feature in-app ratings/reviews for iOS 10.3 in Phonegap Build? I tried several plugins, but get a build error for each of them, saying: Error - The following 3rd-party plugin is causing the build to fail and may need to be…
ESA
  • 98
  • 6
1
vote
1 answer

Change app icon to generated one in iOS

In iOS 10.3 Apple added API for alternating icon. I need to change app icon to icon generated in a runtime. Is there a way to generate CFBundleIcon in a runtime so I could make icon change?
ilyailya
  • 318
  • 4
  • 17
1
vote
1 answer

Apple File system Permission to read from Photo Library

I have a UIWebView inside my ios application , which loads responsive website into my webview, developed in asp.net . Website has a button to choose video from device Photo Library and another button to upload video. In till ios version 10.2 it is…
SAURABH SANWAL
  • 139
  • 1
  • 11
1
vote
1 answer

Alamofire error on reopening app

I have been working on an app that allows the downloading of large files. I am using Swift 3 and Alamofire, The downloads work in the background, and on iOS 10.2.x this all worked perfectly fine. But on updating to iOS 10.3.x when the device is…
Eventured
  • 63
  • 6
1
vote
1 answer

Multiple Selections from ContactUI in Swift 3

I'm very new to coding in Swift and trying to teach myself. I am having trouble figuring out how to enable multiple selections from the ContactPicker View UI in Swift 3. From reading the documentation, it seems that to enable multiple selection I…
FatyP33
  • 13
  • 5
1 2 3
8 9