vb.net - WP10 TP Unable to get License Information 0xC03F7000 -


i'm testing in-app purchases on wp8.1 app as-is on win 10 tech preview (tried on device emulator same result) , facing following error while trying license information.

exception:

system.exception: exception hresult: 0xc03f7000 @ windows.applicationmodel.store.currentapp.get_licenseinformation() @ app.onlaunched(launchactivatedeventargs e)

code:

dim olicense licenseinformation olicense = currentapp.licenseinformation 

this working fine on wp8.1. when tried currentappsimulator.licenseinformation, different error.

system.io.directorynotfoundexception: system cannot find path specified. (exception hresult: 0x80070003) @ windows.applicationmodel.store.currentappsimulator.get_licenseinformation()

any help/pointer appreciated.

this has been resolved release of windows 10. platform issue while in technical preview stage.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -