I have developed two simple apps with Xamarin.Forms and Ionic and need to perform a reverse engineering on the created APK and IPA files for Android and iOS. I need to do this for my study. It's easy to get the APK file from an Android emulator, but what's the best way to get the IPA file from an iOS simulator.
I already tried to use Cydia, but without success till now. I saw in Xcode that there is an option to export the IPA if you have an Apple Developer account. Whats the best way to get the two IPA files? And if I get them, are they encypted?