diff --git a/README.md b/README.md index 6c10c60..bde896a 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ This software is released under the [Apache 2.0 License][apache2_license]. Made with :yum: from Leipzig -© 2017 [appPlant GmbH][appplant] +? 2017 [appPlant GmbH][appplant] & [meshfields][meshfields] [cordova]: https://cordova.apache.org @@ -205,3 +205,4 @@ Made with :yum: from Leipzig [changelog]: CHANGELOG.md [apache2_license]: http://opensource.org/licenses/Apache-2.0 [appplant]: http://appplant.de +[meshfields]: http://meshfields.de \ No newline at end of file diff --git a/package.json b/package.json index cc8a3bb..ebbedf3 100644 --- a/package.json +++ b/package.json @@ -42,4 +42,4 @@ "url": "https://github.com/katzer/cordova-plugin-background-mode/issues" }, "homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme" -} +} \ No newline at end of file diff --git a/src/ios/APPBackgroundMode.m b/src/ios/APPBackgroundMode.m index c08e149..20f0695 100644 --- a/src/ios/APPBackgroundMode.m +++ b/src/ios/APPBackgroundMode.m @@ -266,7 +266,7 @@ NSString* const kAPPBackgroundEventDeactivate = @"deactivate"; forKey:[APPBackgroundMode wkProperty]]; [obj setValue:[NSNumber numberWithBool:NO] - forKey:@"_requiresUserActionForMediaPlayback"]; + forKey:@"requiresUserActionForMediaPlayback"]; return obj; }