5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Xcode Simulatorの位置情報シミュレーション

Posted at

Simulator上で移動

iOS シミュレータの設定で、限定的ですが位置情報のシミュレーションが可能です。


(XcodeのDebugメニューからSimulate Locationを選べば、経路込みで移動のシミュレーションもできます。以下で説明するのはSimulator側のメニューから簡易的に行う方法です。)

やり方

Xcode version : 12.1
Simulatorのメニューから、「Features」->「Location」と進みます。

6つのメニューから使いたいものを選びます。

  • None

    なし。動きません。
  • Custom Location...

    緯度と経度を指定してその地点にいる状態になります。
  • Apple

    Apple Campus(旧Apple本社)の前にいる状態になります。Mapで見るとここ。
     stay
  • City Run / City Bicycle Ride

    走る / 自転車の速度でAppleの位置から移動している状態になる。(赤矢印参照)
     run
  • Freeway Drive

    Appleの位置の近くの道路を車の速度で移動している状態になる。(赤矢印参照)
    car

アプリの動作確認で使えるかもね。
5
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?