Skip to content

Commit d26ceaf

Browse files
author
Jonathan Kim
committed
Update readme
1 parent ade27e9 commit d26ceaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The current supported permissions are:
1313
- Push Notifications *(iOS only)*
1414
- Background Refresh *(iOS only)*
1515
- Speech Recognition *(iOS only)*
16+
- Core Motion *(iOS only)*
1617
- Call Phone *(Android Only)*
1718
- Read/Receive SMS *(Android only)*
1819

@@ -121,6 +122,7 @@ Promises resolve into one of these statuses
121122
|`notification`| ✔️ ||
122123
|`backgroundRefresh`| ✔️ ||
123124
|`speechRecognition`| ✔️ ||
125+
|`motion`| ✔️ ||
124126
|`storage`| ❌️ ||
125127
|`callPhone`| ❌️ ||
126128
|`readSms`| ❌️ ||
@@ -217,6 +219,8 @@ So before submitting your app to the `AppStore`, make sure that in your `Info.pl
217219
<string>Some description</string>
218220
<key>NSSpeechRecognitionUsageDescription</key>
219221
<string>Some description</string>
222+
<key>NSMotionUsageDescription</key>
223+
<string>Some description</string>
220224
221225
```
222226

0 commit comments

Comments
 (0)