-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing Xamarin Bindings version 1.4
- Loading branch information
Showing
117 changed files
with
3,806 additions
and
1,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,41 @@ | ||
## 1.4 | ||
|
||
##### Changed | ||
- Updated the iOS binding to use Appboy SDK version 2.29.0. | ||
- Updated the Android binding to use Appboy SDK version 2.0.0. | ||
|
||
## 1.3 | ||
- Updates the iOS binding to use Appboy SDK version 2.24.2. | ||
- Updates the Android binding to use Appboy SDK version 1.15.3. | ||
- **Update Required** — Updates iOS push handling in the AppboyProject sample project to be compatible with iOS 10. For more information, refer to the CHANGELOG for [Appboy iOS SDK v2.24.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#2240). | ||
- Removes `AppboyBroadcastReceiver.cs` from the AppboyProject sample project, as Appboy Android SDK v1.15.0 removes the need for a custom `AppboyBroadcastReceiver` for Appboy push notifications. | ||
- Updates the AppboyProject sample project to integrate session handling and in-app message manager registration using an [AppboyLifecycleCallbackListener](https://github.com/Appboy/appboy-android-sdk/blob/master/android-sdk-ui/src/com/appboy/AppboyLifecycleCallbackListener.java), as introduced in Appboy Android SDK v1.15.0. | ||
|
||
##### Breaking | ||
- **Update Required** — Updated iOS push handling in the AppboyProject sample project to be compatible with iOS 10. For more information, refer to the CHANGELOG for [Appboy iOS SDK v2.24.0](https://github.com/Appboy/appboy-ios-sdk/blob/master/CHANGELOG.md#2240). | ||
|
||
##### Changed | ||
- Updated the iOS binding to use Appboy SDK version 2.24.2. | ||
- Updated the Android binding to use Appboy SDK version 1.15.3. | ||
- Updated the AppboyProject sample project to integrate session handling and in-app message manager registration using an [AppboyLifecycleCallbackListener](https://github.com/Appboy/appboy-android-sdk/blob/master/android-sdk-ui/src/com/appboy/AppboyLifecycleCallbackListener.java), as introduced in Appboy Android SDK v1.15.0. | ||
|
||
##### Removed | ||
- Removed `AppboyBroadcastReceiver.cs` from the AppboyProject sample project, as Appboy Android SDK v1.15.0 removes the need for a custom `AppboyBroadcastReceiver` for Appboy push notifications. | ||
|
||
## 1.2 | ||
- Updates the iOS binding to use Appboy SDK version 2.17.1. | ||
- Updates the Android binding to use Appboy SDK version 1.11.0. | ||
|
||
##### Changed | ||
- Updated the iOS binding to use Appboy SDK version 2.17.1. | ||
- Updated the Android binding to use Appboy SDK version 1.11.0. | ||
|
||
## 1.1 | ||
- Updates the iOS binding to use Appboy SDK version 2.12.0. | ||
- Updates the Android binding to use Appboy SDK version 1.8.0. | ||
- Adds a Xamarin Forms sample application with News Feed integrations. | ||
- Adds AppboyXamarinFormsFeedFragment that inherits from Android.App.Fragment to be compatible with Xamarin Forms. | ||
|
||
##### Added | ||
- Added a Xamarin Forms sample application with News Feed integrations. | ||
- Added AppboyXamarinFormsFeedFragment that inherits from Android.App.Fragment to be compatible with Xamarin Forms. | ||
|
||
##### Changed | ||
- Updated the iOS binding to use Appboy SDK version 2.12.0. | ||
- Updated the Android binding to use Appboy SDK version 1.8.0. | ||
|
||
## 1.0 | ||
- Adds support for all standard API and UI functionality in the Android SDK and iOS SDKs. | ||
|
||
##### Added | ||
- Added support for all standard API and UI functionality in the Android SDK and iOS SDKs. | ||
- iOS functionality not included in this release: IDFA collection, custom Slideup viewControllers, social data collection. | ||
- Please contact support@appboy.com for more information about these features and the timeline for their inclusion. |
Oops, something went wrong.