Post

Replies

Boosts

Views

Activity

Comment on Decoding crash report IPS metadata JSON keys
Thanks @eskimo. In case it wasn't obvious this is related to my other post you replied to for some stuff I'm working on. https://developer.apple.com/forums/thread/746376 Not useful to me agreed, but would it be useful (or required) to the Console app on Mac to attempt to parse the report into the friendly view? I will try removing keys that are not documented and see if the Console app can represent the 'translated report'. If I find anything that breaks I'll update my feedback.
Feb ’24
Comment on Running commands for symbolication within the App Sandbox for Mac App Store
Thanks Quinn @eskimo for putting that post together. I figured I would run into some limitations or that what I want to build would simply not work in a sandbox. It is easy (easier) for a developer to know where they placed their app binary DSYMs, but not intuitive where system framework DYSMs are located. This is a very related feedback that you can check out: FB12349101. The bigger flaw in my plan is symbolication of system frameworks only works if you had access to that device and os combo.
Feb ’24
Comment on User Name components
FWIW, Apple Music, as of iOS 17.3, still shows "Find Friends" -- "Apple Music will periodically check the contacts on your devices to recommend new friends.". Given ALL of the discover user APIs are deprecated, one only using CloudKit would then have to create a new record type that saves user contact info. By design, in order to query that data, it would have to be public otherwise you couldn't perform query operations on it against your contact info.
Topic: App & System Services SubTopic: iCloud Tags:
Jan ’24
Comment on User Name components
I spoke with the CloudKit team during WWDC23 about this feature. They said, unfortunately there is not a replacement and that I should file feedback. I did - FB12341314. The feedback got a reply saying there is not plans to replace the functionality. Apple Music is accessing user contacts if you look at App Privacy Report, previously it felt like they were using this feature to build their discover users. This feature was underrated and might be gone forever. I suggest you also file feedback.
Topic: App & System Services SubTopic: iCloud Tags:
Jan ’24
Comment on Pre-order link preview in Messages app is showing unapproved/older App Store screenshot
Thanks! I checked media manager and the 5.5 inch didn't get updated, looks like a mistake on my end. However, I think it was still expected that the link preview would take the 6.5 inch screenshot if previewing on an iPhone 13 Pro vs an SE given that the 5.8" display is falling back to 6.5. Here is to hoping I can change preorder screenshots with FB11255286.
Aug ’22
Comment on Advanced AppClips creation code in WWDC Video is incorrect and doesn't match the documentation.
@SebC99, does the documentation here seem correct to you? https://developer.apple.com/documentation/appstoreconnectapi/app_store/app_clips_and_app_clip_experiences if not, mind creating a feedback? I'm experiencing issues with App Store Connect portal and cannot edit my experiences and started to look at the API as a workaround.
Topic: App & System Services SubTopic: General Tags:
Aug ’22
Comment on CoreLocation's iBeacon monitoring stops reporting iBeacon when other BT device is connected in iOS Settings
Just mark your reply was the answer.
Replies
Boosts
Views
Activity
Apr ’24
Comment on VisionOS Bluetooth usage
@Gualtier Malde I documented a few of my use cases in here: FB13596401 - Core Bluetooth: Enable ability for visionOS device to be a peripheral - CBMutableService init is unavailable
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Decoding crash report IPS metadata JSON keys
Thanks @eskimo. In case it wasn't obvious this is related to my other post you replied to for some stuff I'm working on. https://developer.apple.com/forums/thread/746376 Not useful to me agreed, but would it be useful (or required) to the Console app on Mac to attempt to parse the report into the friendly view? I will try removing keys that are not documented and see if the Console app can represent the 'translated report'. If I find anything that breaks I'll update my feedback.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Running commands for symbolication within the App Sandbox for Mac App Store
Thanks Quinn @eskimo for putting that post together. I figured I would run into some limitations or that what I want to build would simply not work in a sandbox. It is easy (easier) for a developer to know where they placed their app binary DSYMs, but not intuitive where system framework DYSMs are located. This is a very related feedback that you can check out: FB12349101. The bigger flaw in my plan is symbolication of system frameworks only works if you had access to that device and os combo.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Connecting to a bluetooth device while app is terminated
Yes, CoreLocation will bring the app back from user-terminated state. This works for both the GPS based and Beacon based APIs. However becoming a legitimate iBeacon isn't an easy task if you have a battery budget.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on visionOS as a BLE peripheral: CBMutableService init unavailable
I would suggest you file feedback for this. I too want this as a capability and it is rather limiting for a brand new device. Fingers crossed just a V1 of software sort of thing and not a long term constraint. FB13596401 - Core Bluetooth: Enable ability for visionOS device to be a peripheral - CBMutableService init is unavailable
Replies
Boosts
Views
Activity
Feb ’24
Comment on CKQueryOperation in private database produces 500 errors from server and in CloudKit Console
@Developer Tools Engineer Any comment on what happened or what was performed to resolve it? If none that can be shared, what is the best course of action if it occurs again? I will mark my feedback as resolved.
Replies
Boosts
Views
Activity
Jan ’24
Comment on User Name components
FWIW, Apple Music, as of iOS 17.3, still shows "Find Friends" -- "Apple Music will periodically check the contacts on your devices to recommend new friends.". Given ALL of the discover user APIs are deprecated, one only using CloudKit would then have to create a new record type that saves user contact info. By design, in order to query that data, it would have to be public otherwise you couldn't perform query operations on it against your contact info.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on User Name components
I spoke with the CloudKit team during WWDC23 about this feature. They said, unfortunately there is not a replacement and that I should file feedback. I did - FB12341314. The feedback got a reply saying there is not plans to replace the functionality. Apple Music is accessing user contacts if you look at App Privacy Report, previously it felt like they were using this feature to build their discover users. This feature was underrated and might be gone forever. I suggest you also file feedback.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jan ’24
Comment on MetricKit for System Extension
+1 FB9069616 - Make MetricKit available for other Apple platforms
Replies
Boosts
Views
Activity
Apr ’23
Comment on Pre-order link preview in Messages app is showing unapproved/older App Store screenshot
Thanks! I checked media manager and the 5.5 inch didn't get updated, looks like a mistake on my end. However, I think it was still expected that the link preview would take the 6.5 inch screenshot if previewing on an iPhone 13 Pro vs an SE given that the 5.8" display is falling back to 6.5. Here is to hoping I can change preorder screenshots with FB11255286.
Replies
Boosts
Views
Activity
Aug ’22
Comment on Advanced AppClips creation code in WWDC Video is incorrect and doesn't match the documentation.
@SebC99, does the documentation here seem correct to you? https://developer.apple.com/documentation/appstoreconnectapi/app_store/app_clips_and_app_clip_experiences if not, mind creating a feedback? I'm experiencing issues with App Store Connect portal and cannot edit my experiences and started to look at the API as a workaround.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on AppClip Size Limit of 10 MB
For what it is worth, this size limit was increased to 15 MB for iOS / iPadOS 16 devices. DTS's answer should be marked as correct with respect to iOS 14/15 devices.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on NavigationStack suggestions
@Appeloper, have you made a feedback for this yet? Post your feedback number in here and I'll mention it in mine. FB10346298
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Crash on "Library not loaded: /usr/lib/swift/libswiftCloudKit.dylib" in WatchOS 9 and iOS 16 simulators when using CloudKit
I can confirm this workaround provided allows the simulator to run. I also filed a feedback: FB10328082
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jun ’22