Creating a Application in Winrt that requires Internet
Posted
by
wtsang02
on Programmers
See other posts from Programmers
or by wtsang02
Published on 2012-11-05T02:08:34Z
Indexed on
2012/11/05
5:13 UTC
Read the original article
Hit count: 219
I am making a paid App for Windows 8, c#. I am wondering which is better?
- If my application doesn't need internet connection normally but does requires internet connection for the first time to download content data. --Makes my life easier
- Load the default data when installing. Then ask the user if he wants to update in app. -- Making the default data will be pain.
Now my big question is, is it safe to assume user has access to internet now-a-days when using application that shouldn't require internet?
© Programmers or respective owner