iOS/Android integration with Corona

Hello -

I am building an app (iOS and Android) which follows the architecture below:

  1. App built on native iOS/Android which includes the functionality such as login, register, display product, product detail view, related products, IAP, etc.

  2. Once the IAP is complete, and when the user is ready to view the product, I want to take it corona where the animations, etc happen. When the user click’s view, I want to pass certain parameters to corona. 

  3. Once the preview is complete, I want the user to return to the product detail page (The place where the user clicked ‘View’)

What is the best way to achieve this?

When the corona kicks in, I am planning of using composer to handle my scene/animation.

Any recommendations?

Best,

Abhilash