I currently get data from Parse
, which refreshes when viewDidLoad
or pull-to-refresh happens in a PFQueryTableViewController
:
[self.getBackFromParse()]
Is there any way to set up an interval on Parse
s end to push content to the iOS app?
For example, set Parse
up to push all new data to the iOS app every 24 hours?