Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

AppDeck iOS - Preferences : app.get / app.set #95

Open SouhailJebali opened 7 years ago

SouhailJebali commented 7 years ago

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