Skip to content

enginseer-dev/Pushwoosh-quickstart-Android

Repository files navigation

  1. Add your sender ID to the app/res/values/strings.xml:
<string name="fcm_sender_id">YOUR_SENDER_ID</string>
  1. Add your application code to the app/manifests/AndroidManifest.xml
<meta-data android:name="com.pushwoosh.appid" android:value="YOUR_APP_CODE" />
  1. Add your google-services.json to the app/ folder

About

Basic Android sample with integrated Pushwoosh plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages