My other apps

Is there any way to display dev’s apps listing in iTunes and Google Play using native.showPopup()?

Hi @delwing,

Please explore the “appStore” option of native.showPopup() and see if that accomplishes what you need.

http://docs.coronalabs.com/api/library/native/showPopup.html

Regards,

Brent

If it would, I wouldn’t ask the question.

I can show singl app while I need to display something like ‘View all developer apps’

You can use native.showPopup() to open a specific app in the app store.  You cannot use it to open a search to all of your apps.  Though you probably could use system.openURL() with the right URL scheme to do a search and do it that way.

Hi @delwing,

Please explore the “appStore” option of native.showPopup() and see if that accomplishes what you need.

http://docs.coronalabs.com/api/library/native/showPopup.html

Regards,

Brent

If it would, I wouldn’t ask the question.

I can show singl app while I need to display something like ‘View all developer apps’

You can use native.showPopup() to open a specific app in the app store.  You cannot use it to open a search to all of your apps.  Though you probably could use system.openURL() with the right URL scheme to do a search and do it that way.