Dear Community,
We are facing an issue in our production App where we recently upgraded app min version from iOS 12 to iOS 17 in order to integrate a private API Entitlement. Due to upgrade, app review is rejecting the same app citing syscall presence like mentioned below :
• syscall: open_dprotected_np • syscall: getsockname • syscall: fork • syscall: modwatch
They suggested using strings command and otool command to find such syscalls presence but we were not able to find any such syscall presence.
We are on Cordova platform (hybrid application) and are using Mobile First Platform (MFP8).
If anyone has faced such an issue, please help us in finding these syscalls so that we can take action on them.
Regards, Aditya