DEV Community

Rlogical Techsoft Pvt Ltd
Rlogical Techsoft Pvt Ltd

Posted on

Push Notification in Simulator

Push notifications are one of the most popular ways iOS app developers to keep users engaged in their apps. In iOS applications, push notifications can be incorporated by using the Apple Push Notification service (APNs).
However, it’s not as easy as it sounds since there is a long list of things to do for setting this up. Plus, what’s worse is that we have to use a real device to test if push notifications are working or not since push notifications aren’t supported in Xcode’s iOS Simulator.
But now Xcode 11.4 beta is out and the best part about this release is that we can finally test push notifications in the iOS Simulator!
Read here : https://medium.com/@rlogicaltech/push-notification-in-simulator-2528106cef03

Top comments (0)