LoginSignup
3
2

More than 5 years have passed since last update.

iOSデバイス上のアプリケーションコンテナの内容を確認する方法

Last updated at Posted at 2015-05-20

iOSのバージョンが上がって、iFunBoxなどのサードパーティ製アプリでのアプリケーションコンテナの参照ができなくなったので、それに代わる方法を調査した。

以下のとおり、Xcodeを使えば、自分でビルドしたアプリについてアプリケーションコンテナの内容を確認できるらしい。

Xcode を立ち上げ、メニューから Window - Devices を選択。
開いた画面の左側"DEVICES"から参照したいデバイスを選択。

スクリーンショット 2015-05-20 13.10.33.png

Installed Apps から参照したアプリを選択して、歯車マークをクリックし表示されるメニューから Show Container を選択。

スクリーンショット 2015-05-20 13.10.42.png

すると、以下のようにアプリケーションコンテナのファイル等が参照できる。

スクリーンショット 2015-05-20 13.11.25.png

参考

アプリケーションの配布に関するガイド(pdf)
https://developer.apple.com/jp/documentation/AppDistributionGuide.pdf

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