Can we send push notification to APNs from iOS device?

后端 未结 3 1103
青春惊慌失措
青春惊慌失措 2020-12-11 17:50

I want to send push notification from a iOS device to another iOS device without using backend server. Is it possible for an iOS device to act like a server and send push no

3条回答
  •  死守一世寂寞
    2020-12-11 18:23

    Try NWPusher.

    It has an iOS framework for sending pushes and has an iOS demo application that sends push notifications from iOS to iOS.

提交回复
热议问题