Skip to main content
April 30, 2014
Question

Package AIR Application include serial key list

  • April 30, 2014
  • 1 reply
  • 451 views

Hi all,

I just finished my AIR application. Now, I want to distribution my app but I don't know how to package to .air file inculde serial key (it's mean to install my app, user must have serial key).

I searched on google but have no link satisfying.

Please help me.

Thanks,

ndt

This topic has been closed for replies.

1 reply

User Unknow
Legend
May 1, 2014

Serial key - this function on your hands. You must develop own license functions. I suggest you find thirdparty packages that can pick your application and pack it to another application. But in this case you must embed binaries from Adobe Air to that package. So you must generate not Air but *.exe or *.app

May 7, 2014

Hi Anton Azarov,

Thanks for your response. Serial key function, I can implement it but I wonder how to make trial function (example 30 days trial). I think we can save end date in file but how to save this file that the user can not find it . And in case user change system date time designedly, trial function still run correct. I assume, if the end trial date is 2014-05-06 and today is 2014-05-07 but user change system date time to 2014-05-06, trial function still alert "Your trial has expired".

Thanks,

ndt

User Unknow
Legend
May 7, 2014

Anything that can be created on users Computer - can be removed

For example Spoon Studio - Virtualize Your Applications services like that develop Virtualisation apps that pack your app with ability to produce Trial apps. But it's for PC. I don't know about Mac.

In your case best solution - trial via instant connection to the internet. And don't forget about obfuscation your SWF.

By the way. You can update app swf from itself using the same app This most effective solution. On my weekend will help you with a sample