test to see if watchface settings have changed?

Former Member
Former Member
Hi.

Is there a way for my watchface to test to see if the user has changed the settings (via GCM or however) without having to go and test each one individually against the previously stored value?

Basically i want to do a re-calculation of something that depends on some of the settings when they're changed, without having to do checks on each setting every second/minute, given the user is probably only going to make a setting change once a month or more.

Thanks.
  • yes i was searching that: not update each sec or min. I followed the post and i put a global variable. when the onsettingchange is fired, the global variable is set to true and i get it on onUpdate calling the function to refresh the setting. 

    But it wasnt working because.... i was only miswriting the variable :-D sorry!!!

    anyway i tried many times to do this : " When onSettingsChange is called, I load all the settings" but alwais fail... could you tell me how do you load them?

  • thank you .. finally it works! going to update all my watchface :-D