javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.98k stars 412 forks source link

Get Json for including custom info #168

Open phate82 opened 5 years ago

phate82 commented 5 years ago

Hi,

is it possible to exploit the Json to include custom information (e.g., whether an update is mandatory or not)? If so, how can I access the json after the library downloads it? Thanks.