Posts

Post not yet marked as solved
1 Replies
1.1k Views
I'm trying to get push tokens for Live Activities but I am getting the same token twice, Why is that? Is there any other way to get the token just once, so I can hit the API to save the token. Here's the code: Task { for await data in runningActivity.pushTokenUpdates { let myToken = data.hexString self.count += 1 print("Count \(self.count)\n" + myToken) } Output: Count 1 80dc21086f81.........646d7084805dc Count 2 80dc21086f81.........646d7084805dc I can't seem to understand why this is happening, and some times it takes significantly longer to get the tokens. Am I doing anything wrong? Please do share your thoughts. Thank you!
Posted Last updated
.
Post not yet marked as solved
4 Replies
534 Views
For proof of enrollment, is my university identiy card sufficient?One more question, my id card uses initial format for names instead of First Name + Last Name.Example:ID Card Name: A. JohnFull Name: John AppleseedWill this be fine?Thank you.
Posted Last updated
.