[Solved] Background Processing in Swift

Despite getting downvoted, I still think my solution may be useful to someone new to notifications in iOS development. I switched from local notifications to push notifications setting my remote flask application to handle all the background processing and notification sending with firebase: Follow this tutorial to set your app for receiving push notifications: https://www.youtube.com/watch?v=34kvGKdPN2k … Read more