Skip to content

Commit

Permalink
Updating Xamarin plugins for version 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radixdev committed Oct 24, 2022
1 parent fae594a commit 35fa55b
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.26.0

##### Breaking
- Updated the Android binding to use [Braze Android SDK 23.3.0](https://github.com/Appboy/appboy-android-sdk/blob/master/CHANGELOG.md#2330).

## 1.25.0

##### Breaking
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Successful marketing automation is essential to the future of your mobile app. B

- [Braze User Guide](https://www.braze.com/docs/user_guide/introduction/ "Braze User Guide")
- [Braze Developer Guide](https://www.braze.com/docs/developer_guide/home/ "Braze Developer Guide")
- [Android JavaDocs](http://appboy.github.io/appboy-android-sdk/javadocs/ "Braze Android SDK Class Documentation")
- [Android Class Documentation](https://appboy.github.io/appboy-android-sdk/kdoc "Braze Android SDK Class Documentation")
- [iOS Full Class Documentation](http://appboy.github.io/appboy-ios-sdk/docs/annotated.html "Braze iOS SDK Class Documentation")
- [iOS Xamarin Bindings Nuget Package](https://www.nuget.org/packages/AppboyPlatformXamariniOSBinding/ "iOS Xamarin Bindings Nuget Package")
- [Android Xamarin Bindings Nuget Package](https://www.nuget.org/packages/AppboyPlatform.AndroidBinding/ "Android Xamarin Bindings Nuget Package")
Expand Down
Binary file modified appboy-component/lib/android/AppboyPlatform.AndroidBinding.dll
Binary file not shown.
Binary file modified appboy-component/lib/android/AppboyPlatform.AndroidBinding.pdb
Binary file not shown.
Binary file modified appboy-component/lib/android/AppboyPlatform.AndroidCore.dll
Binary file not shown.
Binary file modified appboy-component/lib/android/AppboyPlatform.AndroidCore.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AppboyPlatform.AndroidBinding</id>
<version>1.25.0</version>
<version>1.26.0</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/Appboy/appboy-xamarin-bindings</projectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AppboyPlatformXamariniOSBinding</id>
<version>1.25.0</version>
<version>1.26.0</version>
<authors>Braze</authors>
<owners>Braze</owners>
<projectUrl>https://github.com/Appboy/appboy-xamarin-bindings</projectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ public override void OnCreate()
void RegisterFirebasePush() {
try {
var token = FirebaseInstanceId.Instance.GetToken("901477453852", "FCM");
Braze.GetInstance(this).RegisterAppboyPushMessages (token);
Braze.GetInstance(this).RegisteredPushToken = token;
Console.WriteLine("Registered Firebase push token with Braze: " + token);
} catch (Exception e) {
Console.WriteLine("Caught exception registering for Firebase push: " + e);
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<TransformFile Include="Transforms\Metadata.xml" />
</ItemGroup>
<ItemGroup>
<LibraryProjectZip Include="Jars\android-sdk-base-21.0.0.aar" />
<LibraryProjectZip Include="Jars\android-sdk-base-23.3.0.aar" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<Import Project="..\..\..\samples\android\packages\Xamarin.Jetbrains.Annotations.23.0.0.4\build\monoandroid12.0\Xamarin.Jetbrains.Annotations.targets" Condition="Exists('..\..\..\samples\android\packages\Xamarin.Jetbrains.Annotations.23.0.0.4\build\monoandroid12.0\Xamarin.Jetbrains.Annotations.targets')" />
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<LibraryProjectZip Include="Jars\android-sdk-ui-21.0.0.aar" />
<LibraryProjectZip Include="Jars\android-sdk-ui-23.3.0.aar" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions appboy-component/src/android/Transforms/Metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<remove-node path="/api/package[@name='com.braze.ui.inappmessage.views']/class[@name='InAppMessageSlideupView']" />
<remove-node path="/api/package[@name='com.braze.ui.inappmessage.views']/class[@name='InAppMessageFullView']" />
<remove-node path="/api/package[@name='com.braze.ui.inappmessage']/class[@name='InAppMessageManagerBase']/method[@name='setCustomControlInAppMessageManagerListener']" />
<remove-node path="/api/package[@name='com.braze.ui.inappmessage.views']/class[@name='InAppMessageImageView']" />
</metadata>

0 comments on commit 35fa55b

Please sign in to comment.