Open
ios/{APP_NAME}/Info.plist
.Add
<plist>
<dict>
...
...
...
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</dict>
</plist>
- Press
r
on the metro terminal
Voila!
Open ios/{APP_NAME}/Info.plist
.
Add
<plist>
<dict>
...
...
...
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
</dict>
</plist>
r
on the metro terminalVoila!