Hot code push is worked for me most of the time. Now I’m getting the message: Error: "Skipping downloading blacklisted version ..."
What does that mean?
How can I get the cordova app version number/hash on server and client? On server I guess it is the version parameter in __cordova/manifest.json. On client it could be autoupdateVersionCordova in__meteor_runtime_config__.
Is any documentation in progress and if so, where can I find it?
Most important for me would be the first one. Thanks in advance.
To avoid redownloading faulty versions over and over, we blacklist versions that generated a timeout. See this section of the mobile guide for some more information about this. Your guesses about the version numbers on server and client are right.