Skip to content

v1.1.0 - Push notification support - beta v1

Pre-release
Pre-release
Compare
Choose a tag to compare

See https://www.ably.io/documentation/realtime/push for details on how to use Ably's native push notifications.

Installation

  1. Clone the push branch: git clone -b push git@github.com:ably/ably-java.git
  2. Follow the build instructions to get either an Android AAR or a Java JAR.
  3. Link the generated archive file into your project.
  4. If you're using Android, the generated AAR won't include Ably's dependencies. You should add this to your own build.gradle files:
apply from: '/path/to/your/clone/of/ably-java/dependencies.gradle'
apply from: '/path/to/your/clone/of/ably-java/android/dependencies.gradle'