Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to simulate visits on iOS?

how do we simulate a realistic path where you go to a particular location, stop for a while then move on. We are trying to trigger the visit monitoring API. preferably using the iPhone simulator

like image 591
Layers Avatar asked Oct 21 '25 13:10

Layers


1 Answers

The simulator has options in the debug menu to simulate location changes.

Maybe temporary switching to a custom location, or simulating a bike ride in between locations, is enough to trigger a visit?

like image 80
Pieter Avatar answered Oct 23 '25 05:10

Pieter