Hi, I'm trying to get the ability to have the iOS (on phone as example) to automatically detect an incoming push notification (remote notification) from a particular application, then read the title/main text as a string variable and write it to a CSV file which is then uploaded to the cloud. (dropbox as an example)
This can be done easily on an Android phone, but for iOS, I can't find a commercial application that does it. I'm already working with Python to process that CSV file after it has been created.
Please advise if this is possible via Pythonista and its available libraries/modules. (had a quick search but not sure if there is a specific way) Thanks!