FrozenAssassine
FrozenAssassine

Reputation: 1450

App close event without resritcted Capability

I have developed an app for the Microsoft store. The problem is, that I can not upload this app to the store, because I've used the confirmAppClose capability, to detect when my app gets closed.

Does anybody know another way to detect when my app gets closed?

Upvotes: 1

Views: 88

Answers (1)

mm8
mm8

Reputation: 169240

Does anybody know another way to detect when my app gets closed?

I am afraid there is no way to detect or prevent the app from exiting without using the confirmAppClose restricted capability. That's why it was introduced in the first place.

When it comes to store submission, you'll need to provide additional information on the Submission options page in order to receive approval for an app that uses a restricted capability.

Upvotes: 1

Related Questions