iOS Question Is an IOS app easy to crack/decompile ?

marcick

Well-Known Member
Licensed User
Longtime User
Respect to Android, is it much more difficult to decompile an IOS app ?
If have some variables like a server address and password, can I feel safe declaring them as they are in process globals ?
Or: if I declare them encripted, is it much difficult to decompile the app to find the key to decript them ?
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,
in general: Even if your app is open source it should be secure.

However it is more difficult to decompile an app in iOS, but it is possible.
If have some variables like a server address and password
Note: it's very easy to sniff the network, so it doesn't matter if it's possible to decompile the app or not just for getting an url+password ...
 
Upvote 0

marcick

Well-Known Member
Licensed User
Longtime User
So, RDC uses a secure connection, right ?
Which is the best way to manage ServerUrl and port making difficult to grab them from the IPA ?
 
Upvote 0
Top