Post

Replies

Boosts

Views

Activity

Comment on iOS16 [MXMetricManager deliverMetricPayload:] Crash
@eskimo, Can you elaborate on when the bug was introduced? I assume, 16.0.0. So presumably iOS 16.0.0 and any new iPad that shipped with 16.0.x before upgrading to 16.1? If my app code is using the subscriber for app exit data and memory statistics (metric memory metric), and a crash reporting tool using the diagnostics, it is lose-lose. Many crash reporting tools deliver their solution as a binary framework and don't allow customization of setup. So turning this off in an SDK would be tough.
Dec ’22
Comment on iOS 16 Live Activities Lock Screen widget
From the documentation you can START an activity only from the foreground. Given push, and the nature of the activity, you should be able to UPDATE from the background. I plan to test this out and file feedback if I can't get it to work. @haozes, what background capability are you using that you're trying to update from the background?
Aug ’22
Comment on iOS 16 Live Activities Lock Screen widget
I have only gotten the activity to show for requests that set the push token to nil. I haven't explored the push based activity very far yet. Note the default value of the pushType parameter is to set to push, so ensure you set it to nil if you want local. For my "local only" activities, I've also experience the simulator not showing them (FB11064112). I would encourage you to file a feedback too and post the number in here.
Aug ’22