Windows Runtime Component with Windows Phone Silverlight 8.1 -
Windows Runtime Component with Windows Phone Silverlight 8.1 -
i have existing windows phone 8 app alarm app. whatever reason, alarm class not supported new windows phone runtime, going forwards can upgrade windows phone silverlight 8.1.
luckily wp sl 8.1 project still able reference windows runtime component goal utilize of cool features in new background task mechanisms.
and here comes problem -
my app uses isolated storage store data, while it's not in foreground, background task project needs retrieve info isolated storage , display them onto live tile. however, project windows runtime component, doesn't back upwards isolated storage anymore...
so, hate inquire but, hitting dead end?
all windows phone 8.1 apps (silverlight or windows runtime) share mutual folder construction on disk , info written using isolatedstorage apis has been migrated location accessible via windows.storage.applicationdata.current.localfolder. while isolatedstorage types not available windows runtime background tasks, info still there.
windows-runtime windows-phone windows-phone-8.1 windows-phone-sl-8.1
Comments
Post a Comment