How can I understand an iOS app written with Objective-C or Swift?
It's weird question but If I have an .ipa of an iOS app. How can I understand an iOS app written with Objective-C or Swift? Using decompiler or another way?
Solution
You'll need an app to decompress zipped files like this one.
It's easy:
Right click on the IPA file
Open With > The Unarchiver
Now you have a folder with the same name of the IPA file. Open it.
If you see a folder named SwiftSupport then there's is some Swift code into that IPA.