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
Try NWPusher.
It has an iOS framework for sending pushes and has an iOS demo application that sends push notifications from iOS to iOS.