Posts

Post not yet marked as solved
12 Replies
26k Views
Hi,I'm currently looking into CoreBluetooth, but I'm already struggeling with the simple setup. On starting the test app github I receive the below error message:Search not started as central isn't powered on! unknown2016-08-12 20:37:18.050489 SwiftBluetooth[1865:574397] [CoreBluetooth] XPC connection invalidThis is happening while I had my bluetooth headphones sucessfully connected to the iPhone.So I would expect that at least the headphones get recognised.Device: iPhone 6 OS: 10.0Thanks for your helpTimo
Posted
by schoepft.
Last updated
.
Post not yet marked as solved
3 Replies
1.2k Views
Hi,we are using a QLPreviewController in our App to preview PDF documents.For some reason the Links embedded in the PDF document are not opened in safari, even though the AlertView "Leave APPNAME and open this link?" is shown and confirmed.In our logs I see the following+[LSApplicationProxy applicationProxyFor*] is not a supported method for getting the LSApplicationProxy for the current process, use +[LSBundleProxy bundleProxyForCurrentProcess] instead.I also added the QLPreviewControllerDelegate to handle the callback shouldOpenUrl - however this callback is never firedfunc previewController(_ controller: QLPreviewController, shouldOpen url: URL, for item: QLPreviewItem) -> Bool { return true; }
Posted
by schoepft.
Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
Hi,I noticed, that my Push Notification are no longer displayed on my Garmin Fenix 5.Usually all System Notifications should be forwarded (and have been), but after updating to iOS 13 I noticed that only a subset of notifications are forwarded.Is there any change which I missed?ThanksTimo
Posted
by schoepft.
Last updated
.