forked from Github/cordova-plugin-run-in-background
Update README.md
This commit is contained in:
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)
|
4. [Using the plugin](#using-the-plugin)
|
||||||
5. [Examples](#examples)
|
5. [Examples](#examples)
|
||||||
6. [Platform specifics](#platform-specifics)
|
6. [Platform specifics](#platform-specifics)
|
||||||
7. [Quirks](#quirks)
|
|
||||||
|
|
||||||
|
|
||||||
## Supported Platforms
|
## 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
|
## Contributing
|
||||||
|
|
||||||
1. Fork it
|
1. Fork it
|
||||||
|
|||||||
Reference in New Issue
Block a user