Skip to main content

Questions tagged [ios13]

The iOS13 tag should be used for questions specific to Apple's iOS 13 operating system. General iOS questions should use the iOS tag.

ios13
774 questions with no upvoted or accepted answers
40 votes
0 answers
8k views

iOS 13 - silent push notifications are no longer reliable

iOS 13 changes: Change 1: In iOS 13 Beta 6, a silent remote notification (AKA Background Notification) with priority 10 is no longer handled by the OS and dropped. This was documented in the past but ...
Segev's user avatar
  • 19.2k
24 votes
0 answers
2k views

Implementing PencilKit with PDFKit

My app shows PDF files using the PDFKit and lets users make annotations on pdf files through my own code using UIKit and CoreGraphics frameworks. Since I would like to use the PencilKit framework to ...
Alcovi's user avatar
  • 241
20 votes
0 answers
2k views

ApplePay error `Connection to remote alert view service failed` on iOS 13

I have a fully working implementation of ApplePay. all works well on iOS10, 11 and 12. Since the first beta of iOS 13 and Xcode 11 and up until now (iOS13GM and Xcode 11GM) the ApplePay authorization ...
Tal Cohen's user avatar
  • 1,437
17 votes
0 answers
1k views

Strange crashes at ios 13 in background - cow_cleanup

i got several crashes in my crashlytics, all crash happened at ios13 and background, my app did request location in background this is crash logs Crashed: com.apple.main-thread 0 libobjc.A.dylib ...
Văn Tiên's user avatar
14 votes
1 answer
3k views

How to line break long large title in iOS 13?

As title, is there a way to split long large titles in UINavigationBar? I tried all those methods, working for iOS 11 but none of them seem work to me on iOS 13 How to set multi line Large title in ...
JohnnyParafango's user avatar
13 votes
2 answers
4k views

Error with Universal Links on phone w/ iOS 13

I am seeing the below error in iOS 13 when trying to setup an app with universal links. Has anyone seen this or know what it means? I am seeing this error in the device console for the swcd process. ...
AndySousa's user avatar
  • 1,112
13 votes
1 answer
4k views

iOS 13 Crash - Backtrace not available

Dealing with a confounding crash for an iOS app. The application worked fine in previous iOS versions, but in iOS 13 it crashes before getting past the launch screen. This doesn't happen on the ...
GetSwifty's user avatar
  • 7,696
12 votes
1 answer
5k views

How to import a particular framework only if iOS 13 is available?

Our app supports iOS 12 and up, however we have two new local frameworks "Jello" and "Wizdom" within the app, but they only support iOS 13 and later (so they can use Combine and ...
scaly's user avatar
  • 585
12 votes
2 answers
1k views

Named Colors from pod only use light appearance instead of dark

I have a private pod and within it is my asset catalog. There's a named color with "Any Appearance" and "Dark Appearance" values set. In my main project that's consuming the pod, I can set the color ...
Ben's user avatar
  • 774
11 votes
0 answers
840 views

Initial position for PKToolPicker (PencilKit)?

How to setup PKToolPicker initial position? It always started at the bottom, and if there is a toolbar, cover up the toolbar. let toolPicker = PKToolPicker.shared(for: self.view.window!) toolPicker?....
Lim Thye Chean's user avatar
11 votes
3 answers
2k views

Getting error when trying to use AVPictureInPictureController in iOS 13 or tvOS 13

I have small app which runs on iOS and tvOS where I’m displaying a video in UIView.It does support iOS 12 and tvOS 12. Now want to show PIP for tvOS hence trying to use AVPictureInPictureController ...
sia's user avatar
  • 1,902
10 votes
0 answers
1k views

Multiline navigation bar title truncating on iOS13

I have a view controller where I need to display multiline title on the navigation bar. For this, I have written a protocol like this - import UIKit protocol CustomNavigationBar { func ...
letsbondiway's user avatar
10 votes
0 answers
1k views

How to implement Extensible Enterprise Single sign-on in ios13

We all know that Apple introduce Extensible Enterprise Single Sign-on Extension on iOS 13. Here is the demo video presented by Apple. There are two types of Extension, Redirect and Credential I ...
Samiul Islam Sami's user avatar
9 votes
0 answers
805 views

Is it possible to add a voice dictation (mic icon) button to UISearchBar in iOS 13?

In iOS 13, Apple's own apps include mic buttons in search bars (for example, see attached image) that allow the user to begin voice dictation directly rather than having to first bring up the keyboard ...
David Steppenbeck's user avatar
9 votes
0 answers
570 views

Why apple login sheet in iOS 13 shows `null` as the app name

Within the application's webview I open the apple page for login. In the app, the iOS system knows it comes from apple so the action sheet shows up for biometric authentication. All good and all works ...
PiotrDomo's user avatar
  • 1,045

15 30 50 per page
1
2 3 4 5
52