Iphone doesnt send me push notification

i have iphone 4 and now ios 7.0.4
the problem occured first when i was using ios 7.0.3
i am receiving whatsapp messages only if i open whatsapp. I checked everything and wrote to the whatsapp support. they said to erase everything on the phone and dont use my backup so just install agan the whatsapp. it worked, but i wasnt happy as all my phoos emails files music apps everything gone just becuase of the erase. so i used my backup and now i have everything back but whatsapp still only send me push notification if i open it.
can you guys help me? it drives me crazy.

Try:
My IOS 7 Push notifications are not...: Apple Support Communities

Similar Messages

  • Can i use APNS certificates created by the "Apple push certificates portal" to send regular push notifications to my iphone app (not MDM related)?

    Can i use APNS certificates created by the "Apple push certificates portal" to send regular push notifications to my iphone app (not MDM related)?
    The push notifications are sent from servers of my customers and i don't want to give them my own push cert (with the private key)

    As KiltedTim mentioned you should be "good to go" in a couple weeks when IOS 8.0 is released to the public for your iPad.  Here's more info.  Scroll down to the "Send any kind of text message from any of your devices"  section:
    https://www.apple.com/ios/ios8/continuity/

  • I was on a free dictionary website and it asked me if it would like to send me push notifications and i allowed it but i don't want them anymore...how do i get rid of that? I'm using my macbook pro by the way

    I was on a free dictionary website and it asked me if it would like to send me push notifications and i allowed it but i don't want them anymore...how do i get rid of that? I'm using my macbook pro by the way

    Go to the site and look for an unsubscribe link. Or, contact the site and ask them to stop.

  • I wanted to send a push notification, unfortunately it does not work. The page will not load. Anyone know why?

    I wanted to send a push notification, unfortunately it does not work. The page will not load. Anyone know why?

    Push notifications, I believe, is only for iOS.
    If it is for iOS, take a look at Using Apple push notifications with Digital Publishing Suite | Adobe Developer Connection

  • Problem sending Apple Push Notification using Java and REST.

    Hello there,
    Am using the javapns library to send an Apple Push Notification through a REST based web service...
    Here are the steps that I have completed:
    iPhone Developer Program Portal (IDPP):
    (1) Created the App ID and APNS based SSL Certificate and Keys.
    (2) Created and installed the provisioning profile.
    (3) Installed the SSL Certificate and Key on the server.
    (4) Set up my iPhone app to register for remote notifications.
    XCode:
    Was able to obtain my device token when I built and deployed my app onto my device.
    As soon as my iPhone app deployed, the dialog came up on my iPhone indicating that my app would like to send push notifications and also asked for permission to allow them.
    When I invoked my web service, through my Log4J statements, I was able to see that my REST based web service was indeed invoked but I never received a push notification on my iPhone app!
    ApnsManager class:
    public class ApnsManager {
        /** APNs Server Host **/
        private static final String HOST = "gateway.sandbox.push.apple.com";
        /** APNs Port */
        private static final int PORT = 2195;
        public void sendNotification(String deviceToken)
        throws Exception {
           try {
               PayLoad payLoad = new PayLoad();
               payLoad.addAlert("My alert message");
               payLoad.addBadge(45);
               payLoad.addSound("default");
               PushNotificationManager pushManager =
                  PushNotificationManager.getInstance();
               pushManager.addDevice("iPhone", deviceToken);
               log.warn("Initializing connectiong with APNS...");
               // Connect to APNs
               pushManager.initializeConnection(HOST, PORT,
               "/etc/Certificates.p12", "password",
               SSLConnectionHelper.KEYSTORE_TYPE_PKCS12);
               Device client = pushManager.getDevice("iPhone");
               // Send Push
               log.warn("Sending push notification...");
               pushManager.sendNotification(client, payLoad);
               pushManager.stopConnection();
           catch (Exception e) {
               e.printStackTrace("Unable to send push ");
    RESTful Web Service:
    @Path(ApnService.URL)
    @Produces({ MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML })
    public class ApnService {
        public static final String URL = "/apns";
        @GET
        @Path("send")
        @Consumes({MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML})
        public String send() throws JSONException, IOException {
            String msg = "";
            try {
                log.debug("Inside ApnService.send() method.");
                log.debug("Sending notification to device");
                ApnManager.sendNotification("32b3bf28520b977ab8eec50b482
                25e14d07cd78 adb69949379609e40401d2d1de00000000738518e5c
                000000003850978c38509778000000000000000000398fe12800398f
                e2e0398fe1040000");
             } catch(Exception e ) {
                   e.printStackTrace();
                   msg = "fail";
             msg = "success";
             StringWriter sw = new StringWriter();
             JsonFactory f = new JsonFactory();
             JsonGenerator g = f.createJsonGenerator(sw);
             g.writeStartObject();
             g.writeStringField("status", msg);
             g.writeEndObject();
             g.close();
             return sw.toString();
    }Now, when I deploy my app to my app server and open up a rest client and type in:
    http: // localhost:8080/myapp/apns/send
    The rest client returns this:
    HTTP/1.1 200 OK
    The following log messages are outputted to my console:
    01:47:51,985 WARN  [ApnsManager] Initializing connectiong with APNS...
    01:47:52,318 WARN  [ApnsManager] Sending push notification... However, I don't receive the push notification on my app (residing on my iPhone)!
    Am really stumped at this point...
    What could I possibly be doing wrong? :(
    Is it a problem with the way I set up my RESTful web service (sorry I am a newbie to REST)?
    Would really appreciate it if someone could assist me with this...
    Thank you for taking the time to read this...

    Please show me where is answer for this..

  • How to send a push notification in smp

    Hi All,
        I am doing a sample with Push notification in SMP2.3, when i insert a record in database then it has to send a notification. form the work space when i send a notification it is coming.
    Now i want the notification when i insert a record then the server has to send the notification.
    Is it possible to do in SMP in Hybrid Application.
    Thanks & Regards,
    Vamsi.K

    Hi Jitendra Kansal,
    My Requirement is similar to this Push Notifications and end users.
    Here i am using SQL Server as Back-end and in the DCN i don't know where to pass "to" values, i want to send Push Notification on Hybrid web Container in Android device .
    please guide me how to pass the values ..
    Thanks,
    Vamsi K.

  • Find My Friends on iPhone 4s gives constant push notification message

    I replaced my iPhone 4 with an iPhone 4s last night.  I was using Find My Friends on both my iPhone 4 and my iPad before I changed phones.  After the phone update, the app still works fine on the iPad.  But when I log into the FMF app on  the iPhone 4s I get the following message over and over. 
    Connect to iTunes to Use
    Push Notifications
    "Find Friends" notifications may
    include alerts, sounds and icon
    badges.
    There is an OK button at the bottom of the message.  When I press it, the message goes away for no more than two seconds and then comes back.  Over and over and over. 
    I have deleted the app and reinstalled it several times and I've turned notifications on and off several times.  I connected to iTUnes like it said, but I can't see anything that I need to do to turn on Push notifications.
    Anybody else seeing this?
    Joe
    BTW, if it matters, none of my iOS devices are jailbroken.  The old phone was (completely legally) running the iOS5 GM from the developer program.

    After further research and testing, it is clear this is not an issue with FInd My Friends.  The issue is with the loss of Push Notifications.  It is happening in other apps as well.  There are lots of threads on the Push Notification issue.  None of them have any solution except to reinstall iOS5.
    Drag.

  • HT3576 Viber on Iphone 3GS - Issue with push notifications

    hi i installed viber on my iphone 3gs. the push notifications for viber are set to "on", yet when i start viber it continues to say that push notifications need to be switched on, n wont progress further. any solutions. deleting n reinstalling hasnt helped.

    Hi,
    This is a member of the Viber R&D Team!
    Please check the following link for more info. regarding this issue: http://helpme.viber.com/index.php?/Knowledgebase/Article/View/38/0/push-notifica tions-for-iphone---how-to-enable
    If you have any questions we'd be happy to assist.
    Thank you,
    Viber Team

  • Iphone 4 crashed = no push notifications.

    Basically, my iPhone crashed.
    After that, none of my push notifications would work. I get alerts for text messages but everything else won't work.
    It keeps telling me to sync the phone with iTunes in order to get the notifications to work but I've tried several times and nothing is changed!
    Please help, I'm getting so annoyed and I don't want to have to reset my phone

    Turning 3G network access off alone does not turn off internet access via the cellular network via EDGE or GPRS, whichever is available at the time with 3G access turned off.
    Turning Cellular Data off on the iPhone prevents internet access entirely via the cellular network.
    With wi-fi access on and the iPhone connected to an available wi-fi network while the iPhone is not connected to a power source, wi-fi access will be turned off when the iPhone is asleep to conserve battery. When waking the iPhone up, it will quickly reconnect to the wi-fi network. When the iPhone is connected to a power source while connected to a wi-fi network, it will remain connected to the wi-fi network while asleep.

  • IPhone 3GS not receiving push notifications, even all apps have sound badges and banner on...

    Hello,
    I had 5.0.1 on my 3GS and I thought that updating the device firmware will solve the problem so I updated the device to 6.1.3 and still the same problem.
    I manually installed the persistent connection stuff and still no push notifications...
    The problem is on all apps not one. Whatsapp and Facebook and a lot more.
    I checked the notifications settings in setting and they are all on with banners and badges.
    What should I do to get push notifications to work???

    same as me. my whatsapp also not working properly. if you got answer pls help me

  • YouTube Push Notification When a New Video

    Hello,
    Does someone know how can I make in my Xcode project that if a new video of a certian youtube channel comes up, the iPhone wiil send a push notification?
    Best,
    Itay

    You would receive an email to the primary email address associated with your Apple ID. But why would anyone be able to log into iMessage with your Apple ID? You DO keep your Apple ID password secret, I hope. And its a good, strong, password, because there is no limit to the amount someone with access to your account could spend.

  • My Iphone wont send push notifications for the app Telegram, what do I do to fix it?

    When my Iphone is locked the push notifications will work for every app but one. My telegram app wont push notifications when someone messages me, what setting can I change to fix it?

    Hey gingertodd0911,
    Welcome to Apple Support Communities.
    This article has information that may help you resolve the issue with no push notifications for that app on your iPhone 5s.
    About Notifications on iPhone, iPad, and iPod touch - Apple Support
    Not getting notifications for a specific app
    Push notifications require an active Wi-Fi or cellular connection. If you’re not getting notifications for a specific app, try these steps:
    Go to Settings > Notifications to verify that the app supports notifications. If notifications do not appear in the Notification Center, make sure that the Notification Center setting for the app is enabled.
    Make sure you’re signed in to your Apple ID.
    If you’ve recently installed an app or restored a backup, open the app to start getting notifications.
    So long,
    -Jason

  • Sending Push Notifications with Adobe DPS

    Question.
    I'm testing out all the Adobe DPS and Apple options. And one of the things I would like to test is Push Notifications.
    I followed the iPad publishing guide to be able to get all the certificates so that's ok. Then I was looking for a way to send
    push notifications. Because Adobe DPS doesn't really have a UI environment (PLEASE correct me if I'm wrong ;-) to send push
    notifications I have to do it 'by hand'. When I tested my app on my iPad I got the "app name wants to send you push notifications",
    so i'm sure my certificates are working. Now I just need to send a push message.
    So I followed this great tutorial:
    http://www.raywenderlich.com/3443/apple-push-notification-services-tutorial-part-12
    I was able to do everything and was able to send a push notification ... but I never received it. And the reason for this is because
    I don't have the app device token, which is a 64 character serial number which acts as your app address. So I don't have any way of sending the notification
    to my particular app. (which is a test sideload multifolio app).
    Because the Adobe DPS is cloud based you don't get any code (which I love). But I think that is currently stopping me
    from finding out my device token.
    What I'm asking:
    - Does this mean I can't send any push notifications to Adobe DPS created apps?
    - If this is supported somehow, I suppose (again, correct me) I need the app device token for the created app. Where do I get this?
    Thanks !

    At this time, it's not possible to manually push notifications. When you enable push, only publishing a new folio displays the red badge. At some point, when third-party push is supported, manual pushes will be possible.

  • Send Push Notification after Sync Service Updates SQL Database

    I am using Sync Services to synchronize an on-premise database with an Azure SQL Database.  The Azure database is never updated directly - only through the sync service.    I'd like to send a push notification to a mobile app whenever the
    Sync Service changes the Azure database.  How can I do that?  Thanks very much.
    Howard

    Hello,
    When you say "Sync Service", did you means Sync Framework?
    If so, the issue is more relater to the Sync Framework development, I suggest you post the question in the following forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?category=sync
    Reference:Sync Framework: SQL Server to Windows Azure SQL Database Synchronization
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • About Push Notification Rules in iOS

    I’ve been using iOS for some years now and there’s a behavior regarding Push Notifications that I still don’t understand. When I launch an app for the first time, let’s say a game, and the system asks me “AppName would like to send you push notifications (Notifications may include alerts, sounds and icon BADGES. This can be configured in Settings).” I usually select DON’T ALLOW, mostly with games. Buttttt…. Apps can still generate Badges in their icons and list notifications in Notification Center. I must manually check the Notification Center settings to disable Badges for those Apps even when I’ve selected “Don’t allow” when asked. This behavior started happening to me since iPhone 4 with iOS4 and keeps being like that in my iPhone 5 with iOS7.
    Any explanation?

    Read the post dude. This isn't an iOS7 topic. Same behavior in iOS6 & 5 & 4 with different iPhone models.

Maybe you are looking for

  • IMac Windows 7 Bootcamp Problem

    Hi, I tried installing Windows 7 on my new 27" iMac using Bootcamp. When I installed, however, the installation did not complete successfully. This is because after the initial setup, Windows can't seem to continue and doesn't get onto the "Setting u

  • Edge audio not playing in DPS

    I have buttons to trigger different audio files (mp3) in edge. When previewed on the web it plays fine. Once the oam file is imported to InDesign the audio is gone both on desktop preview and ipad. Any help would be appreciated.

  • Production BOM in Quotation

    Hi Guru's Can we make production related BOM to trigger in the Quotation? If so,Please let me know how to do it? For sales BOM, we'll use the T.code  CS01 and the BOM Usage will be  5: SD  But in order to trigger Production BOM , what has to be done.

  • Cross browser differences

    The jsp pages in our project work fine in IE browser. But in Netscape browsers, the alignment is all messed up. We are at the end of the project and we dont have time to change all the jsp pages. I was told that there is some kind of javascript to ha

  • Time machine powers up my external drive

    my external drives are powering on and off for no discernable  reason every ten minutes or so. time machine is set to " off " How do I stop this ?