Also need a bit more clarification. My concern is getting push-token for the newly started activity, so that I can push updates to the activity, making it 'live'.
The way I understand it, is that I should:
iterate the AsyncSequence Activity<...>.activityUpdates and listen for updates.
When a new activity is started, the app will be awakened, and I can start listening to the AsyncSequence activity.pushTokenUpdates
When the pushToken update comes in, I'll send it to my server.
...right?
Topic:
App & System Services
SubTopic:
Notifications
Tags: