StroeerSE / StroeerBeaconSDK_Android

2 stars 0 forks source link

NullPointerException in AnayticsService.run() method #8

Closed fmestric-happening closed 6 years ago

fmestric-happening commented 7 years ago

No further information is known about the issue. Link to the Crashlytics report: http://crashes.to/s/c86c421545a

Favendo commented 7 years ago

Hi @FMestric,

we have tried to reproduce the crash and found out that disabled Google Play Services may be the issue. We got exactly the same crash once we disabled these services. Are the Google Play Services disabled on your device? If this is the case, please try to update and/or to activate them and let us know whether it solved the issue.

Furthermore, we will implement a null pointer check in the next version to avoid this problem in the future.

Favendo commented 7 years ago

Updates on the Issue:

.

The new structure will be available in the upcoming release.

fmestric-happening commented 6 years ago

Hi @Favendo,

you mentioned a upcoming release, is there a update when this update might come out?

Favendo commented 6 years ago

Hi @FMestric,

we have released the new version 2.2.4. In this version, the SDK will not crash when Google Play Services are disabled. It will simply not send the device's advertisement ID, as it is not able to retrieve it in that case.

fmestric-happening commented 6 years ago

If so there should be no problems in the next app release that will implement version 2.2.4 of the library.