简体   繁体   中英

How to upgrade Flurry from 2.8.4 to 3.0.0 in iOS?

We have been using Flurry 2.8.4 and wish to upgrade to 3.0.0

Anyone know of a simple process to do that?

Thanks

remove LibFlurry.a from binary libraries linked list, include the new .a version. Then recompile, you will get a few errors since a couple of method names have changed, correct those and you're done. It's standard for replacing any static library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM