Skip to content

(IOS) Add api to facilitate the forwarding of the push device token in swift

Previous didRegisterForRemotePush function was mostly usable from objective C where easy NSData -> (void *) cast is easy to do, but it was much harder in swift.

Merge request reports