Make example works
@@ -57,6 +57,8 @@
<string>test</string>
<key>NSSpeechRecognitionUsageDescription</key>
+ <key>NSMotionUsageDescription</key>
+ <string>test</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-peripheral</string>
@@ -20,7 +20,7 @@ const permissionTypes = [
'notification',
'backgroundRefresh',
'speechRecognition',
- 'motion'
+ 'motion',
]
const DEFAULTS = {