I've submitted my app to the Windows Store and it passed certification. As per the instructions for testing:
I've published the app as a Hidden app. I've also Associated the app to the Store:
When I debug my app, I neve get a proper StoreContext instance. I have the following error:
According to the documentation link above, this is the problem I have:
If you do not associate your project with an app in the Store, the StoreContext methods set the ExtendedError property of their return values to the error code value 0x803F6107. This value indicates that the Store doesn't have any knowledge about the app.
How do I get my app (or Visual Studio) get knowledge about my Store presence?