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

Support for deeplinks in json file and library #161

Open essare opened 5 years ago

essare commented 5 years ago

I'm using json: If i put a deeplink of a third party store (Samsung) i get a URL Exception my deeplink is "url": "samsungapps://ProductDetail/com.myapp.android", it would be perfect if this awesome lib can handle deeplinks too rather than just URL Objects.

marcosrocha85 commented 4 years ago

I guess implementation of deeplinks must be made on AndroidManifest.xml from your application, isn't it?