Swiftpack.co - Swift Packages by Appboy

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

Packages published by Appboy

Appboy/appboy-ios-sdk 4.7.0
Public repo for the Braze iOS SDK
⭐️ 164
🕓 10 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.
4.7.0
10 weeks ago
#### Breaking - Updates the minimum required version of SDWebImage from 5.8.2 to [5.18.7](https://github.com/SDWebImage/SDWebImage/releases/tag/5.18.7). - This version includes the privacy manifest for SDWebImage, which appears on the [privacy-impacting SDKs list](https://developer.apple.com/support/third-party-SDK-requirements/). #### Added - Adds the privacy manifest to describe data usage collected by Braze. For more details, refer to the [Apple documentation on privacy manifests](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files). - Adds code signatures to all XCFrameworks in the Braze iOS SDK, signed by `Braze, Inc.`. ##### Fixed - Fixes an issue in Full or Modal in-app messages where the header text would be duplicated in place of the body text under certain conditions.
4.6.0
27 weeks ago
This release requires Xcode `14.x`. #### Breaking - Drops support for iOS 9 and iOS 10. - Removes support for the outdated `.framework` assets when importing via Carthage in favor of the modern `.xcframework` assets. - Use the command `carthage update --use-xcframeworks` to import the appropriate Braze asset. - Removes support for `appboy_ios_sdk_full.json` in favor of using `appboy_ios_sdk.json` by including these lines in your `Cartfile`: ``` binary "https://raw.githubusercontent.com/Appboy/appboy-ios-sdk/master/appboy_ios_sdk.json" github "SDWebImage/SDWebImage" ``` ##### Fixed - Improves resilience when triggering in-app messages with date property filters. ##### Added - Adds a new option `ABKReenqueueInAppMessage` to enum `ABKInAppMessageDisplayChoice`. - Return this option in `beforeInAppMessageDisplayed:` of an `ABKInAppMessageControllerDelegate` to ensure that an in-app message is not displayed and becomes eligible to trigger again. - This option will reset any trigger times and re-eligibility rules as if it was never triggered. It will not add the message to the in-app message stack.
4.5.4
1 year ago
##### Fixed - Improves reliability of custom event property type validation. - Fixes an issue where the status bar would not restore to its original state after a full in-app message was dismissed.
4.5.3
1 year ago
##### Fixed - Fixes a crash that occurs when receiving custom event properties of numeric types under certain conditions. - Fixes UI responsiveness warnings when requesting location authorization status.
4.5.2
1 year ago
##### Fixed - Improves reliability when validating trigger properties. - Improves the `NSURLSessionConfiguration` disk and memory cache capacities for file downloads. This change enables larger file downloads to be cached if needed.
4.5.1
1 year ago
##### Fixed - Improves eligibility checks around the minimum trigger timeout for in-app messages by now checking at _trigger time_ in addition to _display time_. - Fixes an issue where purchases would not trigger certain templated in-app messages. ##### Added - Adds the delegate method `noMatchingTriggerForEvent:name:` to `ABKInAppMessageControllerDelegate`, which is called if no Braze in-app message was triggered for a given event.
4.5.0
1 year ago
##### Added - Adds support for Content Cards to evaluate Retry-After headers.
4.4.4
1 year ago
##### Fixed - Calling `appboyBridge.closeMessage()` or `brazeBridge.closeMessage()` from an HTML in-app message now correctly triggers `ABKInAppMessageUIDelegate.onInAppMessageDismissed:` when implemented. - Fixes an issue in `4.4.3` where the tvOS SDK incorrectly referenced an older SDK version.
4.4.3
2 years ago
##### Fixed - Fixes an issue introduced in `4.4.0` which prevented custom events or purchases with an empty dictionary of properties from being logged. - Improves handling of `ABKInAppMessageWindow`'s dismissal to promptly remove it from the view hierarchy. - Fixes the position of the pinned indicator for _Captioned Image_ Content Cards when using the default UI. - Fixes an issue introduced in `4.3.2` and limited to users of `Appboy-tvOS-SDK`, which prevented custom events with properties or purchases with properties from being logged. ##### Added - Adds a `padding` property to `ABKCaptionedImageContentCardCell` to support modifying the default value.
4.4.2
2 years ago
##### Fixed - Fixes a bug for HTML in-app messages using the _HTML Upload with Preview_ option to improve the reliability of in-app message display. - Fixes a bug preventing integration via Swift Package Manager in specific contexts. - Fixes an issue in the default Content Cards UI where the empty feed label was truncated if it was too large for the screen, for example due to accessibility or localization. - Fixes an issue where Slideup in-app messages would be automatically dismissed after multiple interaction with the app's main window. ##### Changed - If `changeUser:sdkAuthSignature:` is called with the current user's ID, but with a new and valid SDK Authentication signature, the new signature will be used. - Improves push tracking accuracy for apps making use of `UISceneDelegate` (UIKit) or `Scene` (SwiftUI).
iOS
Appboy/appboy-segment-ios 4.6.1
Braze's side-by-side iOS SDK integration with Segment.IO
⭐️ 19
🕓 1 year 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.
4.6.1
1 year ago
**Note:** This version does not include Carthage support. We are revisiting our Carthage approach and will reintroduce it in an upcoming version. #### Changed - Updated to [Braze iOS SDK 4.5.4+](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#454).
1 year ago
**Note:** This version does not include Carthage support. We are revisiting our Carthage approach and will reintroduce it in an upcoming version. #### Breaking - Updated to [Braze iOS SDK 4.5.1+](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#451). #### Fixed - Fixed a bug where birthdays were not being logged properly from `identify` calls. #### Added - Adds `Other`, `Unknown`, `Not Applicable`, and `Prefer Not to Say` options for user gender.
2 years ago
**Note:** This version does not include Carthage support. We are revisiting our Carthage approach and will reintroduce it in an upcoming version. #### Breaking - Updated to [Braze iOS SDK 4.4.1+](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#441).
2 years ago
**Note:** This version does not include Carthage support. We are revisiting our Carthage approach and will reintroduce it in an upcoming version. #### Breaking - Renames SPM packages to `AppboySegment` and `AppboySegmentCore` from `Full-SDK` and `Core`. - In order to migrate, update the package and change import statements to `import AppboySegment` or `import AppboySegmentCore`.
2 years ago
**Note:** This version does not include Carthage support. We are revisiting our Carthage approach and will reintroduce it in an upcoming version. #### Breaking - Updated to [Braze tvOS SDK 4.3.x](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#430). - A `track` call with event name `Completed Order` will now be treated as a purchase event for backwards compatibility with Segment eCommerce v1 API.
2 years ago
**Note:** This version does not include Carthage support. We are revisiting our Carthage approach and will reintroduce it in an upcoming version. #### Breaking - Updated to [Braze iOS SDK 4.3.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#430).
2 years ago
**Note:** This version does not include Carthage support. We are revisiting our Carthage approach and will reintroduce it in an upcoming version. #### Breaking - Updated to [Braze iOS SDK 4.1.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#410). #### Added - Adds support for tvOS when using CocoaPods. For tvOS, add the following lines to your Podfile target: ``` pod 'Segment-Appboy/tvOS' pod 'Analytics' ``` And add the functionality to your `AppDelegate.m`: ``` SEGAnalyticsConfiguration *config = [SEGAnalyticsConfiguration configurationWithWriteKey:@"<segment key here>"]; [config use:[SEGAppboyIntegrationFactory instance]]; [[SEGAppboyIntegrationFactory instance] saveLaunchOptions:launchOptions]; [SEGAnalytics setupWithConfiguration:config]; ```
3 years ago
#### Breaking - Updated to [Braze iOS SDK 4.0.1](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#401).
3 years ago
#### Fixed - Fixes an issue with Swift Package Manager which caused errors at compile time.
3 years ago
#### Breaking - Updated to [Braze iOS SDK 3.31.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#3310). #### Added - Adds initial support for Swift Package Manager. - Two new packages were added: - `Full-SDK`, which contains the full SDK (including UI elements) and corresponds to the `Full-SDK` pod. - `Core`, which contains the core Braze functionality and corresponds to the `Core` pod. - Note that tvOS support is not available via Swift Package Manager for this release. - To add the package to your project follow these steps: - Select `File > Swift Packages > Add Package Dependency`. - In the search bar, enter https://github.com/Appboy/segment-ios. - Select `Full-SDK` or `Core`, depending on your use case. - In your app's target, under `Build Settings > Other Linker Flags`, add the `-ObjC` linker flag. - In the Xcode menu, click `Product > Scheme > Edit Scheme...` - Click the expand ▶️ next to `Build` and select `Post-actions`. Press `+` and select `New Run Script Action`. - In the dropdown next to `Provide build settings from`, select your app's target. - Copy this script into the open field: ``` bash "$BUILT_PRODUCTS_DIR/Appboy_iOS_SDK_AppboyKit.bundle/Appboy.bundle/appboy-spm-cleanup.sh" ``` - Note that when importing the `Full-SDK`, you need to use an underscore (`import Full_SDK`).
iOS

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