Languages

Menu
Sites
Language
Contact change notification

I want  notification  when user add any contact . i manage it when app is running but  how i can do even app is not running . like in android we have broadcaste any way we can come to know when user add contact or remove ?

Edited by: appdaily on 19 Mar, 2015

Responses

7 Replies
AVSukhov

Hello,

In my opinion you cannot do it using only web api.

You can try to use Hybrid app with native service.

appdaily

are you sure we cannt do in web app ?means i have to do in native app  (c++)?

Alex Dem

Hi,
Yes , and I agree with post above, per my opinion you will need to use the native service in any case (as part of Hybrid app).
only native service app could works permanently  (with options on-boot="true"  auto-restart="true" in manifest).
Alexey.

appdaily

can we set alram/scheduler in web app?

AVSukhov

Hello,

Tizen enables you to schedule an application to be run at a specific time using the Alarm API. When an alarm is triggered, the application is launched (unless it is already running). 

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.web.appprogramming/html/guide/app_guide/alarm.htm

appdaily

this will work  even after phone restart?

Alex Dem

Hi,
if regarding alarm: on emulator alarm works after reboot but if web app was uninstalled alarm is removed.
Alexey.