Issue Type: Feature Request Feature Request
Assignee: Unassigned
Created: 02/Jul/13 2:59 PM
Description:

I noticed that the ctor, currently, takes the entire URL of the "registration" endpoint:
https://github.com/secondsun/PushEEDemo/blob/master/src/com/example/pusheedemo/MainApplication.java#L23

That's ok, for now. but I think that ideally the application specific part (here "/rest/registry/device") should not be exposed. It could be changed, by PushEE.

In the iOS SDK, we only "require" the URL + the name of the servlet context.

For instance:
https://github.com/aerogear/aerogear-push-ios-registration/blob/master/push-sdkTests/AGDeviceRegistrationSpec.m#L47
(from a "mocked" test)

So the SDK internally appends the "rest/registry/device":
https://github.com/aerogear/aerogear-push-ios-registration/blob/master/push-sdk/AGDeviceRegistration.m#L71

Fix Versions: 1.2.0
Project: AeroGear Android
Priority: Major Major
Reporter: Matthias Wessendorf
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