how to integrate flurry in ios using swift language
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to integrate flurry in ios using swift language. I added the flurry sdk's two files : flurrylib.a and flurry.h and then entered my api key in project TestProject4-Bridging-Header.h #import "Flurry.h" 回答1: I had the same issue and adding a bridging header worked for me. Here are the steps I followed. Note: If you already have a bridging file, skip the steps 2 to 4 I dragged the Flurry folder to my Swift iOS project in XCode. I created a bridging header file by creating a new Objective-C header file (in XCode menu it's File/New/File/iOS