June 2, 2026 - v2.6.3
- In Xcode, open your project and go to File → Add Package Dependencies…
- Enter the repository URL: https://github.com/devtodev-analytics/ios-sdk-2.0
- Choose the version rule — Up to Next Major Version from
2.6.2is recommended. - Select the products you need:
- DTDAnalytics — analytics SDK (required)
- DTDMessaging — push notifications (optional, requires DTDAnalytics)
- Click Add Package.
⚠️ If you use DTDMessaging, make sure to add both products to your target. SPM does not pull DTDAnalytics in automatically when DTDMessaging is selected.
platform :ios, '9.0'
target 'TargetName' do
use_frameworks!
pod 'DTDAnalytics'
end
Full description of the integration process of devtodev SDK and all the accessible features can be found on the page with official devtodev documentation.
See releases.