AppsFlyerSDK / AppsFlyerFramework

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

Installing framework trough Carthage doesn't install latest version. #107

Closed TimPapler closed 4 years ago

TimPapler commented 4 years ago

Report

SDK Version

5.0.0

What did you do?

Run carthage update In cartfile there is: binary "https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/AppsFlyerTracker.json"

What did you expect to happen?

Expected to have AppsFlyer framework version 5.1.0

What happened instead?

Got 5.0.0 version instead

Please provide any other relevant information.

https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/AppsFlyerTracker.json is missing latest version. It seems carthage support is lagging behind since this is not the first time this has happened. The 5.1.0 version was released more than a month ago.

andr-ggn commented 4 years ago

– Install the latest version of Carthage – Add the following line to your Cartfile binary: https://raw.githubusercontent.com/AppsFlyerSDK/AppsFlyerFramework/master/AppsFlyerLib.json Note: – The url above links to a static framework. If you're upgrading to a newer version, do the following:

TimPapler commented 4 years ago

This is great news! Thank you! 👍