I have a web service application and i fetch my data using GET request from my server. I wanted to activate APNS on my application and read some good tutorials on this topic. And i discovered we can send about 200bytes of data inside a push. My question is, will it be true to pass al my app's data through push notifications instead of sending GET request at specified times?
Note: For the moment, when any tables from my database changes i push a notification and as response my user open the application. During this launch, i create a GET request to my server to fetch the new data