|
Using the direct REST request to create a Push Application, I get a 201 Created response with body:
{
id: "8164c48c-6391-42c0-ac35-f3936f0fed8f"
name: "97c2d720-6044-4aee-9e2c-23e41e182455"
description: "ccbcfbc3-f96a-4247-9a37-0806bc945025"
pushApplicationID: "bcec44b2-604e-4806-b969-dfe06ebeef94"
masterSecret: "46ee1cc5-ab43-45d4-91bf-9ceb2b721d81"
developer: null
androidVariants: [0]
simplePushVariants: [0]
chromePackagedAppVariants: [0]
iosvariants: [0]
}
but the application doesn't show up in the GET request or in the admin UI. Also, when I do a GET request, I can't see the applications registered in the admin UI, all I get is an empty json array.
|