With Beta 4, getting the pushToken, but the aps payload is giving me TopicDisallowed.
Post
Replies
Boosts
Views
Activity
In my case not getting the push token as part of my statusActivity at al, the object doesnt have pushToken. Any flag i need to set additionallY?
let statusActivity = try Activity<StatusAttribute>.request( attributes: statusAttribute, contentState: initialStatus, pushType: PushType.token)
this is how i am requesting for a push token
I have a Push notification key registered for my bundle ID, still not receiving any data in statusActivity.pushTokenUpdates. followed the blog mentioned above. Do I need anything else from the app.
Hey , seeing a crash on this ActivityAuthorizationInfo().areActivitiesEnabled when trying to run on real device.
On simulator it works fine.
Any help here on how to resolve?