Questions tagged [pushbots]

32 questions
7
votes
2 answers

NoClassDefFoundError: android.support.v4.app when sending push?

Im using PushBots to manage my push notifications for my app, I have been using this amazing platform for lots of apps and its the first time I have a problem like this. Sometimes, when I launch the app, I get this error, but always when receiving a…
5
votes
0 answers

Overriding push notification in BroadcastReceiver (PushBots)?

migrating from Parse I got stuck by not being able to override PushBots notification creation code like I used to do with getNotification function in ParsePushBroadcastReceiver. My project needs multiline and separate push notifications, but…
2
votes
1 answer

Setting the "smallIcon" for Android

I am using PushBots to send push notifications to my Android App. Through the payload, I am able to set the largeIcon bitmap and change the title etc however I am unsure on how to change the notification icon (or smallIcon) that appears in the…
2
votes
0 answers

iOS Pushbots not working

Today I published my first app to the iOS App Store (hooray!). When I tested the app, push notifications worked perfectly fine (using pushbots). But after downloading the app from the App Store, I did not receive any push notifications anymore. I'm…
Daan
  • 578
  • 7
  • 21
1
vote
0 answers

pushbot notifications are not receivable on registered device

I am trying to send notifications to user using pushbot. my device is registered successfully with the alias name. I have created a web service which is running well and sending the notifications to the dashboard(history and insights) but I am…
Madhura
  • 23
  • 1
  • 9
1
vote
0 answers

iOS Cordova PushBots Registers a device but no alerts are pushed

I think I have everything up and running, I've registered with PushBots, I've created my App.. I've Created my p12 and uploaded it to the app, I've created my provisioning certificate and added it to xcode. I've added the initialisation code to my…
Kingspod
  • 39
  • 3
1
vote
2 answers

How to set default smallIcon and largeIcon in an Android notification received?

I'm actually using PushBots to implement GCM notifications for my application. They give me the option, when I create the notification, to use a specific field where I can set the largeIcon for my push. If I use that, I get something like…
David Corral
  • 4,085
  • 3
  • 26
  • 34
0
votes
0 answers

How to get automatically every 5 mins once push notification from pushbots?

Am create cordova app in that am using pushbot plugin. now i send any push message from pushbot means that message as come to my phone. but i need How to get 5mins once push notification from pushbots automatically? Simply i want every 5mins once…
Prem B
  • 71
  • 1
  • 3
0
votes
0 answers

How do I remove pushbots notifications while user is in the app?

I am using pushbots with an android app. I have a custom broadcast receiver that handles notifications in the app. However, when I exit the app, all of the notifications are still there. How can I clear these notifications? I have tried the…
0
votes
1 answer

Is there a way to send free unlimited push notifications via FCM?

Presently I am using Pushbots to send notification to all my Android subscribers. However, to send unlimited messages I have to pay 500 USD/month. My app is build in Cordova. Please let me know if there is another way to do the same. Thanks in…
0
votes
1 answer

Pushbots handle notification while Phonegap app is open

I have a PhoneGap app, that I've set up Pushbots with (in the onDeviceReady event). The notification:clicked event is working correctly if the application was not running in the background, but if the app is running and it's in use, and the user…
Laureant
  • 979
  • 3
  • 18
  • 47
0
votes
1 answer

Handle pushbots notification clicked in angularjs controller in PhoneGap app

I've set up Pushbots to work with my PhoneGap app, but since the setup and initiation of Pushbots is happening in the index.js file, i am not able to call any methods inside my main angularjs controller. Whenever the user clicks on a notification i…
Laureant
  • 979
  • 3
  • 18
  • 47
0
votes
1 answer

iOS: Push notifications with push bot

I have created all required certificates for push notification and in back end push bot is used. i get push notification from push bot but following method is not get called. - (void)application:(UIApplication *)application…
Bhagyashree mahajan
  • 531
  • 1
  • 6
  • 14
0
votes
2 answers

Sending PushBots notifications directly from the server

I am new to Android Development I have an app where people sell stuff and others buy it.. I want to notify buyers when someone put a new item for sale. for that I used PushBots notifications, but the only way I can send notifications to users are by…
Ken
  • 295
  • 1
  • 6
  • 18
0
votes
2 answers

How to disable push notification from pushbots

I'm trying to let the user enable/disable if they want to receive notifications or not. I managed to implement a checkbox for notification and to create a preference class. This is the my preferences class import…
K3v
  • 71
  • 7
1
2 3