You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 IOSSecuritySuiterecently 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.
The text was updated successfully, but these errors were encountered:
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 #61
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.
The text was updated successfully, but these errors were encountered: