Using dynamic data with Creative Kit
I'm developing an iOS app and trying to integrate Creative Kit with the SCSDKLensSnapContent as explained in this guide: https://docs.snapchat.com/docs/creative-kit-ios
Everything runs fine except the line below, which throws this error: "
No known class method for selector 'initWithBuilder:'"
snap.launchData = [SCSDKLensLaunchData initWithBuilder:launchDataBuilder];
Instaled SnapKit SDK 1.8 that does have "initWithBuilder" on the SCSDKCreativeKit file, so not sure what's wrong here.
Thanks for the support!
Hi Franco, I would pose that particular question here instead because it deals with the Snap Kit side of the integration rather than the lens side.