Post

Replies

Boosts

Views

Activity

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.
Topic: App & System Services SubTopic: General Tags:
Aug ’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?
Topic: App & System Services SubTopic: General Tags:
Aug ’22
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 UISplitViewController broken when in tab view controllers
@InstantInteractive, did you get any confirmation that this was fixed in any release since you filed your feedback?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on iOS 16 Live Activities Lock Screen widget
@DeveloperToolsEngineer, do you know if there will be a new framework tag for "ActivityKit" made available in the forums?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
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.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on can not see data on Xcode Organizer after integrated MetricKit
This should be marked as the correct answer.
Replies
Boosts
Views
Activity
Aug ’22
Comment on iOS 16 Live Activities Lock Screen widget
@Gama_, right now the behavior is you request an activity and if your code is good and device setup correct, you're granted in first time without a permission prompt. There is a toggle in Settings > Your App > Live Activities, but I've created a feedback for an explicit user permission prompt. FB11210596
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’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?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Any xcode code samples for live activity on ios16?
Until we get a real example project to download, this should be marked as correct.
Replies
Boosts
Views
Activity
Aug ’22
Comment on iOS 16 Live Activities Lock Screen widget
@Pulin I think it was described in the Platform State of the Union that ActivityKit would be available later this fall. If you want to keep developing against it, use Xcode 14 Beta 6, or wait for Xcode 14.1 Betas to release.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on How to use SensorKit - entitlement needed to function
Any updates on this? The page you referenced still says coming soon. I want to use SRVisits instead of implementing/integrating with CoreLocation's Visit API though it is likely the same or similar under the hood.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on ActivityKit request with pushType = .token results in undocumented PermissionError
@developer555, make sure that you add the push notification capability to your application target. I marked this as the solution below as it resolved the issue in my demo app.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’22
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.
Replies
Boosts
Views
Activity
Dec ’22
Comment on didReceive(_ payloads: [MXDiagnosticPayload]) method not invoked when using Simulate MetricKit Payloads in Xcode 14.0.1
I got a reply back on my feedback that the team was unable to reproduce it but it still happens for me 100% of the time as of my testing on Xcode Version 14.2 (14C18).
Replies
Boosts
Views
Activity
Feb ’23
Comment on Medications in HealthKit?
FB12347790 +1 Same story, I'd like to not have to build and manage code for a medication feature if it is in Health app. I have several production apps that would integrate right away if available.
Replies
Boosts
Views
Activity
Jun ’23
Comment on Any Way To Restore Journal App in iOS 17 beta 2
This: https://apps.apple.com/us/app/journal/id6447391597
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on Cannot install App using Xcode because of iOS restoring Backup
I have the same issue on Apple Vision Pro. Deleting the app from Springboard (Apple Vision Pro 'Home') as well as doing a reboot did not allow installation from Xcode. I created the following feedback for this: FB13634444 - Apple Vision Pro: iCloud Backup - failed to install the app on the device.
Replies
Boosts
Views
Activity
Feb ’24