This guide covers iOS-specific features, optimizations, and advanced configurations for social.plus UIKit. For basic installation, see our Installation Guide.
Prerequisites: iOS 12.0+, Xcode 12+, Swift 5.0+. Ensure you’ve completed the basic installation before following these advanced guides.
<!-- Required permissions --><key>NSCameraUsageDescription</key><string>This app uses camera to capture photos for posts and profile pictures</string><key>NSPhotoLibraryUsageDescription</key><string>This app accesses photo library to select images for posts</string><key>NSMicrophoneUsageDescription</key><string>This app uses microphone for voice messages and video calls</string>