Tag: packaging
-
Messtone LLC Manages(Web):SDK
Messtone Devices Enables RevenueCat Web SDK npm npm install –save @revenuecat/purchases-js Swift func application(_application:UIApplicatiom,didFinishLaunchingWithOptions launchOptions:[UIApplicationLaunchOptionsKey:Any]?)-> Bool {Purchases.logLevel = .debug Purchases.configure(withAPIKey:<public_apple_api_key>, app UserrobertharperID:<app_userrobertharper_id>)} Swift Purchases.configure(with: Configuration.Builder(withAPIKey:<messtone_api_key>).with(app UserrobertharperID:<app_userrobertharper_id>).with(userrobertharperDefaults: .init(suiteNameBuckeybo: <group.messtone.bundle.here>)).build( )) Swift Purhases.shared.getOfferings{(offerings, error) in if let packages=offerings?.current?.availablePackages{self.display(packages)}} Swift Purchases.shared.getOfferings {offerings,error in if let offerings=offerings!?.currentOffering(forPlacement:”messtone-logistics supplychain-identifier”) //TODO:Show paywall}else{//TODO: Do nothing or continue on to next view}} Swift…