unapprovedCount
The number of identity entries that someone hasn’t yet enabled.
Declaration
var unapprovedCount: Int { get }Discussion
For app extensions that reside outside the host app, a person must approve the use of an app extension before the host app can use it. This property reflects the number of app extensions currently waiting for approval. If the value of this property is greater than zero, consider presenting EXAppExtensionBrowserViewController to display the extension enablement UI.