Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
c19354837 committed Sep 20, 2018
1 parent 4d7ed4e commit bb574f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AppStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Open `Info.plist` as source code.

![open Info.plist as source code](./screenshot/appstore-bluetooth.png)

Then add `NSBluetoothPeripheralUsageDescription`, see [Info.plist - example](https://github.com/c19354837/react-native-system-setting/blob/master/examples/SystemSettingExample/ios/SystemSettingExample/Info.plist#L55)
Then add `NSBluetoothPeripheralUsageDescription` in `Info.plist`, see [Info.plist - example](https://github.com/c19354837/react-native-system-setting/blob/master/examples/SystemSettingExample/ios/SystemSettingExample/Info.plist#L55)

```xml
<?xml version="1.0" encoding="UTF-8"?>
Expand All @@ -33,6 +33,7 @@ Then add `NSBluetoothPeripheralUsageDescription`, see [Info.plist - example](htt

<key>NSBluetoothPeripheralUsageDescription</key>
<string>Explain the reasons for accessing...</string>

</dict>
</plist>
```
Expand Down

0 comments on commit bb574f7

Please sign in to comment.