Browse Source

Update readme

Jonathan Kim 7 years ago
parent
commit
d26ceaf112
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

13
 - Push Notifications *(iOS only)*
13
 - Push Notifications *(iOS only)*
14
 - Background Refresh *(iOS only)*
14
 - Background Refresh *(iOS only)*
15
 - Speech Recognition *(iOS only)*
15
 - Speech Recognition *(iOS only)*
16
+- Core Motion *(iOS only)*
16
 - Call Phone *(Android Only)*
17
 - Call Phone *(Android Only)*
17
 - Read/Receive SMS *(Android only)*
18
 - Read/Receive SMS *(Android only)*
18
 
19
 
121
 |`notification`| ✔️ | ❌ |
122
 |`notification`| ✔️ | ❌ |
122
 |`backgroundRefresh`| ✔️ | ❌ |
123
 |`backgroundRefresh`| ✔️ | ❌ |
123
 |`speechRecognition`| ✔️ | ❌ |
124
 |`speechRecognition`| ✔️ | ❌ |
125
+|`motion`| ✔️ | ❌ |
124
 |`storage`| ❌️ | ✔ |
126
 |`storage`| ❌️ | ✔ |
125
 |`callPhone`| ❌️ | ✔ |
127
 |`callPhone`| ❌️ | ✔ |
126
 |`readSms`| ❌️ | ✔ |
128
 |`readSms`| ❌️ | ✔ |
217
 <string>Some description</string>
219
 <string>Some description</string>
218
 <key>NSSpeechRecognitionUsageDescription</key>
220
 <key>NSSpeechRecognitionUsageDescription</key>
219
 <string>Some description</string>
221
 <string>Some description</string>
222
+<key>NSMotionUsageDescription</key>
223
+<string>Some description</string>
220
 
224
 
221
 ```
225
 ```
222
 
226