Menu

[r40]: / wiki / Version.wiki  Maximize  Restore  History

Download this file

11 lines (6 with data), 400 Bytes

#summary Describes how the whatsapp version can be retrieved

The download URL for the Android App is as following:

  * http://www.whatsapp.com/android

If we look closely to the HTML code:

  * _<p class="version">Version 2.8.7268</p>

By using two simple 'split' in C# we can easily parse this out. The code for extracting the version is located under WhatsAppHelper.cs, the method _getVersion()_.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.