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

iOS13にUpdateしたiPadでBLE通信を実施しようとしたらアプリが落ちた

Last updated at Posted at 2019-09-26

iPadOS13にしたらアプリが落ちて困ったので取り合えず初投稿します。

現象発生環境

Xcode:11
iPadOS:13.1
iPad mini5

現象

BLE通信が発生する箇所をタッチするとアプリが落ちる

対応方法

エラー内容で調べたら直ぐに対応方法を発見出来ました。

対応方法としてはInfo.plistに「Privacy – Bluetooth Always Usage Description」を追加して、
Valueには表示に使用するメッセージを設定すればOKでした。

対応方法詳細

*iOS13でも同様の対応が必要だと思われます。

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