Rohit Vipin Mathews
Rohit Vipin Mathews
The address is not part of dotnet Locale - https://docs.microsoft.com/en-us/globalization/locale/addresses
You can use a service in android - https://github.com/Azure-Samples/MyDriving/tree/master/src/MobileApps/MyDriving
Why are you calling multiple times permission request? You need to have only one. ` public override void OnRequestPermissionsResult(int requestCode, string[] permissions, Permission[] grantResults) { Plugin.Permissions.PermissionsImplementation.Current.OnRequestPermissionsResult(requestCode, permissions, grantResults); }`
What platform? Are you able to work with the native maps other apps that use location in the VPN?
Are you using Xamarin.Forms? Which version? Did you add the project reference to all the platform projects and dotnet standard project? Please ensure you follow step by step from the...
On a new install does your app ask for permission for location? If not try adding code to facilitate the same. Use the latest of both Plugin.Permission and GeoLocatorPlugin.
Are you calling the plugin multiple times before previous ones have completed? You can try using semaphore slim to make it invoke in serial and see the issue is present.
``` [Service(Exported = false)] [IntentFilter(new[] { "com.google.firebase.MESSAGING_EVENT" })] public class PNFirebaseMessagingServiceEx : PNFirebaseMessagingService { } ```
``` all ``` https://stackoverflow.com/a/62341670/1155650