iOS/Swift: Making the source code of an app visible?

The developer needs to share the code with you if you want to get the full code.
You can’t extract the code from the .ipa itself (which is essentially the app)

Moreover, not every iOS app is written in Xcode – you have other SDK to write Swift and Objective-C with and more apps that you can write cross platform app with that eventually produced the .ipa file.

Leave a Comment