Post

Replies

Boosts

Views

Activity

Comment on Apple Developer Labs for visionOS closed?
@stevenhoward The slots are limited and the target market is for app developers who are currently working on visionOS apps. With that in mind, I don't think it would make sense for the labs to be available outside of people with developer accounts. I'm not sure what a verified developer is. Do you have a paid Apple Developer account?
Aug ’23
Comment on Apple Developer Labs for visionOS closed?
@stevenhoward The email has a button that says "Apple for a lab", it is a ridiculously long privacy-busting analytics tracking link that goes to https://developer.apple.com/visionos/labs/ When I tap "apply" on that page, I get a list of Upcoming Events showing labs with the filters "vision", "all dates", and "all languages". The top 10 in the list say "Closed" but the ones below that are open. Filtering for English language, the top 6 are "Closed" but the bottom 4 are open.
Aug ’23
Comment on Bluetooth MAC address (RemoteID) has been changed after iOS 16.x
For the last decade or so, the peripheral UUID has been randomly generated by CentralManager the first time an app pairs with the peripheral for a given app install. The UUID can be (therefor should be expected to be) different on every phone that pairs with the peripheral and different when paired after every new delete/install of the app. If you've gotten the same UUID generated by multiple phones, you've been lucky or something. That's not the intended behavior.
Jul ’23
Comment on Download offline map available programmatically?
@bmaul I assumed that they would have mentioned if offline maps were shared. Testing it is pretty easy and, as expected, offline maps in Apple's Maps.app do not affect the maps cached in my mapKit app. Maybe that's something they would add at some point if enough people file feedback feature requests? Seems like it would have privacy implications that they would want to handle if the feature is added but doesn't seem unreasonable to me.
Jul ’23
Comment on How to connect to a peripheral already paired with iphone without scan again.
"peripheral info" meaning UUID but I missed that you said retrievePeripherals wasn't working. If you are pairing with the peripheral device, saving the correct UUID, and using that UUID to retrievePeripherals ( https://developer.apple.com/documentation/corebluetooth/cbcentralmanager/1519127-retrieveperipherals ) when it is visible in the list of paired (but not connected) BT devices in your phone's settings, it should work. If the device isn't returned via retrievePeripherals, something is wrong
Jul ’23