Get up and running with social.plus iOS SDK for Swift applications in minutes.
@objc
or @objcMembers
attributes.
When you add a new Swift file to your Objective-C project, Xcode automatically generates a bridging header file that exposes your Swift code to Objective-C.
Project Configuration
#import "YourProjectName-Swift.h"
to access Swift classes in Objective-C.Target Membership: Ensure your Swift files are added to the correct target.Performance Tips
Common Issues
Build Issues
Runtime Issues
AmityClient.setup(...)
in application
delegateAuthentication failures: Verify your API key and region settingsPermission denied: Check that required permissions are added to Info.plist