Xamarin
Getting Started
Accengage SDK allows you to track the execution and display of In-App and to handle Push notifications of your application.
This Xamarin documentation explains the various methods available and how to use them.
In order to understand more deeply the features of the SDK, please refer also to the native iOS and Android documentations.
Plugin Version 1.2.0:
- Android SDK version 3.8.0
- iOS SDK version 6.3.0
Note that all Accengage repos have moved to Airship’s github organization. A redirection on the new links has been set. So, you can continue to use the Accengage links but we encourage you to modify your configuration to use the Airship link instead.
If you notice something wrong, do not hesitate to contact our customer support team.
Geofencing
iOS
To enable geofencing and beacon services, call the following methods:
AccengageIOS.BMA4SLocationServices.SetGeofenceServiceEnabled(true)
AccengageIOS.BMA4SLocationServices.SetBeaconServiceEnabled(true)