verify Update
Deprecated
No longer supported
Replace with
sync
Content copied to clipboard
Verify a downloaded Live Update if it is configured to use Secure Live Updates.
Example usage (kotlin):
val verified = LiveUpdateManager.verifyUpdate(context, "appId", liveUpdateFiles)
Content copied to clipboard
Example usage (Java):
boolean verified = LiveUpdateManager.verifyUpdate(context, "appId", liveUpdateFiles);
Content copied to clipboard
Return
true if the app is verified or the app is not setup for Secure Live Updates, false if not setup for Live Updates or cannot be verified
Parameters
context
an Android Context used during the verification process
app Id
the ID of the app to verify
update Path
the path of the downloaded and extracted Live Update