-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PrivacyScreenPlugin (pluginName: privacyscreenplugin) does not exist. - IOS #4
Comments
This looks more like a well known (and hated) iOS platform bug in the plugin part of the CLI (Plugman). Maybe look at this and see if it can help: |
@denistorresan - any luck? |
We rolled back to #0.0.5, let us to test the latest version, I'll let you soon, thank you for your support! |
Hello @devgeeks, Sorry for delay. The main problem is that when the app is running for first time all is ok, but when is putted on background, than click for resume, the splash screen is displayed and there's no way to remove it (we wait many minutes without luck).
Tested on real iPhone 4S, IOS 7.1.2, Cordova 3.7.0. |
Same issue here. Also persists with 0.0.5. In XCode the relevant .m is appropriately actived. |
@FPSE As far as I know, even snapchat has problems trying to stop screenshots in iOS |
Hello,
we're using your plugin on our project. Recentely we updated the latest (master / 0.10) version, and we got an error on XCode, and application stop working.
These is the stack trace from Xcode debugger:
2014-11-05 18:55:46.089 Jumy[968:60b] [CDVTimer][file] 18.669963ms
2014-11-05 18:55:46.207 Jumy[968:60b] [CDVTimer][splashscreen] 115.970016ms
2014-11-05 18:55:46.208 Jumy[968:60b] CDVPlugin class PrivacyScreenPlugin (pluginName: privacyscreenplugin) does not exist.
2014-11-05 18:55:46.210 Jumy[968:60b] [CDVTimer][privacyscreenplugin] 1.707971ms
2014-11-05 18:55:46.211 Jumy[968:60b] [CDVTimer][TotalPluginStartup] 140.785038ms
2014-11-05 18:55:46.262 Jumy[968:60b] active
2014-11-05 18:55:47.122 Jumy[968:60b] Resetting plugins due to page load.
2014-11-05 18:55:47.592 Jumy[968:60b] Finished load of: file:///var/mobile/Applications/337F9DFE-B342-40D0-AC9F-7CDB0EE2DA34/Test.app/www/index.html
Using an old version, like 0.0.5 it work.
May you help us?
Thank you!
Denis
The text was updated successfully, but these errors were encountered: