iOS Question Start App at Boot

wineos

Member
Licensed User
Longtime User
Hi,

Is there any method to start my app at iphone/ipad boot?

I want to have an alarm notification without first start my app. Anyone can help me?

Thank you.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Lets say that the local notification is scheduled to run at 08:00 am.

If the user has turned off the device at 06:00 am and then turned it on at 07:00 am the notification will still be scheduled to run at 08:00 am. Even if your app wasn't started after the device has turned on. It is a different behavior then Android StartServiceAt.
 
Upvote 0

wineos

Member
Licensed User
Longtime User
I see.

If I want the device get the notification at 8:00am everyday, how can I do this?

Thanks.
 
Upvote 0
Top