We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library needs support to download Non-Play Store (third-party) apps as well as Play Store apps. Direct download from apk url.
Non-Play Store (third-party)
Play Store apps
Library now supports only Play Store apps.
What you have to do:
"uri"
"http://"
"https://"
In following sample: "Sample App 1" is from Play Store but "Sample App 2" is from direct url
"Sample App 1"
"Sample App 2"
{ "programs":[ { "name":"Sample App 1", "desc":"sample apps 1 desc", "uri":"com.mobapphome.sampleapp1", "img":"https://sampleapp1.png", "release_date":"22/12/2016", "update_date":"22/12/2016" }, { "name":"Sample App 2", "desc":"sample apps 2 desc", "uri":"https://sampleapp2.apk", "img":"https://sampleapp2.png", "release_date":"22/12/2016", "update_date":"22/12/2016" } ] }
@dalwadi2, Check this.
The text was updated successfully, but these errors were encountered:
@hummatli is this iimplemented?
Sorry, something went wrong.
@Darshan10298 . It has not implemented. You are welcome if you want.
No branches or pull requests
Library needs support to download
Non-Play Store (third-party)
apps as well asPlay Store apps
.Direct download from apk url.
Library now supports only Play Store apps.
What you have to do:
"uri"
field. If it contains"http://"
or"https://"
you will download app direct other wise it will download from Play StoreIn following sample:
"Sample App 1"
is from Play Store but"Sample App 2"
is from direct url@dalwadi2, Check this.
The text was updated successfully, but these errors were encountered: