I am trying to run code when a user selects an action from an interactive push notification. This code needs to do multiple things: update a record on a server, charge a credit card, etc, and I implement these requests by using Parse Cloud Code and the Stripe API.
When these requests are called, it does not seem like the code is actually running, and there is no callback. I then open the app, and everything runs perfectly. Are blocks/callbacks not allowed to be run when the app is inactive? I have researched background fetch and background remote notifications, and I do not think either are applicable, but please tell me if you disagree.
Thanks for your help,