Deployment Strategies - .NET Mobile Applications
More care need
May 17, 2004
More care needs to be taken care for Mobile applications deployment when compared to Development. Following are some of the points that I would like to share....
§ A mobile application does not support user feedback system because of the different configuration settings in different mobile devices. Therefore, increase the reliability of the mobile application by performance analysis and detecting and rectifying any error.
§ Work towards decreasing the response time of the mobile application when used by multiple target devices concurrently.
§ Transfer the user data in an encrypted mode using the Secure Socket Layer (SSL).
§ Redirect the application to a custom error page that displays comprehensive error information or to a customer care page when an error occurs during application execution.
About the Author
You May Also Like