LoginSignup
0
2

More than 3 years have passed since last update.

iPhoneのアプリにPCからファイルを入れたいとき

Last updated at Posted at 2019-12-17

背景

iPhoneにCSVとかのテキストデータをPCから入れたいときに、
どうやってXcodeの設定やるんだろーってことがあったのでそのメモ。

設定方法

Info.plist に以下の項目を設定してあげると、

Application supports iTunes file sharing
Supports opening documents in place

image.png

MacはFinderからこんな感じ

image.png

WindowsはiTunesからこんな感じ

image.png

でファイルの送受信ができるようになった。

参考

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