Skip navigation

Deployment Strategies - .NET Mobile Applications

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.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish