BranchMetrics / sdk-release

TUNE iOS, Android, and Windows native SDKs
https://developers.tune.com/sdk/quick-starts/
GNU General Public License v3.0
56 stars 46 forks source link

SecurityException: not allowed to perform FINE_LOCATION #18

Closed jbaginski closed 8 years ago

jbaginski commented 8 years ago

tune-marketing-console-sdk v4.1.0

Fatal Exception: java.lang.SecurityException: xxx from uid 10125 not allowed to perform FINE_LOCATION
       at android.os.Parcel.readException(Parcel.java:1546)
       at android.os.Parcel.readException(Parcel.java:1499)
       at android.location.ILocationManager$Stub$Proxy.requestLocationUpdates(ILocationManager.java:582)
       at android.location.LocationManager.requestLocationUpdates(LocationManager.java:948)
       at android.location.LocationManager.requestLocationUpdates(LocationManager.java:496)
       at com.tune.location.TuneLocationListener$GetLocationUpdates.run(SourceFile:197)
       at android.os.Handler.handleCallback(Handler.java:739)
       at android.os.Handler.dispatchMessage(Handler.java:95)
       at android.os.Looper.loop(Looper.java:139)
       at android.app.ActivityThread.main(ActivityThread.java:5298)
       at java.lang.reflect.Method.invoke(Method.java)
       at java.lang.reflect.Method.invoke(Method.java:372)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:950)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:745)
john-gu commented 8 years ago

This issue is fixed in the v4.1.3 release, please try updating to this version.

jbaginski commented 8 years ago

thanks @john-gu