Can Corona gamea/APPs talk to an iOS App, for example an iOS ARkit app ?

Can Corona games/APPs talk to an iOS App, for example, an iOS ARkit App. ?

I need to use iOS Arkit 2 function in my game.  Can I call a function from my Corona game to another iOS app to perform AR function and send the result back to my Corona game?    

Apps generally don’t work that way. You would need to link the ARKit framework into your project. Corona does not support ARKit directly, someone would need to develop a plugin to do this, or you can use Corona Native (Xcode builds) instead of Simulator builds and attempt to access ARkit.

Now depending on what you’re trying to do, you can create a display.newRect() and fill it with video today, with standard Corona (iOS devices only, not supported on Android). We had a developer build a pokemon go type game with Corona. 

Rob

Apps generally don’t work that way. You would need to link the ARKit framework into your project. Corona does not support ARKit directly, someone would need to develop a plugin to do this, or you can use Corona Native (Xcode builds) instead of Simulator builds and attempt to access ARkit.

Now depending on what you’re trying to do, you can create a display.newRect() and fill it with video today, with standard Corona (iOS devices only, not supported on Android). We had a developer build a pokemon go type game with Corona. 

Rob