Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 848 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 848 Bytes

Pushwoosh Android SDK

Pushwoosh.aar - compiled version of Pushwoosh Android SDK. Includes all necessary AndroidManifest.xml changes required for receiving Amazon and GCM push notifications.

Maven integration:

<dependency>
	<groupId>com.pushwoosh</groupId>
	<artifactId>pushwoosh</artifactId>
	<version>4.8.1</version>
</dependency>

Gradle integration:

compile 'com.pushwoosh:pushwoosh:4.8.1'

The guide for SDK integration is available on Pushwoosh website:
http://docs.pushwoosh.com/docs/android-sdk-fragments

Documentation: https://github.com/Pushwoosh/pushwoosh-android-sdk/tree/master/Documentation

Samples: https://github.com/Pushwoosh/pushwoosh-android-sdk/tree/master/Samples

Pushwoosh team http://www.pushwoosh.com