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

iOS 9 でアクセス確認アラートが出ない時の対応方法

Posted at

ios9 - App does not have access to your photos or videos iOS 9 - Stack Overflow より

カメラやマイク入力などを行うとき、初回にプライバシーのアクセス確認アラートが出てきますが、iOS 9 で CFBundleDisplayName(Xcode上の表記だと Bundle Display Name)のキーがあり、その値がないと、__エラーログが出ずに__アクセス確認アラートが表示されません。

CFBundleDisplayName の値にアプリ名を追加するとアラートが表示されるようになります。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?