Post

Replies

Boosts

Views

Activity

CBCentralManager.retrieveConnectedPeripherals does not return a connected BLE device
A GoPro camera to be precise, even though the docs state that The list of connected peripherals can include those that other apps have connected. Steps to repdoruce: (iPhone, iOS 16.2) Pair a new GoPro camera using GoPro's official Quik app Double check that the samera is on Double check that the samera shows as connected in Settings iOS app under bluetooth devices Launch our app and call https://developer.apple.com/documentation/corebluetooth/cbcentralmanager/1518924-retrieveconnectedperipherals Nothing is returned (a scan finds it though) Scan for devices and connect pair/it using our app retrieveConnectedPeripherals starts returning the GoPro
0
0
1.3k
Feb ’23
Resolving package graph on every change
Out iOS app consists of a main project and several swift packages under a workspace. Every time I open the workspace, I end up with Xcode 14 being unusable for 10+ seconds, being stuck on Resolving package graph Adding/renaming/deleting files to any of the swift packages we have seems to trigger this as well. Has anyone experienced this as well?
Replies
7
Boosts
8
Views
3.8k
Activity
Jul ’23
Is there API to enable iPhone 14 Enhanced Stabilization / action mode on?
Wondering if there a way to programatically enable enhanced stabilization when recording a video on iPhone 14+, something like https://developer.apple.com/documentation/avfoundation/avcaptureconnection/1620484-preferredvideostabilizationmode
Replies
0
Boosts
0
Views
770
Activity
Jul ’23
How often can a backend ask a device for location using the the location push service?
I wonder what's the minimum supported/recommended interval for a backend to be asking an app for current location using the location push service?
Replies
0
Boosts
0
Views
917
Activity
Apr ’23
CBCentralManager.retrieveConnectedPeripherals does not return a connected BLE device
A GoPro camera to be precise, even though the docs state that The list of connected peripherals can include those that other apps have connected. Steps to repdoruce: (iPhone, iOS 16.2) Pair a new GoPro camera using GoPro's official Quik app Double check that the samera is on Double check that the samera shows as connected in Settings iOS app under bluetooth devices Launch our app and call https://developer.apple.com/documentation/corebluetooth/cbcentralmanager/1518924-retrieveconnectedperipherals Nothing is returned (a scan finds it though) Scan for devices and connect pair/it using our app retrieveConnectedPeripherals starts returning the GoPro
Replies
0
Boosts
0
Views
1.3k
Activity
Feb ’23