iOS Question Start an app with notification

db0070

Active Member
Licensed User
Longtime User
I want to start the app with a notification. In this thread, I see two conflicting statements:
https://www.b4x.com/android/forum/threads/scheduling-local-notifications.46516/reply?quote=287317
Last line says "- Only in Release mode you can actually start the app from a notification." If so, how can I start the app (assuming it is in the background)?

And in the same thread:
https://www.b4x.com/android/forum/threads/scheduling-local-notifications.46516/reply?quote=311798
Is there a way around this?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
in post #1 at the very last line it says "Only in Release mode you can start the app from a notification"
This means that if you run your app in debug mode and schedule a local notification, then when the notification fires (assuming that the debugging app no longer runs) if you click on the notification it will fail to start the app as the app can only start when it is connected to the IDE.
 
Upvote 0
Top