Idea

My Game Studio avatar image
My Game Studio suggested

Non-mobile Push notification

Hello,

I'd like to suggest a non-mobile push using a external API. Idea would be something along the following:

Admin API
configurePushURL(string restfulAPI);

You could then submit push notifications that will result in restful API calls to the url provided. This could use a predefined API or allow for arguments to build up the url and parameters being submitted.

The possibilities with this and cloudscript are endless and one of the features that come to mind instantly is private message without constant polling against playfab to find new messages.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

2 Comments

·
My Game Studio avatar image
My Game Studio commented

After considering this a bit more it seems a bit pointless.  It does not conform to normal Push standards for other devices and is being used more of a proxy - The better solution would be to use cloudscript to make http.requests to the API I want, hopefully without violating cpu processing time limit.

 

 

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

brendan avatar image
brendan commented

That sounds like a good solution. And I wouldn't worry about sending a few http requests to other players in the current player's session. It's hard to imagine that would go over the CPU limit. Still, always best to be safe and use a try/catch, just in case!

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write a Comment

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.

Related Ideas