mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Update README.md
This commit is contained in:
parent
ba5ddf32ca
commit
5e1b60d363
21
README.md
21
README.md
@ -25,7 +25,6 @@ The plugin focuses on enterprise-only distribution and may not compliant with al
|
||||
4. [Using the plugin](#using-the-plugin)
|
||||
5. [Examples](#examples)
|
||||
6. [Platform specifics](#platform-specifics)
|
||||
7. [Quirks](#quirks)
|
||||
|
||||
|
||||
## Supported Platforms
|
||||
@ -150,26 +149,6 @@ cordova.plugins.backgroundMode.configure({
|
||||
```
|
||||
|
||||
|
||||
## Quirks
|
||||
|
||||
### iOS Crash
|
||||
If the app crashes after installing the plugin, make sure that your `*-Info.plist` is valid and reset all occurences of blank strings
|
||||
|
||||
```xml
|
||||
<key>NSMainNibFile</key>
|
||||
<string>
|
||||
|
||||
</string>
|
||||
```
|
||||
|
||||
to
|
||||
|
||||
```xml
|
||||
<key>NSMainNibFile</key>
|
||||
<string></string>
|
||||
```
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
1. Fork it
|
||||
|
Loading…
Reference in New Issue
Block a user