Hey,
I'm working on to push "com.google.Keystone.plist" file to clients in updating Google Chrome.
<plist version="1.0">
<dict>
<key>UpdateDefault</key>
<integer>0</integer>
<key>updatePolicies</key>
<string>global</string>
</dict>
</plist>
I pushed already the file to a test device but the user has still to activate auto-update by himself? If he declines, its, of course, disabled - it doesn't matter if I pushed the plist file to him or not. I thought its should be automatically forced by the plist file.
What's my final result?
My client doesn't update so far but I just got this notification "Chrome may not be able to keep itself updated". Basically, that's right, if the client using my plist file but on the other hand the user doesn't download the latest version. Anyone an idea?
thanks a lot