Currently: 2008 Dec 2 , 05:41 am

Q: What steps can I take to improve the conversion of downloads into registered... By Bill On 2008 May 9 , 01:07 am
edit
Bill

Posts: 15
Joined: 2008 Dec 02

Q: What steps can I take to improve the conversion of downloads into registered users for my app?


o Implement all network connection methods that you can think of, don't use just one. Make your app catch any errors in a connection method and switch to next connection method. The have the app save the best connection method in settings and in future connections use the method that worked.
o Don't rely on DNS server availability, if domain can't be resolved, try connecting to IP address directly
o Do try different ports, some standard or non standard ports may be blocked by gateway. E.g. if HTTP does not work, try socket and vice versa;
o Over HTTP, only certain mime types may be allowed (html, png, etc.), so it may help to have your app "pretend" being one of the standard mime types
o Reduce the size of your app to less than 200k, which will make it easier for all carrier gateways to pass it through

Short URL for this article:
Link for this article:            

Change history: 2008 May 09 [ Bill ] [Active]

Related Discussions: Start new discussion thread

 
RSS
GetJar © GetJar.com 2004-2008 All Rights reserved