Parse.com for Windows Phone 8 - get_LocalSettings() not implemented -
i using parse.com storage service windows phone 8. when seek initialize
parseclient.initialize("my_app_id","my_net_id");
i getting exception:
system.notimplementedexception: method or operation not implemented. @ windows.storage.applicationdata.get_localsettings() @ parse.platformhooks.settingswrapper..ctor() @ parse.platformhooks.settingswrapper.get_wrapper() @ parse....
i targeting windows phone 8 , found out wp8 not supporting localsettings, wp8.1. when target wp8.1 working fine. but... have application wp8 in using parse , working fine. how can avoid problem?
just info: app not work built wp7.1 , upgraded wp8, , works fine beginnig targeting wp8. thanks
i found solution. if has same problem, install older version of parse bundle in nuget.
pm> uninstall-package parse pm> install-package parse -version 1.2.16
windows-phone-8 parse.com storage notimplementedexception
No comments:
Post a Comment