-
Notifications
You must be signed in to change notification settings - Fork 209
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
Settings.bundle file for Android? #55
Comments
Hello, I have the same error too :( |
@shredmer To not be blocked, you can get an old version:
and then in your project path:
Regards, |
Thanks, that fixed the build error. However, I am still having difficulty reading the settings value for Android. Which file are you using for the settings? Is it android/res/xml/apppreferences.xml ? If so how did you get it to read from the file correctly? I have been trying to read the value by using the key identity but could only get it to work in iOS still. |
i used this workaround cordova plugin add [email protected] |
@LightZam thanks, confirmed. Got it running with 0.7.1 Be sure to and re-add both afterwards UPDATE: Not true, @shredmer is right, the build will work but then the XML will be missing and therefore Android will not create any OS preferences. |
I can confirm that this works as of v0.7.4. |
@shredmer have you tried 0.7.4? |
Yes, 0.7.4 builds fine. Thank you |
@shredmer Hi, I have found your problem in [stackoverflow()] about the app integration with Airwatch. I don't have enough reputation so I have no choice but to ask here. sorry ! I am wondering if you have successfully solve this issue? Do you use Airwatch App Wrapping or SDK or ACE?(http://stackoverflow.com/questions/33400087/retrieving-username-through-mdm-by-configuring-enterprise-app-preferences-airwa) |
For starters, I do not have the dev experience most of you have posting here but I am having trouble getting this plugin to work for Android and figured this is where I would get the most informative response.
Yesterday I installed the plugin and was able to read from my Root.plist file in the Settings.bundle file for iOS. To do so required copying the Settings.bundle into my Xcode project.
Is there a similar step or file to copy over for Android? I have not defined a key or value for android so I assume this is the issue. Also, I receive the following error while trying to emulate for Android:
Thank you for your help.
The text was updated successfully, but these errors were encountered: