python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Location (Geofence) Triggered Push Notifications in Unity Android Build
My requirement is sending geofence triggered push notifications to users even if the app is killed or not running at the moment.
For example, a user entered Central Park in New York, I want to send pu...

Akin Erkan
Votes: 0
Answers: 1
FLAG_IMMUTABLE is causing wrong behaviour
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if so...
Ahmad Albatsh
Votes: 0
Answers: 0
GeoFencing: BroadcastReceiver fails to trigger
I have tried to run this application from android developer: https://developer.android.com/codelabs/advanced-android-kotlin-training-geofencing?authuser=2#0
The geofences are being added, but nothing ...

Meyben
Votes: 0
Answers: 1
How to calculate the distance between differents lat long and display on map dynamically react native
I have implemented map in my application. Below is a dummy array geoCord[] I am getting api respons in one array and I am mapping this and diaplaying lar long on maps . No I am trying to calculate the...

Abhigyan Gaurav
Votes: 0
Answers: 1