Skip to content
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

Merged
merged 1 commit into from
Sep 14, 2018
Merged

Adds sample app #2

merged 1 commit into from
Sep 14, 2018

Conversation

ecgreb
Copy link

@ecgreb ecgreb commented Sep 13, 2018

Adds a sample app module to the repo with MParticle & Button Kit integration that can be used for testing and documentation.

@najmsheikh najmsheikh changed the title [WIP] Adds sample app Adds sample app Sep 13, 2018
@najmsheikh najmsheikh requested a review from Jon6193 September 13, 2018 19:42
@najmsheikh
Copy link

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.


<application
android:name=".SampleApplication"
android:allowBackup="true"
Copy link
Author

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).
Copy link
Author

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>
Copy link
Author

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).
Copy link
Author

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!

@ecgreb
Copy link
Author

ecgreb commented Sep 14, 2018

LGTM

@najmsheikh najmsheikh merged commit eab5e1e into master Sep 14, 2018
@najmsheikh najmsheikh deleted the chuck/sample branch September 14, 2018 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants