Blackberry - change latitude and longitude on the device to test app

后端 未结 2 1466
小蘑菇
小蘑菇 2021-01-16 05:54

I want to test my app on the device. Is it possible to hard code the latitude and longitude values somewhere in the device settings so the app reads those instead of the cur

2条回答
  •  既然无缘
    2021-01-16 06:21

    In the BB simulator you can go to Simulate > GPS Location. Click the Add button and enter in a name, latitude and longitude. Click save and the simulator will start feeding your new location to the apps. Note that whatever location is displayed in the drop down is the one that will be reported by the simulator.

提交回复
热议问题