3
1

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 5 years have passed since last update.

iOSのUDIDをテキスト出力する方法

3
Last updated at Posted at 2015-02-21

前提条件:

 AIR SDK,iTunes(構成ユーティリティ,Xcode)などがインストールされている状態
 かつ、**"adt"**コマンドのPATHが通っている状態とする
 ※もしくはそれ相応の環境が構築されていること (Mac,Windows,Linux)


ターミナル
$ adt -devices -platform ios > iosudid_push.txt

~ ↓Text出力結果 ~
List of attached devices:
Handle	DeviceClass	DeviceUUID					DeviceName
   6	iPhone  	**********UDID**********	iPhone

感想:

 AIR SDKが如何に、便利なのかを痛感させられた。
 また、adtコマンドでは、アプリのインストール、アンインストール等、
 その他にもAndroid端末の情報とかも取得可能である。コレは、重宝したい。


3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?