简体   繁体   中英

Integrate Facebook SDK inside my iOS Framework

I'm trying to integrate Facebook SDK inside my framework (which I publish to developers) but get a collision when users using my SDK already have Facebook SDK on their app. Is there any way around it?

I suggest you to only link Facebook SDK to your Custom Framework, but should not copy Facebook Framework inside your Custom Framework, you can also ship FacebookSDK.framework separately with your Custom Framework.

So there will be no collision between two FacebookSDK as the user will only add one FacebookSDK in their project. In this case users also aware of adding both two framework in their project.

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