I am looking for a proper tutorial on how to write let's say a messaging app.
in other words the user doesn't have to run Messaging to get messages. I would like to build that type of structured app. I realize that "push notifications" appear the way to go.
But at this point I still can't find an decent tutorial that seems to cover all the bases.
Thank you
Hope this will help:
- https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started
- https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/APNSOverview.html#//apple_ref/doc/uid/TP40008194-CH8-SW1
- https://stackoverflow.com/questions/17262511/how-do-ios-push-notifications-work
I recommend the first link.