Post

Replies

Boosts

Views

Activity

Comment on iPadOS 18 TabView conflicts with NavigationSplitView
@DTS Engineer The Swift Charts example code falls into this trap too. It embeds a NavigationSplitView inside a TabView. This sample code should be updated if this layout is to be avoided because it causes unexpected behaviors. I was just running this example code and the view modifier to require tabs wasn't being respected. I guess 'as designed'? https://developer.apple.com/documentation/charts/visualizing_your_app_s_data
Oct ’24
Comment on Adding workoutEffortScore to HKWorkout
@cfc I have successfully saved and related .workoutEffortScore samples to workouts, just like the Fitness apps. The documentation is practically non-existent on the new types. To make matters worse, there was no developer session describing these APIs at WWDC24. If you're the author of the workout, it should just work. You do need to query the sample and use a workout predicate to fetch it. It doesn't add the sample to the workout like the Builder API does with other sample types.
Sep ’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.
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.
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.
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