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

License is invalid #58

Closed
tkkhy opened this issue May 7, 2019 · 3 comments
Closed

License is invalid #58

tkkhy opened this issue May 7, 2019 · 3 comments

Comments

@tkkhy
Copy link

tkkhy commented May 7, 2019

I got error with license. i do in version 1.0.1 and i follow the step already. and when i do run my app it show me my license is invalid

@tkkhy tkkhy changed the title Hi License is invalid May 7, 2019
@christocracy
Copy link
Member

christocracy commented May 7, 2019

Paste your AndroidManifest.xml

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.bongtk.bloc_operation" xmlns:tools="
http://schemas.android.com/tools">

    <!-- io.flutter.app.FlutterApplication is an android.app.Application
that
         calls FlutterMain.startInitialization(this); in its onCreate
method.
         In most cases you can leave this as-is, but you if you want to
provide
         additional functionality it is fine to subclass or reimplement
         FlutterApplication and put your custom class here. -->
    <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"
/>
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
    <uses-permission
android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
    <uses-permission
android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>

    <application tools:replace="android:label"
        android:name=".Application"
        android:label="BLOC Operation"
android:usesCleartextTraffic="true"
        android:icon="@mipmap/ic_launcher">

        <activity
            android:name=".MainActivity"
            android:launchMode="singleTop"
            android:theme="@style/LaunchTheme"

android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
            android:hardwareAccelerated="true"
            android:windowSoftInputMode="adjustResize">
            <!-- This keeps the window background of the activity showing
                 until Flutter renders its first frame. It can be removed if
                 there is no splash screen (`such as the default splash
screen
                 defined in @style/LaunchTheme). -->
            <meta-data

android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
                android:value="true" />
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
</activity>
        <meta-data
android:name="com.transistorsoft.locationmanager.license"
android:value="c65358..."
/>
    </application>
</manifest>

@christocracy
Copy link
Member

Show me logcat of your app booting. I want to see this block, including the "License Validation Failure"

05-07 07:26:30.574  9743  9743 I TSLocationManager: [c.t.l.adapter.TSConfig print]
05-07 07:26:30.574  9743  9743 I TSLocationManager: ╔═════════════════════════════════════════════
05-07 07:26:30.574  9743  9743 I TSLocationManager: ║ TSLocationManager version: 3.0.14 (314)
05-07 07:26:30.574  9743  9743 I TSLocationManager: ╠═════════════════════════════════════════════
05-07 07:26:30.574  9743  9743 I TSLocationManager: {
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "activityRecognitionInterval": 10000,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "allowIdenticalLocations": false,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "autoSync": true,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "autoSyncThreshold": 0,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "batchSync": false,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "debug": true,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "deferTime": 0,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "desiredAccuracy": -2,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "desiredOdometerAccuracy": 100,
05-07 07:26:30.574  9743  9743 I TSLocationManager:   "disableElasticity": false,
.
.
.

@tkkhy
Copy link
Author

tkkhy commented May 7, 2019 via email

@transistorsoft transistorsoft deleted a comment from tkkhy May 7, 2019
@transistorsoft transistorsoft deleted a comment from tkkhy May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants