winsontan520 / Android-WVersionManager

[Deprecated] Library to check new update available in background by using own content
141 stars 57 forks source link

VersionContentUrl #1

Closed amittanwani015 closed 10 years ago

amittanwani015 commented 10 years ago

VersionContentUrl of an application ..what is that??

winsontan520 commented 10 years ago

Sorry, i dont have much time to maintain this project... As stated in guide, Version Content Url must return response with json format which follow this format. Basically it was the link to request and the response should return something like { "version_code": 2, "content": "Version 2.0

New features:

  • Added feature A
  • Added feature B
  • Added feature C
  • Added feature D
  • Added feature E
  • Added feature F
  • Added feature G
  • " } Checkout the example and test it. Good Luck.