Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on GetAppAndOptionalStorePackageUpdatesAsync call #442

Closed
sharathppss opened this issue Apr 12, 2018 · 3 comments
Closed

Exception on GetAppAndOptionalStorePackageUpdatesAsync call #442

sharathppss opened this issue Apr 12, 2018 · 3 comments
Assignees

Comments

@sharathppss
Copy link

How do you guys go about testing the Update flows for the App. The best I can think of is to have a dummy app and publish an update to store and try to invoke the update code paths.
Currently when I am trying this mechanism I am getting the below exception for the API call GetAppAndOptionalStorePackageUpdatesAsync.

{System.Exception: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. (Exception from HRESULT: 0x80070422)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult())}

Also the test app in consideration is showing as publishing(for more than a day) but the support team informed me that the update as been successful and its just not updated on the developer portal.
I did try the GetAppAndOptionalStorePackageUpdatesAsync call with same code for another App ID without updates and the call was successful.(Although without app updates as expected).

Can someone please help out if they are aware of any information regarding this.

@sharathppss
Copy link
Author

Happens only on Insider preview build 17063. Got it working successfully on Windows 10 pro 16299 build. Do you have better suggestions to test it though?

@mcleanbyron
Copy link
Contributor

Sorry for the response delay. To test the package updates API, the recommended approach is to submit your updated package to the Dev Center dashboard as a package flight that is only available to you (or your testers) while you test the update process. If you're continuing to encounter problems with publishing to the Store, please open a support request at http://aka.ms/storesupport so that someone can investigate further.

@RehanSaeed
Copy link

I'm also seeing this strange behaviour. In addition, I also see the current app version appear as an update (See #1726).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants