Azure Notification Hub registrations disappear when sending a notification

前端 未结 3 761
轮回少年
轮回少年 2020-12-31 12:32

Recently our Azure Notification Hub became a very mysterious entity. When Apple devices register we can see them in Service Bus Explorer and as soon as we try sending any no

3条回答
  •  被撕碎了的回忆
    2020-12-31 13:17

    Turns out the front end guys were unsubscribing too eagerly. Removing the unsubscribe code sorted out the issue. Also there was a problem with the APNS certificate, in order to run the front end app in debug it requires a sandbox certificate, not a production one, for the messages to be delivered properly.

提交回复
热议问题