Anyone? I went to the sender API tab on the variants screen and copied the CURL UPS Rest command and ran it.
curl -u "48f23d56-75a5-4a7f-a097-a62404e5a6e0:221a9e9f-a040-4111-96b1-1d1983576f56" \ -v -H "Accept: application/json" -H "Content-type: application/json" \ -X POST -d \ '{ "message": { "alert": "Hello from the curl HTTP Sender!", "sound": "default" } }' \ https://www.dealerrewards.com:8986/ag-push/rest/senderNote: Unnecessary use of -X or --request, POST is already inferred.
Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 |
|
This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. |
I am using java client 1.1.0-final with UPS 1.1.1-final.
I don't mean to be a constant thorn but I just keep running into these issues and never can find any solution to them.
I have everything compiled and running. I have created an application within UPS with an android variant. I have my mobile app installed on my android phone. I can successfully send a notification using the UPS admin console to my app. The last part of the puzzle is to get the UPS java client working so I can integrate my server with UPS. I have written a small test program to test it but I receive the following error:
Aug 17, 2016 8:17:10 AM org.jboss.aerogear.unifiedpush.DefaultPushSender submitPayload
SEVERE: The Unified Push Server returned status code: 400
Why am I receiving this error?
There is no indication in the Wildfly logs that it even handled the connection or why it rejected it. Here is the code:
String notifyURL = "https://www.dealerrewards.com:8080/ag-push";
String appId = "3c726feb-52ce-52ce-52ce-f08e9993c715";
String appSecret = "11ba55f6-52ce-52ce-52ce-06a9672db6ae";
PushSender defaultPushSender = DefaultPushSender.withRootServerURL( notifyURL )
.pushApplicationId( appId )
.masterSecret( appSecret )
.build();
UnifiedMessage unifiedMessage = UnifiedMessage.withMessage()
.alert("test")
.criteria().aliases("mike")
.build();
defaultPushSender.send( unifiedMessage, new MessageResponseCallback( )
{
@Override
public void onComplete( )
{
// TODO Auto-generated method stub
}
} );
Christopher Fahey
DealerRewards, Inc.
Maryland Branch Office
(410) 924-3185
This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone.
DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website.
On 8/16/2016 8:09 PM, Matthias Wessendorf wrote:
Their dependency is declared here:
Note, that master branch onf the java-client is requiring 1.2.0- version of the UPS,
while the 1.1.0 version of the java-client is supposed to work w/ UPS 1.1.x
On Wed, Aug 17, 2016 at 12:16 AM, Daniel Passos <dpassos@redhat.com> wrote:
Hi Christopher,Those files are in aerogear-unifiedpush-server repo
On Tue, Aug 16, 2016 at 5:58 PM, Christopher Fahey <chris@dealerrewards.net> wrote:
Speaking of other things, can anyone tell me where I can find the following branch files:
org.jboss.aerogear.unifiedpush
.message.apns.* org.jboss.aerogear.unifiedpush
.message.windows.* The files are not in the git repository.
Christopher Fahey
DealerRewards, Inc.
Maryland Branch Office
(410) 924-3185
This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone.
DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website.
_______________________________________________
Aerogear-users mailing list
Aerogear-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-users
--
-- Passos
_______________________________________________
Aerogear-users mailing list
Aerogear-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear- users
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
_______________________________________________ Aerogear-users mailing list Aerogear-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/aerogear-users
_______________________________________________ Aerogear-users mailing list Aerogear-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/aerogear-users