On my flutter/ios app, when I do flutter build ios --analyze-size
OTPublishersHeadlessSDK.framework 44 MB
It seems OneTrust iOS package is very heavy, making our app 102Mb, 2 / 3 times more than comparable apps on AppStore which is a problem in terms of ranking and "user-friendliness".
Hello,
On my flutter/ios app, when I do
flutter build ios --analyze-size
OTPublishersHeadlessSDK.framework 44 MB
It seems OneTrust iOS package is very heavy, making our app 102Mb, 2 / 3 times more than comparable apps on AppStore which is a problem in terms of ranking and "user-friendliness".
How to solve that ?