Adpluginx Documentation
  • 👋Welcome to AdPluginx
  • Installation
    • ⚙️Install Adpluginx
    • Configure Pod For Ios
    • Configure Info.plist
    • Configure SkAdNetworks
    • Configure AppDelegate
    • Creating Native AdView
    • Init Native View to Swift Class
    • Add Onesignal to Project
  • Ad Network Indexes
    • AdConfig
    • FullScreen Ad Indexes
    • Banner Ad Indexes
    • Native Ad Indexes
  • Apple SignIn & In App Purchase
    • Enable Apple SignIn And Use
    • Skip Logic
    • InApp Purchases
    • Coin Login
Powered by GitBook
On this page
  • Set Skip Check
  • Set User to Server
  • Set Onesignal Id to Server
  • Set App Tran Status to Server
  • Get Local Flags

Was this helpful?

  1. Apple SignIn & In App Purchase

Skip Logic

Set Skip Check

AppAuthProvider.setSkipLogin();

Set User to Server

AppAuthProvider.setUserToServer();

Set Onesignal Id to Server

AppAuthProvider.setOneSignalId();

Set App Tran Status to Server

AppAuthProvider.setAppTrans();

Get Local Flags

 UserModel? userRaw = await AppAuthProvider.getPrefUser(); // Get Local User
 bool isSkip = await AppAuthProvider.getSkipLogin(); // Check if User has Skip one Time Login
PreviousEnable Apple SignIn And UseNextInApp Purchases

Last updated 2 years ago

Was this helpful?