I can run the code on iphone and android emulators. I can also run the code on a real android device. I am having trouble running on a real iphone device. the phone identifier is all set. The problem is with the bundle id. here is the error message
Application installation failed. Please make sure you have correct bundle id in your Info.plist file.
Xcode has a info.plist but I am using android studio. Is it in the resources somewhere or part of the app configuration?
Herb Rush