Reputation: 3495
I want to create an iOS app where my app simply polls a public REST API every minute, in background, and give me local push notification if data from REST API matches my condition. Is this something that is possible and allowed by Apple?
Upvotes: 1
Views: 2091
Reputation: 13753
No. You cannot execute in the background once every minute. Please check out Apple's documentation on background execution.
Upvotes: 1