Device to Device Notifications in iOS

荒凉一梦 提交于 2019-11-30 20:58:26

问题


I'm a newbie iOS developer and trying to implement device to device notification in iOS something to handle friend requests etc.. I'm looking for documentation that guides me in the process. I'm using firebase as my backend system but I'm cannot find any documentation about device to device notification . I also checked out One Signal but still having hard time figuring out how this is implemented , Can anyone point me in the right direction


回答1:


You'd need to implement this logic with server-side code using one of Firebase's server SDKs. You can look their fantastic documentation to learn more.




回答2:


hope it help:

OS X and iOS application and framework to play with the Apple Push Notification service (APNs)

https://github.com/noodlewerk/NWPusher



来源:https://stackoverflow.com/questions/40087505/device-to-device-notifications-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!