Reputation: 1331
I'm having some issues displaying the Here Maps (SDK version 3.0.2) on Marshmallow devices.
The application is built agains Marshmallow, so it includes the new Permission System.
Even if all the permissions are enabled (double checked within Settings, Location and Storage are both on) the map initialisation fails with the MISSING PERMISSION exception: Unable to initialise map: MISSING_PERMISSION
. It works fine on any other Android version.
Is anyone else facing similar issues when compiling agains Marshmallow? If so, is there a workaround?
UPDATE: It's fixed in SDK version 3.1.0
Upvotes: 3
Views: 1437
Reputation: 1478
This is a known issue with the HERE Maps SDK for Android and will be fixed in an upcoming release. As you discovered, building with a target API level of 22 or lower will work around the issue. Apologies for the inconvenience!
Upvotes: 3