I don't think that's true. They can be compiled from the app target, but it's not required.
In our case we have a lightweight Intent Target that fetches data from CoreData and returns what's requested.
Hi,
I'm also wondering if the possible errors are listed somewhere? Would make it much easier to write unit tests and ensure everything is working as intended :)
It's been confirmed to be a bug, mentioned in the release notes for the latest beta
Tapping Live Activity does not launch watch apps that use the WKSupportsLiveActivityLaunchAttributesTypes Info.plist key. Instead, a Live Activity tap displays the full-screen view with an “Open on iPhone” option. (132832577) (FB14568721)
https://developer.apple.com/documentation/watchos-release-notes/watchos-11-release-notes
I've read through the code carefully and added logs of meta data that might explain the exception. Haven't found a solution yet. A sysdiagnose might make things easier, but we have no way to communicate with specific users.
My current best guess is that the NSManagedObject property "id" becomes nil for two objects at the same time. When "id" is nil, I return an empty string. So if this occurs at the same time for two objects, we have duplicate objects.
If this enum does only refer to the mini-player in these two different states I assume it's up to me to create a view and a custom animation with associated ShapeTransition between the mini player and the full screen player. Is that right?
I don't think that's true. They can be compiled from the app target, but it's not required.
In our case we have a lightweight Intent Target that fetches data from CoreData and returns what's requested.
Hi,
I'm also wondering if the possible errors are listed somewhere? Would make it much easier to write unit tests and ensure everything is working as intended :)
It's been confirmed to be a bug, mentioned in the release notes for the latest beta
Tapping Live Activity does not launch watch apps that use the WKSupportsLiveActivityLaunchAttributesTypes Info.plist key. Instead, a Live Activity tap displays the full-screen view with an “Open on iPhone” option. (132832577) (FB14568721)
https://developer.apple.com/documentation/watchos-release-notes/watchos-11-release-notes
I've read through the code carefully and added logs of meta data that might explain the exception. Haven't found a solution yet. A sysdiagnose might make things easier, but we have no way to communicate with specific users.
My current best guess is that the NSManagedObject property "id" becomes nil for two objects at the same time. When "id" is nil, I return an empty string. So if this occurs at the same time for two objects, we have duplicate objects.
If this enum does only refer to the mini-player in these two different states I assume it's up to me to create a view and a custom animation with associated ShapeTransition between the mini player and the full screen player. Is that right?