| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Oct 2006
Posts: 112
|
hi,
is there some sort of Secure Storage built into AIR to for example, when an application is installed for the first time store some sort of marker that can be checked against to see if it has been installed, even if the application is uninstalled and reinstalled again etc. for example to use for an activation / licensing system. if not, does anyone have any ideas of a method to do this sort of check??? any help greatly appreciated. Thanks, Jon. |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Oct 2006
Posts: 112
|
hi,
is there some sort of Secure Storage built into AIR to for example, when an application is installed for the first time store some sort of marker that can be checked against to see if it has been installed, even if the application is uninstalled and reinstalled again etc. for example to use for an activation / licensing system. if not, does anyone have any ideas of a method to do this sort of check??? any help greatly appreciated. Thanks, Jon. |
|
|
|
|
|
|
|
|
#3 |
|
2006 Man Of The Year
Join Date: Mar 2007
Posts: 880
|
well theres the EncryptedLocalStore but im not sure if data is retained in that after uninstall. you would just save a var in the ELS on first program run. you could also create a file and keep it in the applicationStorageDirectory but then people would be able to delete it. i would use one of those things and combine it with online registering.
update:yes data does seem to be retained in the EncryptedLocalStore after uninstall/reinstall.
__________________
I've curiosity on my side. Last edited by evride; 05-20-2008 at 06:38 AM.. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Feb 2008
Posts: 3
|
hi, i took this from air langref
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| secure way of passing variable from php | sashka_nem | ActionScript 2.0 | 4 | 04-12-2007 10:19 AM |
| super secure flash container! secure u'r artwork! | devil | ActionScript 1.0 (and below) | 37 | 03-09-2007 10:35 PM |
| Passing secure variables to getURL HTML page via Flash | hobbis | ActionScript 2.0 | 0 | 08-16-2005 05:38 PM |
| Is this Secure? | theitalianone | ActionScript 2.0 | 31 | 08-12-2005 12:11 AM |
| Secure socket workaround? | blocky_wocky | ActionScript 2.0 | 0 | 06-27-2005 04:28 PM |