diff --git a/Library/Sources/CommonLibrary/IAP/AppFeatureProviding+Levels.swift b/Library/Sources/CommonLibrary/IAP/AppFeatureProviding+Levels.swift index 1cfccf86..8964a0b1 100644 --- a/Library/Sources/CommonLibrary/IAP/AppFeatureProviding+Levels.swift +++ b/Library/Sources/CommonLibrary/IAP/AppFeatureProviding+Levels.swift @@ -29,7 +29,11 @@ extension AppUserLevel: AppFeatureProviding { public var features: [AppFeature] { switch self { case .beta: - return [.interactiveLogin, .sharing] + return [ + .interactiveLogin, + .routing, + .sharing + ] case .fullV2: return AppFeature.fullV2Features