-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds sample app #2
Conversation
This would be a good opportunity for someone who has not been working on mParticle related tasks to try and deploy, edit, and test the project. |
sample/src/main/AndroidManifest.xml
Outdated
|
||
<application | ||
android:name=".SampleApplication" | ||
android:allowBackup="true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's switch to false
so uninstalling actually clears data 😂
sample/README.md
Outdated
@@ -34,4 +34,5 @@ If you recently issued new credentials, try re-installing the sample app as the | |||
Confirm the following: | |||
1. The proper package name (e.g. `com.example.buttonkit`) is shown in the mParticle Dashboard. | |||
2. There exists an input (the sample/test app) and an output (Button integration from mParticle marketplace) and that it is active. | |||
3. The Button integration is configured properly with a valid [Application ID](https://app.usebutton.com/account/login/?next=/settings/organization) | |||
3. The Button integration is configured properly with a valid [Application ID](https://app.usebutton.com/account/login/?next=/settings/organization). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we specify where the Button App id is configured (i.e. mParticle dashboard)
@@ -0,0 +1,7 @@ | |||
<resources> | |||
<string name="app_name">ButtonKit Sample</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's shorten sample app name to just "ButtonKit" so it doesn't truncate in the launcher app :)
sample/README.md
Outdated
1. The proper package name (e.g. `com.example.buttonkit`) is shown in the mParticle Dashboard. | ||
2. There exists an input (the sample/test app) and an output (Button integration from mParticle marketplace) and that it is active. | ||
3. The Button integration is configured properly with a valid [Application ID](https://app.usebutton.com/account/login/?next=/settings/organization). | ||
4. You are not behind a proxy (e.g. Charles Proxy). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding this - it definitely got me on the first try!
LGTM |
82fa346
to
572f83a
Compare
Adds a sample app module to the repo with MParticle & Button Kit integration that can be used for testing and documentation.