https://github.com/clevertap/clevertap-android-instant-app-example
An example Android Instant App integrating CleverTap
https://github.com/clevertap/clevertap-android-instant-app-example
Last synced: about 1 year ago
JSON representation
An example Android Instant App integrating CleverTap
- Host: GitHub
- URL: https://github.com/clevertap/clevertap-android-instant-app-example
- Owner: CleverTap
- Created: 2017-05-18T21:37:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T22:40:48.000Z (about 9 years ago)
- Last Synced: 2025-07-10T06:57:25.348Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Instant Apps - CleverTap Integration Example
A simple example showing how to integrate CleverTap into an Android Instant App. [Learn more about Android Instant Apps here](https://developer.android.com/topic/instant-apps/index.html).
To get started add `com.example.myfirstinstantapp` to a [Firebase](ihttps://console.firebase.google.com) project, download the project's google-services.json file and put it in the `app/` directory of this example.
Notes:
- To run the project you will need [Android Studio 3.0](https://developer.android.com/studio/preview/index.html) and a device or emulator running Android 6.0 (API level 23)+.
- Instant Apps do not support push notifications (but the installed version does).
For more information about CleverTap check out our [website](https://clevertap.com "CleverTap") and [documentation](http://support.clevertap.com "CleverTap Technical Documentation").