-
Couldn't load subscription status.
- Fork 10
Adding the Button Framework and Bundle to your project
Wes Smith edited this page Feb 12, 2019
·
4 revisions
Start by downloading the latest Button framework
Drag Button.framework and Button.bundle into your project and make sure to check the "Copy items if needed" box.
In your target's build settings, you'll need to pass the -ObjC flag to “Other Linker Flags”. This ensures that the Button SDK categories get linked into your app.

You should now have the Button framework and bundle properly added to your project. Continue with the integration guide.