Android Question Downloads count does not show!

NewDD

Member
Hello all,

I'm new here and I have a question. I have developed a simple Android app using B4A v11.80, the app downloads a file from the internet, the url was long so I shortened it using "bit.ly" service. The file gets downloaded fine but my "bit.ly" dashboard doesn't show that the downloads count is increasing! It's strange because if I visited the shortened link manually using my web browser the downloads count increases!

This is how I download the file:

B4X:
Dim j As HttpJob
j.Initialize("", Me)
j.Download("https://bit.ly/xxxxxxxx")

Any ideas? Thanks
 
Top