mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-31 21:12:10 +00:00
Ack single features on iOS only
This commit is contained in:
parent
5c1dd22b96
commit
9d0bddfc3c
@ -178,7 +178,11 @@ public class ProductManager: NSObject {
|
||||
}
|
||||
|
||||
private func isEligible(forFeature feature: Product) -> Bool {
|
||||
#if os(iOS)
|
||||
return isFullVersion() || purchasedFeatures.contains(feature)
|
||||
#else
|
||||
return isFullVersion()
|
||||
#endif
|
||||
}
|
||||
|
||||
public func isEligibleForFeedback() -> Bool {
|
||||
|
Loading…
Reference in New Issue
Block a user