You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any intention to port it to Swift 3.0 ? There are several issues related to the error management that would be easier to cope with if you poor the library.
I have also another problem. Unexpectedly, sometimes it refuses
to work with the error "Invalid Device Token", but I'm sure it is valid, because it works with other testing tools. Thanks
The text was updated successfully, but these errors were encountered:
There are currently no plans to port to Swift. NWPusher uses the binary push interface, which has been deprecated by Apple. Because of this it seems most appropriate to keep it Objective-C.
Considering your other problem. There are many reasons why pushing can fail. Often this is related to whether or not it's a sandbox device token. In my experience failure is often consistent: a device token either works all the time or fails all the time. For a comprehensive list of trouble, please take a look a the Troubleshooting section: https://github.com/noodlewerk/NWPusher#troubleshooting. If you're stuck, please provide more details on the error code, certificates used and sandbox yes/no.
Any intention to port it to Swift 3.0 ? There are several issues related to the error management that would be easier to cope with if you poor the library.
I have also another problem. Unexpectedly, sometimes it refuses
to work with the error "Invalid Device Token", but I'm sure it is valid, because it works with other testing tools. Thanks
The text was updated successfully, but these errors were encountered: