You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS: Swift Package Manager support. The plugin now ships a Swift package alongside the existing CocoaPods podspec, so apps built with Flutter's SPM mode consume the native DiditSDK automatically with no Podfile configuration. The SPM integration installs the complete native SDK (all variant) and requires an iOS 15.0+ deployment target; CocoaPods integration and variant selection are unchanged.
iOS: the privacy manifest (PrivacyInfo.xcprivacy) is now bundled with the plugin on both integration paths.