Swiftpack.co - Swift Packages by BranchMetrics

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by BranchMetrics

BranchMetrics/ios-branch-deep-linking-attribution v0.1.1
The Branch iOS SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
⭐️ 723
🕓 Yesterday
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.4.3
Yesterday
### Release Note (3.4.3) v.3.4.3 Fix push notifications when app is backgrounded and the app uses handlePushNotification instead of handleDeeplink
3.4.2
1 week ago
### Release Note (3.4.2) Fix tvOS build when using SPM
3.4.1
3 weeks ago
### Release Note (3.4.1) Fix cold link launch when using deferred initialization and an AppDelegate only app. Fix cocoapods privacy manifest collision. Fix error recovery serialization. Update logs with more appropriate log levels. Pass back underlying Network NSErrors that cause the SDK to give up.
3.4.0
3 weeks ago
### Release Note (3.4.0) - Added support for setting the Branch API base URL through the `branch.json` file.
3.3.0
9 weeks ago
Release 3.3.0 SDK behavior change to fix a race condition when opening a closed app with a link. In some apps, this may improve link reliability. When opening a closed app with a link, the Branch SDK will no longer attempt to merge the app open and link arrival lifecycle events. Apps will now get called on "app open" and on "link arrival", which are often very close together. If your app ignores callbacks with no link data, then this change should be transparent. If your app takes action on every branch callback, you may need to account for this change in behavior.
3.2.0
9 weeks ago
### Release Note (3.2.0) v.3.2.0 - Add support for setting DMA compliance parameters. - Update logging to allow a custom callback so clients may reroute Branch Logs to their logging infrastructure. - Update logging to use `os_log` private by default. - New custom server URL API. When set the SDK will always use this endpoint, the Privacy Manifest should be edited to match. - Update cocoapods, frameworks and tests to use SPM layout. - Fix crash when using pre-built xcframework on iOS 12 - Improve Swift compatibility by removing API variations that differ only by an NSError.
3.0.1
21 weeks ago
Branch iOS SDK 3.0.1 * Fix issue where organic opens are not sent if app is already running in the background
3.0.0
28 weeks ago
### Release Note (3.0.0) Branch iOS SDK 3.0.0 - Add a Privacy Manifest for the Branch SDK. App developers may need add an App level Privacy Manifest for data they collect and pass into the Branch SDK. - Known Issue: When using cocoapods without the `use_frameworks!` option, the build can fail with a duplicate privacy manifest error. Workaround is to manually merge privacy manifests. - Add support for a tracking domain. When Ads tracking is enabled, the SDK sends event calls to a tracking domain. - iOS 12 is now the min version - Xcode 15 is now the min version - Fix short URL creation via a sharesheet when tracking is disabled - Add macCatalyst checks - SetIdentity and Logout are now handled device side - Remove deprecated code and some data minimization - Cross Platform ID - Credits and Referrals - Close requests - Facebook App Links and related code. - pre-iOS 14 tracking status. This is always `false` on recent iOS versions. - Tune data upgrade check - v1 Branch Events, all events are now v2 Branch Events - pre-iOS 10 locale support - Device carrier. This was used for fraud analysis, but is no longer available on new iOS versions.
2.2.2
29 weeks ago
Branch iOS SDK 2.2.2 adds support for the Snapchat Click ID URL parameter. - SDK-2068 - Added ScCid support
2.2.1
31 weeks ago
**Release Note (2.2.1)** Branch iOS SDK 2.2.1 adds parameter for current SKAN 4.0 Window in /v1/open and /v2/event requests. - SDK-1982 - SKAN Simplification DB updates
iOS tvOS
BranchMetrics/mac-branch-deep-linking v1.4.1
The Branch SDK for Mac OS X - Docs:
⭐️ 17
🕓 50 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
macOS SDK 1.4.1
50 weeks ago
SDK-1905 Fix for build issue with Xcode 14.3 and Swift 5.8 INTENG-17551 Added developer_identity to v2/event requests
macOS SDK 1.4.0
1 year ago
**1.4.0 - Aug 16, 2022** SDK-1405 Branch QR codes functionality added. SDK-1205 Fixed Set Identity Issue. SDK-1373, SDK-1374 Renamed device_fingerprint_id and identity_id to better reflect functionality. Fingerprinting was removed long ago. SDK-1346 Exposed setRequestMetadata API. SDK-1530 Developer id added in v1/open requests.
macOS SDK 1.3.1
2 years ago
## v1.3.1 - Jun 2, 2021 CORE-1989 Add getUserIdentity to the public API CORE-1659 Add INITIATE_STREAM and COMPLETE_STREAM to standard events Test coverage improvements
macOS SDK 1.3.0
3 years ago
1.3.0 - Jan 28, 2021 CORE-1303 Improve integration options for the macOS SDK by adding support for Swift Package Manager, Carthage and Cocoapods. See the Branch docs site for more details. The pre-build framework is now attached to the github release page. Improve test coverage and test automation. This may impact you if you are importing the Branch macOS SDK as source.
macOS SDK 1.2.5
3 years ago
SDK-1067 Allow short link generation when tracking is disabled
macOS SDK 1.2.4
3 years ago
INTENG-10216 remove certificate pinning
macOS SDK 1.2.3
3 years ago
INTENG-9765 Fix link control parameter
macOS SDK 1.2.2
3 years ago
INTENG-9765 Fix mac address format issue. Fix macbook pro touchbar issue.
macOS SDK 1.2.1
4 years ago
INTENG-8458 fix error when idfa is not available
macOS SDK 1.2.0
4 years ago
SDK-455 - fix attribution issue
macOS
BranchMetrics/ios-branch-sdk-spm 3.4.3
Branch iOS SDK Swift Package Manager distribution
⭐️ 15
🕓 Yesterday
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Release 3.4.3
Yesterday
v.3.4.3 Fix push notifications when app is backgrounded and the app uses handlePushNotification instead of handleDeeplink
Release 3.4.2
1 week ago
Release Note (3.4.2) Fix tvOS build when using SPM
Release 3.4.1
3 weeks ago
Release Note (3.4.1) Fix cold link launch when using deferred initialization and an AppDelegate only app. Fix cocoapods privacy manifest collision. Fix error recovery serialization. Update logs with more appropriate log levels. Pass back underlying Network NSErrors that cause the SDK to give up.
Release 3.4.0
3 weeks ago
### Release Note (3.4.0) - Added support for setting the Branch API base URL through the `branch.json` file.
3.3.0
9 weeks ago
Release 3.3.0 SDK behavior change to fix a race condition when opening a closed app with a link. In some apps, this may improve link reliability. When opening a closed app with a link, the Branch SDK will no longer attempt to merge the app open and link arrival lifecycle events. Apps will now get called on "app open" and on "link arrival", which are often very close together. If your app ignores callbacks with no link data, then this change should be transparent. If your app takes action on every branch callback, you may need to account for this change in behavior.
3.2.0
9 weeks ago
Release Note (3.2.0) v.3.2.0 Add support for setting DMA compliance parameters. Update logging to allow a custom callback so clients may reroute Branch Logs to their logging infrastructure. Update logging to use os_log private by default. New custom server URL API. When set the SDK will always use this endpoint, the Privacy Manifest should be edited to match. Update cocoapods, frameworks and tests to use SPM layout. Fix crash when using pre-built xcframework on iOS 12 Improve Swift compatibility by removing API variations that differ only by an NSError. Mirror of https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases/tag/3.2.0
3.1.0
16 weeks ago
v.3.1.0 Fix tuist SPM integration when using external by switching to a more typical SPM layout. Note this release is only being deployed to the SPM repo to unblock tuist users. A follow up release will address compatibility between this bugfix and other integration methods.
3.0.1
21 weeks ago
Branch iOS SDK 3.0.1 Fix issue where organic opens are not sent if app is already running in the background
3.0.0
28 weeks ago
Mirror of https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases/3.0.0
2.2.2
29 weeks ago
Branch iOS SDK 2.2.2 adds support for the Snapchat Click ID URL parameter. - SDK-2068 - Added ScCid support
iOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics