linking to nabi app zone

Hi i like to link to the nabi app zone from a free app to a paid app this code is how you do it in android but how can i do this in lua for corona :

Intent intent = new Intent("com.fuhu.appzone.SHOWAPP"); intent.putExtra("id", "the\_package\_name"); sendBroadcast(intent); 

Did you ever resolve this?

Did you ever resolve this?