AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
163 stars 90 forks source link

Provided Dynamic SDK is Static instead #233

Closed mikechout closed 1 year ago

mikechout commented 1 year ago

Report

SDK Version

6.10.1

What did you do?

download xcframework from https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases

What did you expect to happen?

xcframework should be dynamic

What happened instead?

xcframework is static

截圖 2023-04-20 上午11 48 09

Please provide any other relevant information.

Seems like the xcframework file in the repo is dynamic but file downloaded from releases are static.

andr-ggn commented 1 year ago

No, by default AppsFlyer provides static framework. If you want to get dynamic - you can download it from https://github.com/AppsFlyerSDK/AppsFlyerFramework/tree/master/Dynamic

mikechout commented 1 year ago

Got it Thanks for your reply.