How to implement Anti debugging protection for a React Native application (especially for iOS platform)?
I've not configured anything for anti debugging protection. But during penetration testing, issue has been reported to implement anti debugging protection for ios.
I found out ptrace implementation can be a one way for this. Does anyone have the exact solution on how to implement that successfully?
Also is there any other possible solutions available?
The solution you are looking for can be found here. You can implement "jscrambler". It has anti dubugging protection enabled.
https://jscrambler.com/blog/securing-react-native-applications