Skip to main content

Partner app checks

Partner App Checks

1. Check User Login Status

To determine if a user is logged in, the partner application can use the following SDK methods:

  • Android:
    NucleiSDK.isSDKLoggedIn();
  • iOS:
    CoreAdapterSetup.isNucleiSignedIn()

2. Seamless Login Flow

If the user is not logged in, the partner application can initiate a seamless login flow. When attempting to open any category, the app sends a request to the partner’s server to generate a temporary token for login.