In my app, i use Preferences API to store a login status.
On AppDeck iOS, when i use app.get to get the stored value, it doesn't work (i am not sure if "app.set" work's on iOS neither since i can't get the value back).
On Android it works fine, and it used to be working on iOS.
Here is my API Key : 1069hdaf84412b985ad99efa1037a6948c978
I added a little script on every page to facilitate you debug :
pref.set("preference", "JVL Test");
alert("Value is: "+pref.get("preference"));
Hello,
In my app, i use Preferences API to store a login status. On AppDeck iOS, when i use app.get to get the stored value, it doesn't work (i am not sure if "app.set" work's on iOS neither since i can't get the value back).
On Android it works fine, and it used to be working on iOS.
Here is my API Key : 1069hdaf84412b985ad99efa1037a6948c978
I added a little script on every page to facilitate you debug : pref.set("preference", "JVL Test"); alert("Value is: "+pref.get("preference"));
Thanks