This question is a two fold one i.e. it will be of two parts.
We are developing an traffic event app, where based on event X, driver Y gets information. Quick example, McDonalds pays us to send a discount code for free coffee to all drivers that pass their restaurants between 4-6 in the morning if they are driving under the speed limit.
As one can imagine, being able to test this without going for a ride to the nearest McDonalds is a great 'feature' for out developers.
What we used so far is an app called Lockito. This app had 3 basic features.
Question part 1:
Have Google updated their terms and conditions on Google play store? Basically the Lockito App located here was deleted, I was wondering why? Has something in Android Pie's SDK forbid developers from mocking gps routes?
Question part 2:
In 2018, if I as a Android developer, need to fulfill the 3 basic features described above for GPS route mocking, what app/simulator/inbuild tool do I need to use?
Now I have stackoverflow-ed this question and there is basically no recent answer to it. As the latest being from 2015. I found 2 directions of how to tackle the problem:
So what do other developers do?