Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Jean-Pierre Brits
148
Views
16
Comments
Solved
PushWoosh
Question
Notifications
Hi guys.
Im trying to send a notification to a user that is on OutSystemsNow via the pushnotification function. I dont receive an error bt the badge attribute if entered the value 1. I'm not sure what this attribute is for?
Any help would be appreciated.
Thanks
Ruben Goncalves
Solution
At the moment you have
How to customize OutSystems Now for iOS
, android is on the way. In the meantime for android check
OutSystems Now Website
.
See solution in context
Ruben Goncalves
Hi Jean,
Can you clarify:
Do you get an error?
Does the user receives the notification?
Regarding the parameter
badge
, it is for the developer to set the number to be displayed in the badge (iOS):
This means that the developer is responsible to set the correct number (meaning you should keep track of what number to send.
Let me know if this helps!
Cheers,
RG
1 reply
12 Jul 2016
Show thread
Hide thread
Stephen Yeo Jie Hui
Hi Rúben,
I was working with badges and I came across this post. Thought I would share what may be a better way to update the badge number.
Pushwoosh API's /createmessage takes in a field called ios_badges. This field can take in a +n or -n. Inside OutsystemsNowService, one can change the ios_badges Data Type to be "text" to make use of this functionality.
Rúben Gonçalves
wrote:
Hi Jean,
Can you clarify:
Do you get an error?
Does the user receives the notification?
Regarding the parameter
badge
, it is for the developer to set the number to be displayed in the badge (iOS):
This means that the developer is responsible to set the correct number (meaning you should keep track of what number to send.
Let me know if this helps!
Cheers,
RG
Screen Shot 2016-07-12 at 10.38.10 AM.png
Jean-Pierre Brits
Ruben. Neither. No error nor does the user receive a message. If the user is logged on to the app via outsystems now and I then user the same user ID. Is it supposed to work?
Ruben Goncalves
Check 3 things:
Error on service center
Pushwoosh console log
(login into your pushwoosh account)
Check for errors there
Check if the device is being associated to the user
Go to https://[your-environemt]/OutSystemsNowService tab User Device Logs
Additionally, are you customizing OutSystems Now or using it straight out of the store?
Jean-Pierre Brits
Straight. Could you send me any references on the customization please?
Will check the other areas.
Ruben Goncalves
Solution
At the moment you have
How to customize OutSystems Now for iOS
, android is on the way. In the meantime for android check
OutSystems Now Website
.
Jean-Pierre Brits
Ruben
Thanks for all your help so far. I've included OutSystemsNow in my application. I've not registered anywhere on PushWoosh. Is this required? Where can I find the
Pushwoosh console log?
Thanks
Jean-Pierre Brits
I've also noticed that the theme I'm using does not handle errors. I'm using Tokyo. Do you have any other suggestions for a theme?
1 reply
05 Apr 2016
Show thread
Hide thread
Ruben Goncalves
Jean-Pierre Brits
wrote:
I've also noticed that the theme I'm using does not handle errors. I'm using Tokyo. Do you have any other suggestions for a theme?
It's not the Tokyo Theme module that should have the error handling, but the template.
(e.g. your apps should start with cloning the template theme)
Ruben Goncalves
Hi Jean-Pierre,
Pushwoosh console log you can only use if you have an account for pushwoosh (forgot about this, sorry).
You need to at least a
developer account
. Then you need to set the site properties in module OutSystemsNowService.
Let me know if this helps you out.
Cheers,
RG
Jean-Pierre Brits
Ruben.
Thanks for the feedfback.
Some more questions
1. Is PW my only option in sending notifications? I merely want to have the phone vibrate for the first round. After that we can get complicated.
2. Do you have any more documentation / guidance in order to set PushWoosh up? It seems like one needs to configure each phone separately. AppleID, Google API Key (Andriod)
Thanks for your help so far.
Justin James
Â
MVP
You can use other services too... PushWhoosh just is very popular and relatively easy to use.
J.Ja
Benedict Cumbersome
> It seems like one needs to configure each phone separately. AppleID, Google API Key (Andriod)
Not device, but platform. Since Pushwoosh is an intermediary between you and Apple / Google / etc. notification gateways, you must configure all platforms accordingly, so that Pushwoosh can authorize at these gateways and send pushes on your behalf.
What is your issue exactly, anyways?
Jean-Pierre Brits
I think its the whole configuration of pushwoosh with out systems. Is there anyone that could help me maybe just looking at Andriod to start with?
I've got a PW account now, just need to configure it. On the PW side there is a google key. The've also provided me with a PW key. How does this key get in to OutSystems?
Thanks for your help so far.
1 reply
06 Apr 2016
Show thread
Hide thread
Benedict Cumbersome
Jean-Pierre Brits
wrote:
I've got a PW account now, just need to configure it. On the PW side there is a google key. The've also provided me with a PW key. How does this key get in to OutSystems?
Perhaps you should start with an SDK integration. To my knowledge, Pushwoosh is compatible with a great variety of frameworks out there: https://docs.pushwoosh.com/ Not sure which one you should use for Outsystems, though. Does anyone here has any insights on that?
When decide upon SDK, you should follow the corresponding guide, and specify the keys in your code accordingly.
Jean-Pierre Brits
Any help here would be appreciated ... thanks
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
 Loading...