Hi all,
I have developed an app and deployed for testing to Testflight, although the workflows seems to be ok and I have given testflight notification permissions on my iOS device, the push notifications are not working.
Has anyone experienced it?
Hi all,
I have developed an app and deployed for testing to Testflight, although the workflows seems to be ok and I have given testflight notification permissions on my iOS device, the push notifications are not working.
Has anyone experienced it?
all working for me. by testing on testflight you mean your actual app not through BubbleGo? could you send screenshots of your workflows?
Yes - the actual app not through BubbleGo.
I had a similar issue - your workflows seem fine (and very sophisticated) - I’d troubleshoot each step - make sure the notification is created, and see which steps of the workflow are activated in the scheduler, one by one.
The issue for me was resolving the privacy permissions for notifications - making sure all users are able to create the data type. I’m not sure what else could be causing the issue currently - just also make sure you’re deploying and also using the live version for the whole test as that is what TestFlight runs on
Good luck! Hope this helped
Thank you for reviewing my workflows.
I finally managed to get push notifications working with a similarly designed workflow for a different function. The issue was on the design side - I didn’t realise I needed to add a push‑notification request. I had assumed that granting notification permissions in TestFlight would automatically cover the TestFlight version of the app.