Skip to content
New issue

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

To add support to download Non-Play Store (third-party) apps. Direct download from apk url #10

Open
hummatli opened this issue Jan 21, 2017 · 2 comments

Comments

@hummatli
Copy link
Owner

hummatli commented Jan 21, 2017

Library needs support to download Non-Play Store (third-party) apps as well as Play Store apps.
Direct download from apk url.

Library now supports only Play Store apps.

What you have to do:

  • Check "uri" field. If it contains "http://" or "https://" you will download app direct other wise it will download from Play Store

In following sample: "Sample App 1" is from Play Store but "Sample App 2" is from direct url

{
"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.

@ItzNotABug
Copy link

@hummatli
is this iimplemented?

@hummatli
Copy link
Owner Author

hummatli commented Apr 8, 2017

@Darshan10298 . It has not implemented. You are welcome if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants