-
-
Notifications
You must be signed in to change notification settings - Fork 630
[suggestion] fix file picker & Local Notification Feature #739
Description
Hello, I have an app that used to run properly in earlier versions with the Fix File Picker & Local Notification feature enabled. However, in the updated version, when checking to see if the Bundle ID has been modified, the NSLog indicates a mismatch between the application's bundle identifier and SecurityGuardSDK's jpg file (yw_1222). The Fix File Picker & Local Notification feature appears to be temporarily replacing the sub-app's Bundle ID with the LiveContainer main app's own Bundle ID. This new version of the app has built-in security checks, and upon startup, it checks to see if its Bundle ID matches the one it compiled with. The LiveContainer causes the new version app to detect the identity tampering and refuse to run. Is there a way to enable the sub-app to see the LiveContainer's fake Bundle ID at the iOS system level (e.g., when requesting notification permissions or calling the file picker), allowing the sub-app to obtain permissions normally? During self-checks, the sub-app will detect its native Bundle ID.