Open native app using Alarm in a determinated time
Open native app using Alarm in a determinated time
BY 14 Oct 2014Native Application Development
Hi,
I’m developing a native app that needs to use the Alarm API to open itself at a determined time. I saw an example in Tizen web applications, the ExercisePlanner, available with SDK samples that does this, and I want to do that too, but using my native app.
According with some logs, this code creates an alarm properly but, at the passed time, my app it’s not called. It’s ignoring it. Using the alarm_schedule_after_delay function, it works properly, since it uses only a delay to open the called app, not a date.
Is there anything wrong with the code? How may I solve this?
Open native app using Alarm in a determinated time
Hi,
I’m developing a native app that needs to use the Alarm API to open itself at a determined time. I saw an example in Tizen web applications, the ExercisePlanner, available with SDK samples that does this, and I want to do that too, but using my native app.
This is the code I’m using:
According with some logs, this code creates an alarm properly but, at the passed time, my app it’s not called. It’s ignoring it. Using the alarm_schedule_after_delay function, it works properly, since it uses only a delay to open the called app, not a date.
Is there anything wrong with the code? How may I solve this?
Regards.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio