How to get the iphones upload/download rates programmatically in order to be able to set upload chunk sizes and things of the like?
How to get the iphones upload/download rates programmatically in order to be able to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you want the speed on the phone or on the server?
If you want to calculate the speed on the phone, just set up a timer to download a file of known size, say 10kB or something. You can then calculate the download rate.