3. Configure Xcode, edit your code, debug and test your app with Appollo Remote
Configure Xcode
Now that you are connected, you can freely configure Xcode!

Edit your code directly on the virtual machine
Appollo remote also gives you the possibility to direclty edit your code with Android Studio.

Note
We are aware of an issue regarding keyboard mapping using the VM and are looking into it. For the time being, you can use the virtual keyboard or you can add your keyboard layout like shown on the following screenshot.

Debug and test your Flutter app with the iOS simulator
Debugging and testing your iOS app is fairly easy with Appollo.
Once you are on the Appollo-Remote, an instance of the Simulator is ready for you.
You can open the terminal on the Appollo-Remote.
Go into your app using cd Documents/app
and use the flutter run
command.
Wait a few instants and the app should start on the simulator, you can now debug and test it.

With all these tools in your hands, we believe you will be able to do everything you need for your app!