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

Update README for latest Android changes #2

Merged
merged 1 commit into from
May 1, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,29 @@ appboy-android-sdk

This is the public repo for the Appboy Android SDK.

## Private Beta
Welcome to our private beta.
## Android Testing Environment
Full support for Android is currently running off Appboy's staging environment, which can be accessed http://sweeney.appboy.com.
We're making daily changes to this branch but will have a stable environment the week ending 4/29/13. We will migrate accounts to our production environment.

Integration instructions are available at http://appboy.github.com/appboy-android-sdk/
**GETTING STARTED**:

1. Go to http://sweeney.appboy.com and create an account
2. Add a new App Group by clicking the + sign in the left column
3. If you're app is released, use the Play Store search to add it to the Group. If not, just type the name and add your app.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your

4. Follow integration instructions available at http://appboy.github.com/appboy-android-sdk/
5. Target our staging environment in your app's manifest as a child of the application element.

```java
<meta-data android:name="com.appboy.SERVER_TARGET" android:value="staging" />
```

Please *DO NOT* submit apps including the beta SDK to the Google Play Store (or other app stores).

### Supported OS Versions
Android 2.2+ (Froyo and up).

### Features
* Session Data - unique users, sessions, session length
* Device Data - device type and Android version
* User Feedback - we've developed an API and a customizable UI for collecting user feedback within your app

We're working towards full feature parity with our iOS SDK, the feature set for iOS can be found on our [homepage](http://appboy.com/products).
We currently have full feature parity with our iOS V2 SDK.

### Feedback & Support
For feedback and any support questions, please email android-beta@appboy.com