windows runtime - LoadListingInformationAsync throws a FileNotFound exception -


i have customer unable in-app purchasing 1 of windows 8.1 store apps.

looking @ logs, see call load listing information:

await currentapp.loadlistinginformationasync(); 

throws filenotfound exception

the system cannot find file specified. (exception hresult: 0x80070002)' 

any idea why exception being thrown?

we have less 100 in-app purchasing items.

can reproduce on device? suggest run on ui thread: deployment.current.dispatcher.begininvoke(() => await currentapp.loadlistinginformationasync());


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -