Well that go if you can play through a radio with ip corona sdk? Or how can I?
Regards
Well that go if you can play through a radio with ip corona sdk? Or how can I?
Regards
Corona SDK has no facilities to support this. If there is a native SDK, then you probably could using Corona Enterprise.
Rob
Might you guide me how I could do it. what steps should follow?
Thanks…
I’m no Enterprise expert, but the basic steps:
Find the way to make this happen in a native app. See if there is an SDK library that can be dropped into an iOS app or Android app.
If that exists, then you would upgrade to a Corona Enterprise account.
Build most of your app in Lua and then using XCode for iOS, you would build the iOS app and follow some of the examples that come with Enteprirse on how to do that. Then for Android, you would use the various Android tools (Ant I think) and setup an android project that can talk to your Lua parts.
Rob
Corona SDK has no facilities to support this. If there is a native SDK, then you probably could using Corona Enterprise.
Rob
Might you guide me how I could do it. what steps should follow?
Thanks…
I’m no Enterprise expert, but the basic steps:
Find the way to make this happen in a native app. See if there is an SDK library that can be dropped into an iOS app or Android app.
If that exists, then you would upgrade to a Corona Enterprise account.
Build most of your app in Lua and then using XCode for iOS, you would build the iOS app and follow some of the examples that come with Enteprirse on how to do that. Then for Android, you would use the various Android tools (Ant I think) and setup an android project that can talk to your Lua parts.
Rob