AppCrossPromoter icon indicating copy to clipboard operation
AppCrossPromoter copied to clipboard

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

Open hummatli opened this issue 8 years ago • 2 comments

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.

hummatli avatar Jan 21 '17 10:01 hummatli

@hummatli is this iimplemented?

ItzNotABug avatar Apr 07 '17 17:04 ItzNotABug

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

hummatli avatar Apr 08 '17 13:04 hummatli