Issue Type: Bug Bug
Affects Versions: 0.8.1
Assignee: Unassigned
Components: examples
Created: 31/Oct/13 10:27 AM
Description:

Following the instructions here [1], I am asked to update the App's Manifest to "add the necessary permissions to enable our app to receive messages:"

When running the example I get the following error:

"java.lang.ClassCastException: android.app.Application cannot be cast to org.jboss.support.example.pushApplication.PushApplication"

This is because the step to include the following bit of XML is missing.

<application
....
     android:name=".PushApplication">
...
<activitiy ...

Can this be added to the instructions please as it may not be clear to beginners.

[1] http://aerogear.org/docs/guides/aerogear-push-android/android-app/

Project: AeroGear Push
Priority: Major Major
Reporter: Mustafa Musaji
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira