Questions tagged as 'apple-push-notification'

0
answers

Push Notification ios with MoonAPNS failed to send

I have this server-side push notification (C #) system since 2013 and have never had a problem until now in January when users no longer receive the notifications. However, what I did was to generate 1 new certificate and added it to the service...
asked by 01.02.2018 / 13:02
0
answers

Obtaining an Apple Auth Key APN

I'm trying to use Apple's Push Notification system, but I can not get to the "Certificates, Identifiers & Profiles" page on their developer page, it just does not have that option there, it does not have menus or anything, just the page "Welcome...
asked by 21.07.2017 / 21:25
0
answers

PushSharp 4.0 - Namespace not recognized "PushBroker"

I have the following problem, I recently added the PushSharp 4.0 lib to my server to be able to send notifications to ios. However with the code I have, I'm getting the following error:    the type namespace name 'PushBroker' could...
asked by 23.09.2016 / 15:39
0
answers

How to get data in a web service when receiving a push notifications with application in idle state

I have an application that when I receive a push notification needs to connect to my web service to get relevant data for the user. When the application state is active or in the background it is able to make this connection, but if the appli...
asked by 21.07.2015 / 07:01
0
answers

How to host AeroGear?

How to host AeroGear, to create a push notification service. I already have a host for a small project, and I would like to know if someone has already used or uses AeroGear and can guide how I can host this service. Thank you.     
asked by 13.11.2014 / 17:22
1
answer

How to implement APNS server using EasyAPNS?

I'm trying to use EasyAPNS in a project for iOS 8. But because the project is old and there are no updates to it, I'm having problems. More specifically, regarding the server, which although correctly configured according to Raphael Caixeta's...
asked by 11.11.2014 / 00:11
1
answer

How to build a simple APNS server with PHP?

I'm creating a small notification firing service. I made this code, to make several shots of pushs, where devicetokens comes from a server.  But I'm encountering the following problem: When I directly assign a token in the $deviceToken...
asked by 15.11.2014 / 03:27