blog/widgets-live-activities-dynamic-island/ #5444
Replies: 1 comment 2 replies
|
Could you provide the buillt hint to the mobile provision to debug and release? your documentation just use one 44.8. Per-platform notes Signing follows the generic app extension rules: the extension needs its own App ID (.CN1Widgets) with the App Groups capability and, for cloud device builds with manual signing, its own provisioning profile. Either place the .mobileprovision under common/src/main/resources or supply a URL with the ios.appext.CN1Widgets.provisioningURL build hint. With automatic (managed) signing and in local ios-source builds no extra configuration is needed — Xcode provisions the extension target as usual. Widget taps deep link back into the app through the cn1surface:// URL scheme, which the build registers automatically. |
Uh oh!
There was an error while loading. Please reload this page.
blog/widgets-live-activities-dynamic-island/
The new com.codename1.surfaces API describes home-screen widgets, Live Activities, Dynamic Island regions, Android ongoing notifications, and desktop widgets as data that can render while the main app is not active.
https://www.codenameone.com/blog/widgets-live-activities-dynamic-island/
All reactions