Skip to main content
Returns a Combine publisher that emits changes to an entitlement’s active state. Use this for reactive UI updates in SwiftUI or when you need automatic notifications when entitlement status changes.

Signature

Parameters

Returns

AnyPublisher<Bool, Never> - A publisher that emits true when the entitlement becomes active and false when it becomes inactive.

Usage