diff --git a/README.md b/README.md index bbb6ad5..8fd42eb 100644 --- a/README.md +++ b/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 -NSMainNibFile - - - -``` - -to - -```xml -NSMainNibFile - -``` - - ## Contributing 1. Fork it