Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

facing "license validation failure" after purchasing license key. implemented all steps according to step-guide. #2213

Open
pankaj-abacus opened this issue Nov 23, 2024 · 2 comments
Labels

Comments

@pankaj-abacus
Copy link

Your Environment

  • Plugin version: 4.17.6
  • Platform: Android
  • OS version: 14
  • Device manufacturer / model: vivo
  • React Native version (react-native -v): 0.75
  • Plugin config
  BackgroundGeolocation.ready({
      // Geolocation Config
      desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH,
      distanceFilter: 10,
      // Activity Recognition
      stopTimeout: 5,
      // Application config
      debug: true, // <-- enable this hear sounds for background-geolocation life-cycle.
      logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE,
      stopOnTerminate: false, // <-- Allow the background-service to continue tracking when user closes the app.
      startOnBoot: true, // <-- Auto start tracking when device is powered-up.
      // HTTP / SQLite config
      url: SAVE_GEOLOCATION,
      backgroundPermissionRationale: {
        title: "Allow Basiq360 to access this device's location all the time ?",
        message:
          'To show tracked activities on map, Basiq360 App collects location data even when closed or not in use.',
        positiveAction: "Change to 'Allow all the time'",
        negativeAction: 'Cancel',
      },
      batchSync: false, // <-- [Default: false] Set true to sync locations to server in a single HTTP request.
      autoSync: true, // <-- [Default: true] Set true to sync each location to server as it arrives.
    })

Expected Behavior

There should not be any error, it should return locations

Actual Behavior

getting pop-up on app launch "license validation failure"

Steps to Reproduce

on app launch

Context

Debug logs

Logs
PASTE_YOUR_LOGS_HERE
@christocracy
Copy link
Member

Review the Android Setup Instructions linked in the readme. Omit nothing.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants