ios10 Questions

4

Solved

I'm trying to render an MKMapView into an UIImage, without showing it on the screen. I init the map: let mapView = MKMapView(frame: CGRect(x: 0, y: 0, width: 1000, height: 1000)) mapView.delegate ...
Mcripley asked 6/4, 2017 at 3:48

10

I tried to implement the new Notification Service Extension, but I have a problem. In my NotificationService.swift file I have this code: class NotificationService: UNNotificationServiceExtension...

3

My todayWidget was developed for iOS 8 (and worked on it) and was a very simple todayWidget that only fetch data from a server in the widgetPerformUpdateWithCompletionHandler method, and print it. ...
Mendacious asked 26/1, 2017 at 10:11

3

I am trying to write data that is inputted by a user via UITextField to a text file. I am successfully able to do this by the code I have written below. However, when I tried to save more data it w...
Bellini asked 21/2, 2017 at 11:0

13

Solved

I'm not able to prevent the main body content from scrolling while a fixed position overlay is showing. Similar questions have been asked many times, but all of the techniques that previously...
Khrushchev asked 11/1, 2017 at 15:41

5

Solved

Using custom UITableViewCell, I'm trying to change the height of tableViewCell's delete button. I've tried all the solutions available here on SO. Everyone has mentioned that in customTableViewCel...
Colotomy asked 21/9, 2017 at 7:41

20

Solved

Im implementing new iOS10 extension to use rich notifications. Im trying to test it on push notifications but is not working, I just receive a simple notification and is not going through the exten...

4

Solved

In my app I wish to assert that notifications have been added in the correct format. I'd normally do this with dependency injection, but I can't think of a way to test the new UNUserNotificationCen...
Chitchat asked 29/11, 2016 at 9:46

30

Solved

When I compile the application I get an error equal to this: Could not build Objective-C module 'Firebase' This error appear in import Firebase of my file swift.
Fabri asked 18/1, 2017 at 1:22

4

I'm trying to access the Bluetooth settings through my application using swift.how can access bluetooth setting? Xcode version - 8.0 swift - 2.3 iOS - 10
Lilililia asked 28/9, 2016 at 14:41

2

It seems to me that whenever a Today Widget crashes for any reason it displays the "Unable to load" message (as on the attached screen). When this happens nothing kicks off in the debugger, nothin...
Chara asked 27/12, 2016 at 15:23

4

I'm using iOS 10 beta 8, Xcode 8 beta 6. Regarding Apple Transport Security (ATS) I'm finding that using "exception domains" isn't working in iOS10, but "allow arbitrary loads does". Anyone else c...
Escarpment asked 5/9, 2016 at 16:54

2

I have configured my Provider Configuration for CallKit iOS. In which I have also set 'iconTemplateImageData' for displaying app icon in CallKit UI. But app icon is not showing. It shows a white sq...
Winfrid asked 9/8, 2017 at 4:55

2

Solved

encodeSystemFields is supposed to be used when I keep records locally, in a database. Once I export that data, must I do anything special when de-serializing it? What scenarios should I act upon...
Walls asked 28/9, 2016 at 2:41

11

Solved

After converting code to latest swift 3.0 I am shown this error. Also tell me solution for CGSize = CGSizeMake(0,0) static var frameAtStartOfPan: CGRect = CGRectZero static var startPointOfPan...
Yep asked 21/6, 2016 at 14:19

2

Solved

Desired Behavior I am wondering how to best do the following in Swift Display a contact picker window Allow a user to select a contact Fetch an image from that contact. Research In res...
Trevor asked 25/9, 2016 at 1:40

23

Solved

Before I start writing about the error, I'm running on macOS Sierra and using Xcode 7.3.1. So I'm creating an Archive from my App, I validate the App and it passes validation, but when uploading to...
Subequatorial asked 15/6, 2016 at 14:35

5

Solved

I'm developing an iOS app that should receive push notifications sent from the Firebase console. I'm using Swift 3 and iOS 10. As recommended by the Firebase documentation, we must assign our dele...
Strephonn asked 5/10, 2016 at 20:28

3

i have sent notification in older versions of ios. but in newer version i m not able to create .pem file. Someone told me that pem file is no longer required to send notification from server. But w...
Shererd asked 28/9, 2017 at 17:12

19

I've update my iPhone 6 plus to iOS 10 beta version and just found that in mobile safari, you can zoom any webpages by double tapping or pinching IGNORE the user-scalable=no code in the meta tag. I...
Paw asked 14/6, 2016 at 9:32

10

Solved

I updated my Xcode to version 8 after iOS 10 release. Apple made some changes in code signing process and it is now available in general section of target settings. But the issue is my production p...
Beckwith asked 19/9, 2016 at 5:24

6

I am trying to perform cont. speech recognition using AVCapture on iOS 10 beta. I have setup captureOutput(...) to continuously get CMSampleBuffers. I put these buffers directly into SFSpeechAudioB...
Sommelier asked 14/6, 2016 at 20:49

14

Solved

When using the Xcode 8+ and creating a new blank project, the following logs appear when running the application: 2016-06-13 16:33:34.406093 TestiOS10[8209:100611] bundleid: com.appc.TestiOS10, en...
Bradway asked 13/6, 2016 at 23:39

2

Am trying to call CORS Rest API but am getting this error: Failed to load resource: Preflight response is not successful This happens on my cordova apps after upgrading to iOS10, before that i...
Bilbrey asked 25/9, 2016 at 6:21

10

How to get the device token from new xCode 8, Swift 3 in iOS 10? Here is the code to register notification: func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOpti...
Washable asked 19/9, 2016 at 4:2

© 2022 - 2024 — McMap. All rights reserved.