Very often a lots of iOS applications use your gps position to retrieve data or to lock / unlock contents positions based.
With Android you can use lots of apps called Fake GPS or similar that allow you to change your real gps position with a mocked one.
On Android development side this can be blocked checking via code the:
Read More
I want to share a simple how-to, used to get the GPS position of an iOS user with the app completely closed, in the background, and in the foreground without using any useless workaround like idle timer and background operations…
We discuss about the GEO-fence tecnique. You can read more on Apple reference:
https://developer.apple.com/documentation/corelocation/monitoring_the_user_s_proximity_to_geographic_regions
Read More
Scope of the project,
add a speedometer on my MTB to store and track the trip using only Bluetooth transmission, send data to iPhone and store to cloud for later data-analysis.
Used components:
- digital display (controlled by the iOS app). Can show current speed (km/h), total km, current temperature, current humidity.
- GPS module
- bluetooth module
- DHT sensor for temperature and humidity
- Swift backend
- mongoDB as database
- Swift iOS App
Read More