I have been trying to integrate push notification action listening into my app, but I haven't been able to do it. The solution I found was to create a launcher app so that when I send a "runApp" notification from Headwind, it simply launches my app and performs the required action. However, I now really need to integrate this action (which involves uploading logs to a server) into another larger app, so this is no longer an option for me because I have permissions problems to access that logs. I know that there is an explanation on the Headwind docs but I have tried and can't find a solution
Thanks