pusher / push-notifications-swift

Swift SDK for the Pusher Beams product:
https://www.pusher.com/beams
MIT License
34 stars 24 forks source link

Network error: Device Not Found #153

Closed LinusGeffarth closed 4 years ago

LinusGeffarth commented 4 years ago

After upgrading from 1.x.x to 3.0.4, I am seeing the following error:

[PushNotifications]: Network error: Device Not Found

My setup in the AppDelegate is as follows:

let pushNotifications = PushNotifications.shared
pushNotifications.start(instanceId: "<id retracted>")
try? pushNotifications.addDeviceInterest(interest: "info")
if isInDebugMode {
    try? pushNotifications.addDeviceInterest(interest: "debug")
}
pushNotifications.registerForRemoteNotifications()

Am I missing something?

jonathanlloyd commented 4 years ago

Hi, Sorry for taking so long to reply. If you're still having issues, could you send any details to support@pusher.com & we'll help you debug further.

Thanks!