v1.1.0 - Push notification support - beta v1
Pre-release
Pre-release
See https://www.ably.io/documentation/realtime/push for details on how to use Ably's native push notifications.
Installation
- Clone the
push
branch:git clone -b push git@github.com:ably/ably-java.git
- Follow the build instructions to get either an Android AAR or a Java JAR.
- Link the generated archive file into your project.
- 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'