jeroentrappers / flutter_jailbreak_detection

Flutter jailbreak detection plugin
BSD 3-Clause "New" or "Revised" License
65 stars 103 forks source link

Update to the latest version of IOSSecuritySuite #63

Open kostadin-damyanov-prime opened 7 months ago

kostadin-damyanov-prime commented 7 months ago

As you may already know, starting 1st of May Apple will require apps to have reason of use for some system APIs. For reference: the official docs.

It looks like IOSSecuritySuite recently added this to their repo. I think that this package needs to be updated to the latest version of this dependency, otherwise our app updates will not be accepted into the AppStore.

kterto commented 7 months ago

Yes, any news on this subject? Since de deadline is approaching, it would be really great to have this fixed in time.

thomas-stockx commented 7 months ago

You can just update your pods (or just remove your podfile.lock and run pod install again), afaik this flutter package does not pin to any version of IOSSecuritySuite, so you should automatically get the latest pod (which means 2.x.x).

However, you probably want to avoid this due to https://github.com/jeroentrappers/flutter_jailbreak_detection/issues/61

techouse commented 6 months ago

However, you probably want to avoid this due to https://github.com/jeroentrappers/flutter_jailbreak_detection/issues/61

🤯

Check https://github.com/jeroentrappers/flutter_jailbreak_detection/issues/61#issuecomment-2098606752 for a BSD 2-Clause solution.