android - Getting downloads information requested by application -


i'm using ad network in application monetize it. show banner ad network , when user clicks it redirected google play let him download game/utility. need know if user started download process , if finished. have seen can query download manager check downloads being downloaded, etc... need know downloads requested application (that requested ad network sdk in end). possible?

thanks in advance.

take @ thread. how receive download complete broadcasts issued app? in case, playstore issue download app request download manager. dont think possible track exact downloads made app. can track click adnetwork sdk using callback listeners , check if download occurred using download manager. again cant sure other app didn't download same app @ same time.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -