Samsung / TizenFX

C# Device APIs for Tizen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tizen.Maps - Authorization Exception thrown when access is granted.

erfactor opened this issue · comments

Even though PrivacyPrivilegeManager shows that I have access to http://tizen.org/privilege/mapservice, when I use

var request = _mapService.CreatePlaceSearchRequest(address, boundary);
var places = await request.GetResponseAsync();

UnauthorizedAccessException is thrown. I'm working on emulator version 5.0.
Here's very simple app that will show you exactly what I mean.
DemoMapService.zip