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
The main AppsFlyer SDK has 3 options for client consumption:
# For statically linked library
https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static
# For dynamically linked library
https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic
# For Strict (No IDFA colection) library
https://github.com/AppsFlyerSDK/AppsFlyerFramework-Strict
However, this Segment wrapper is locked using the Dynamic framework.
Is there a way to allow clients to specify if they want static (for faster package resolution) or strict (for compliance)?
I do see this issue from a year ago asking for the Dynamic framework to be used, but there is little detail in it about the decision: #126
The main AppsFlyer SDK has 3 options for client consumption:
However, this Segment wrapper is locked using the Dynamic framework.
Is there a way to allow clients to specify if they want static (for faster package resolution) or strict (for compliance)?
I do see this issue from a year ago asking for the Dynamic framework to be used, but there is little detail in it about the decision:
#126
Related issue in main AppsFlyer SDK: AppsFlyerSDK/AppsFlyerFramework#294
The text was updated successfully, but these errors were encountered: