Push notification under proxy Internet

My iOS 6 push notification is not working under proxy running Internet service to make it run what I have to do

I'm having iCal push issues as well. The push option is available and selected on client machines iCal app. The iCal server and push notifications servers are running as well. I have a test iCal account that is set up on my server's iCal app. It receives push notifications, but not 10.6 remote client machines. Any ideas??
Thanks

Similar Messages

  • Push Notifications under iOS4

    Push Notifications do not function under v4 or 4.0.1. They work fine under 3.1.3.
    I have tried restoring as a new phone several times to no avail. I went to see a "genius" who offered no theories as to why the notifications were failing.
    I'm stuck at 3.1.3 for the foreseeable future, which means several of my apps won't run as I am unable to roll them back via the app store.
    Any theories as to why my push notifications don't work? Push email/contacts/calendars are working via gmail's exchange servers, but applications notifications do not function.

    It seems to be multitasking. Although a great feature, somehow I have noticed that when you have Mail running in your multitasking bar or whatever it is called (double-click home button), you don't get push notifications. When I shut down Mail fully (hold finger over mail icon till it wiggles, then touch the red minus icon) then go back to the home screen, suddenly I get push notifications. Obviously a problem with multitasking. (does Apple read this?)

  • What are Push Notifications under System Services?

    I have been having major battery drain issues under iOS8 (currently 8.1.3). I have been trying to figure out the culprit but so far no luck. In reviewing the Settings menus, I notice under Cellular -> System Services that Push Notifications total 13MB. I have most all of the Push Notifications turned off. The only ones that are on are for the Phone, Messages and Calendar (I am not sure what turning those off will do regarding incoming calls and messages so I left them on).
    but I am on WiFi 90% of my day and so I am wondering what these Push Notifications are under the System Services settings of the Cellular menu? Anyone have any idea? I am wondering if this could be something that is causing the battery to be constantly eaten. 13MB is a lot of data for notifications, it seems.
    Any thoughts appreciated.

    Gator5000e wrote:
    Lawrence, thanks. You dropped in the other thread called iOS 8.1.3 - Battery Draining Very Quickly. I don't really think it's anything you listed. I restored my phone and set it up as a new phone on Saturday. the 13MB of Push Notification data is just from late Saturday afternoon when the set up finally finished. So for Push Notifications for phone, messaging and calender to rack up that kind of data is not right.
    Actually, that probably is right. If you set it up as new it had to sync your entire calendar history to the phone. I don't know how large your calendar history is, but mine is every event for the past 15 years. If you reset it now and it still accumulates data quickly then there might be a problem. But when you set up as new everything must resync.
    There is something going on under the hood of 8.1.3. The Push Notification numbers are listed in the cellular section of system services. Since Saturday, i have been on WiFi 90% of the time, either at home or at work. Why would there be cellular data used for Push Notifications when I'm on WiFi?
    Possibly because you are not on WiFi when the phone goes to sleep, unless it is connected to power. iOS turns WiFi off when the phone goes to sleep to preserve battery life. WiFi (as required by the standard) uses power continuously when connected, whether you are transferring data or not. Also, Notifications do not go over WiFi; they go over the cellular channel, because that's the only way an external trigger can wake the phone. Once an app has received a notification if it needs to do a data transfer it can use WiFi (if it is on), but the notification itself is always over the cellular channel.

  • No push notifications or intermittent internet connectivity with android

    Apparently some commercial routers have a feature called SAP ALG which they implement badly ( checkout this article ...

    I can't do anything with my files over the internet on the USB storage I have attached to my router. I can connect to the USB drive via Ftp and I can...

  • Pushing notifications to android emulator behind a proxy

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

    Hi Guys 
    I hope this is the correct place to ask this question - if not please direct me.
    I'm attempting to build an android app (in the emulator) that receives push notifications from Azure/gcm.
    I'm also using eclipse ADT in a windows 8.1 for the android dev' work.
    I have been attempting to apply the tutorial
    http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-android-get-started/#connecting-app
    The registration process works correctly and I receive a registration ID from the Google CloudMessagingService which i then use to register a NotificationHub (from which I  receive a registration ID )
    Where I seem to be having problems is when i try and send an Android  (Random Broadcast) message from the Azure management Portal.
    {"data":{"message":"Notification Hub test notification"}}
    The message never arrives at my app (in the emulator) as 
    @Override
    public void onReceive(Context context, Bundle bundle) {
    ctx = context;
    String nhMessage = bundle.getString("message");
    // sendNotification(nhMessage);
    mainActivity.DialogNotify("Received Notification",nhMessage);
    doesnt fire. (but does in the registration process)
    (Azure says the message was delivered)
    So I'm wondering if theres something i'm missing - perhaps surrounding the proxy server i'm behind? Or something else to do with the emulator?
    regards
    Bryce

  • Ugliest bug: under some conditions app crashes when activated from push notification. Any workaround?

    Hi, 
    I encountered the following serious bug. 
    Steps to reproduce:
    - start the app which uses "Fast App Resume" mode
    - block the phone. 
    - ensure the app is tombstoned. This can be done by using "Tombstone upon deactivation" VS option.
    - send the toast notification to the app. 
    - Open the app from toast. >>>> the app either CRASHES or stays on the same page, without proper navigation. Both outcomes are unacceptable.
    I created a test solution, which demonstrates this bug: https://db.tt/LyarfmDK
    It contains two projects, both are nothing more than msdn samples with smallest modifications:
    - fast app resume sample
    - push notifications sample.
    To reproduce:
    - start fast app resume project under debug with "tombstone" option 
    - copy the push uri
    - start the "send push" sample. Paste PUSH uri and send the push notification.
    - tap on the notification ==>> either crash or no navigation.
    Well, I believe this is a very serious issue and must be fixed ASAP. 
    Any workaround for now?

    I downloaded your zip file and there are projects all over the place.  If you want us to look into this, please label projects nicely, place them where I can figure out which one goes where, and then give me easy to follow instructions to reproduce
    the problem. 
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • I reset my iPhone 4 Network settings to fix the push notification problem, but I lost my internet connection. How do I fix it?

    I tried to solve the "connect to iTunes to receive push notifications"-problem by resetting my network settings, but it only caused me to lose my internet connection when using 3G. Now I can't do anything with this stupid phone. How do I fix it? I don't want to reset anything anymore, I'm sick of this new iOs update, it seriously messed up my phone and I can't do anything properly anymore. Any help?
    And btw, I would also like to get the push notifications back on. Connecting to iTunes did absolutely nothing. Resetting the network settings only made my situation worse. Help please!

    Hi there Julia,
    Ahh The iPhone isn't "stupid" it's been called "stupid" because you are frustrated at the situation , but try
    Load iTunes. Backup your phone. Make sure it is backed up !! Run restore. This will get rid of the error! And please what ever you do , do not skip the back up!
    Thanks,

  • How can I update a push notification that's not on my settings under notifications?

    I am trying to turn on notifications in the Starbucks app, so in the app I go to settings then when I select Starbucks Notifications it gives an error message that reads..."You currently have Push Notifications turned off. Please update your device Settings."  but when I go into into my phone Settings no where is the Starbucks app listed anywhere. Not in "In Notification Center" or "Not In Notification Center". How am I supposed to update the device settings if I don't see it anywhere???  Thanks.
    Tommy V.

    I know push can be set as follows.  I think this will help your issue even though it may sound like it doesn't directly apply.
    Go to Settings --> Mail, Contacts, Calendars --> Fetch New Data.  Turn on "Push".

  • Issue Configuring Push Notifications Proxying for OWA for Devices

    I have been attempting to configure Push Notifications per http://technet.microsoft.com/library/jj151815.aspx#bkmk_installmodule
    When running the second PowerShell script I get the error 
    "New-MsolServicePrincipalCredential : Invalid value for parameter. Parameter name: Credential.EndDate.
    At c:\Users\User\Desktop\script2.ps1:25 char:5
    * New-MsolServicePrincipalCredential -AppPrincipalId $p,AppPricipalId -Type a"
    I do currently have another Federation Trust configured for this account with our test environment. Might this be causing this error? Any help would be appreciated.

    Hi,
    As far as I know, the issue can be caused by time difference between local timezone and server timezone. Please firstly check with this point.
    Thanks,
    Simon Wu
    TechNet Community Support

  • Push Notification still broken under 10.6.1

    iCal push notification simply does not work yet.
    If you set your iCals to refresh to 1 minute instead of Push, it's about the fastest thing to push you're going to get for now until Apple addresses this.
    This is on a clean install of SL Server and client 10.6.1.
    Unless Im missing something, the above is confirmed.

    I'm having iCal push issues as well. The push option is available and selected on client machines iCal app. The iCal server and push notifications servers are running as well. I have a test iCal account that is set up on my server's iCal app. It receives push notifications, but not 10.6 remote client machines. Any ideas??
    Thanks

  • SMP 3.0 SP03 iOS Push Notification Error

    Hi Gurus,
    I am creating a SMP 3.0.3 Phonegap Based iOS Project which runs the index.html, datajs-1.0.3.js and OData.read function collectively fetching data from Backend. Up-to this level iOS app is running fine and giving correct data.(XCode Proj.jpg attached to explain)
    Now I want to receive Push Notification on iOS device initially for testing i am using iPad. For this
    iOS app is compiled with Dev Provisional Profile.
    iOS app has Development(Sandbox) Push Notfication Certificate.
    AppId registered to SMP 3.0.3 Cockpit(Please check SMP 3.0 User registration.jpg)
    User Also registered with AppId with valid RegistrationId(Connection id)
    App is getting Device Token and able to register with CID.( Please check XCode Proj.jpg)
    Now error I am getting when I am using the REST Client to Push the notification to registered device. Rest Client comes with status 200 ok but in SMP 3.0.3 cockpit I can see one error Under Log - PUSH Section. (please see attached file Error Log PUSH.jpg )
    Notification failed java.net.ConnectException:Connection timed out: connect
    Please guide me how to rectify this error.
    Regards
    Syed Ashkar Rizvi
    Asstt Mgr IT
    OTE Group of Companies,Oman
    Error Log :
    2014-07-21 12:00:05.455#DEBUG#SMPCorrelatedLoggingHandler#smpAdmin#POST
    2014-07-21 12:00:05.461#INFO#PushNotificationDelegator#smpAdmin#Notification is forwarded to PushNotificationDelegator handle()
    2014-07-21 12:00:05.462#DEBUG#PushNotificationDelegator#smpAdmin#----------request URI obtained for notification is--------/Notification/com.oteint.VehicleApprDev
    2014-07-21 12:00:05.463#DEBUG#APNSNotificationDelegate#smpAdmin#Inside getAPNSNotification()
    2014-07-21 12:00:05.465#DEBUG#APNSNotificationDelegate#smpAdmin#Non-SAP Gateway Notification
    2014-07-21 12:00:05.465#DEBUG#APNSNotificationDelegate#smpAdmin#Reading Notification data from headers
    2014-07-21 12:00:05.467#INFO#APNSNotificationProcessor#smpAdmin####### APNSProcessor processing notification...
    2014-07-21 12:00:05.468#DEBUG#APNSNotificationProcessor#smpAdmin# Alert : Alert with Text
    2014-07-21 12:00:05.47#WARNING#APNSNotificationProcessor#smpAdmin# Not a json object...
    2014-07-21 12:00:05.471#DEBUG#APNSNotificationProcessor#smpAdmin# Sound : default
    2014-07-21 12:00:05.472#DEBUG#APNSNotificationProcessor#smpAdmin# Data : {apns_data=my data}
    2014-07-21 12:00:05.472#DEBUG#APNSNotificationProcessor#smpAdmin# Push payload - {"apns_data":"my data","aps":{"sound":"default","alert":"Alert with Text"}}
    2014-07-21 12:00:05.474#INFO#APNSNotificationProcessor#smpAdmin# Device token - 2f141125eda1a394cce6f01cec1b05ca5916924e84bc0cf6e4f0f19be03a3784
    2014-07-21 12:00:05.699#DEBUG#APNSNotificationProcessor#smpAdmin# APNS server address - gateway.sandbox.push.apple.com
    2014-07-21 12:00:05.7#DEBUG#APNSNotificationProcessor#smpAdmin# APNS server port - 2195
    2014-07-21 12:00:05.701#DEBUG#APNSNotificationProcessor#smpAdmin# APNS feedback address - feedback.sandbox.push.apple.com
    2014-07-21 12:00:05.702#DEBUG#APNSNotificationProcessor#smpAdmin# APNS feedback port - 2196
    2014-07-21 12:00:05.703#DEBUG#APNSNotificationProcessor#smpAdmin# APNS certificate length - 3215
    2014-07-21 12:01:14.847#ERROR#APNSNotificationProcessor#smpAdmin#######: NetworkIOException: : com.notnoop.exceptions.NetworkIOException: java.net.ConnectException: Connection timed out: connect :: [com.notnoop.apns.internal.Utilities.wrapAndThrowAsRuntimeException(Utilities.java:268), com.notnoop.apns.internal.ApnsFeedbackConnection.getInactiveDevices(ApnsFeedbackConnection.java:75), com.notnoop.apns.internal.AbstractApnsService.getInactiveDevices(AbstractApnsService.java:99), com.notnoop.apns.internal.ApnsServiceImpl.getInactiveDevices(ApnsServiceImpl.java:36), com.sap.mobile.platform.server.notifications.apns.handler.APNSNotificationProcessor.deviceIsInactive(APNSNotificationProcessor.java:291), com.sap.mobile.platform.server.notifications.apns.handler.APNSNotificationProcessor.process(APNSNotificationProcessor.java:108), com.sap.mobile.platform.server.notifications.apns.handler.APNSNotificationDelegate.handle(APNSNotificationDelegate.java:78), sun.reflect.GeneratedMethodAccessor377.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy212.handle(Unknown Source), com.sap.mobile.platform.server.notifications.handler.PushNotificationDelegator.handle(PushNotificationDelegator.java:173), sun.reflect.GeneratedMethodAccessor165.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy214.handle(Unknown Source), com.sap.mobile.platform.server.notifications.http.PushListenerServlet.doPost(PushListenerServlet.java:94), javax.servlet.http.HttpServlet.service(HttpServlet.java:755), javax.servlet.http.HttpServlet.service(HttpServlet.java:848), org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:159), org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153), sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy111.handleRequest(Unknown Source), org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48), org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923), org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852), org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882), com.sap.mobile.platform.server.dispatcher.servlet.DispatcherServlet.service(DispatcherServlet.java:132), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.foundation.security.filter.DoAsFilter$1.run(DoAsFilter.java:58), java.security.AccessController.doPrivileged(Native Method), javax.security.auth.Subject.doAsPrivileged(Subject.java:536), com.sap.mobile.platform.server.foundation.security.filter.DoAsFilter.doFilter(DoAsFilter.java:65), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.foundation.security.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:98), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.notifications.security.filter.SMPNotificationsSecurityHandler.doFilter(SMPNotificationsSecurityHandler.java:32), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.online.filter.correlatedlogging.SMPCorrelatedLoggingHandler.doFilter(SMPCorrelatedLoggingHandler.java:105), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.dispatcher.filter.ServerStatusFilter.doFilter(ServerStatusFilter.java:76), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160), com.sap.mobile.platform.server.dispatcher.servlet.FilterChain.doFilter(FilterChain.java:384), com.sap.mobile.platform.server.dispatcher.servlet.ControlFilter.doFilter(ControlFilter.java:202), com.sap.mobile.platform.server.dispatcher.servlet.ControlFilter.doFilter(ControlFilter.java:174), org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346), org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210), org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222), org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123), org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472), org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171), org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99), com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:27), org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118), org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:341), com.sybase.security.integration.tomcat7.CSISupportValve.invoke(CSISupportValve.java:101), com.sap.mobile.platform.server.http.control.RejectWarAccessOnAdminConnectorTomcatValve.invoke(RejectWarAccessOnAdminConnectorTomcatValve.java:34), org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408), org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1008), org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589), org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:791)]
    2014-07-21 12:01:14.849#ERROR#PushNotificationDelegator#smpAdmin#SMP: Push: End time for processing Push Notification (UTC): 1405929674849
    Message was edited by: Syed Ashkar Rizvi

    Sure I will share my experience.
    In Our case we are getting error in SMP303 NetworkIOException: : com.notnoop.exceptions.NetworkIOException: java.net.ConnectException: Connection timed out: connect.
    At SMP303 Server's Services, one Service Need to be Checked.To come out of this we changed User of Windows Service "SAP Mobile Platform" from Local User to one of our Networks Domain  User(Domain User has the Internet Access through Proxy).
    After this NetworkIOException cleared and SMP303 started sending Push Notifications.
    Regards
    Syed Ashkar Rizvi
    Asstt Mgr IT
    OTE Group Of Companies,Oman

  • How to fix push notifications?

    ok so i did a resart on my iphone and i downloaded all my apps, but i opened snapchat and accidently clicked "dont send push notifications".  and now i dont end up looking at the snapchats until 2-3 hours later becuase i dont get a notification.  so i tried to fix it by going into the notification center options and changing things around, etc.  and that didnt work so i deleted the app from my phone and icloud so i deleted all data.  but that didnt work since ios keeps all old info.  and i also opened up the system files and looked under there but i could find the app.  now im out of options becuase i dont want to resart my phone again, but im thinking its the only way of fixing it?  does any one have an answer for me?

    Hello otokokochashvili,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Understanding notifications
    http://support.apple.com/kb/ht3576
    Troubleshooting notifications
    Push notifications require an active Wi-Fi or cellular connection.
    Note: Notifications use Wi-Fi only when a cellular connection is unavailable. Firewalls and proxy servers may affect your ability to receive notifications. For more information, see Unable to use Apple Push Notification service (APNs).
    Have a nice day,
    Mario

  • Sony Xperia Z1 push notifications problems

    I've had my Xperia for about 2 months now and as of about 3 days ago my push notifications stopped coming through when I'm using mobile data. When I reconnect to my home wifi they all come through, but when I am out I have to go into apps (such as facebook, messenger, snapchat, gmail) to be able to see that I have notifications. 
    Additionally, I was going to try to uninstall and reinstall the apps but now the Play Store will not let me in. It tells me that I have to enable background data (which I do have enabled) and then when I click on the enable button that it pops up with it opens sync options.
    Does anyone have a way to fix either of these problems? The push notifications is my biggest annoyance.
    Thanks for your help!

    Then you likely have slightly more recent software and this menu has been changed to "Xperia Connectivity" in which case the Internet Settings option will be found under the "More" option in settings.
    Don't forget to mark posts that answers the topic as Accepted Solution. 
    If you find any post helpful, press Kudos.
    What are your thoughts about this forum? Let us know by doing this short survey.
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Does a push notification use wifi if my iPhone was asleep?

    When my phone is awake all Internet access is via wifi. The wifi turns off when the phone sleeps and then starts again when it wakes up; BUT there is a slight pause. So if my phone is asleep does the push notification wake the phone up then wait briefly for the wifi to connect before accessing the Internet? Or does the push notification "see" that the wifi isn't immediately available and start a 3G session?

    If all you did was remove it from the device list (by clicking the "x" next to the device name), it should reappear on the device list automatically if it ever goes back online.  Read point number 3 under "Remove an iOS device...on which you can't turn off Find My iPhone" here: http://help.apple.com/icloud/#/mmfc0eeddd.

  • Push Notifications not working, xscertd spamming logs.

    I believe I had an internet hiccup while I was installing a fresh Lion server, and I don't think I got all the push notification certificates setup.  I'm seeing logs go crazy with xscertd messages, probably about 5 per minute.
    Is there a way to re-initiate that process without nuking the server and starting over?

    The Teknologist's post is right on the money.  Except the whole point of the installing a Trust Profile from the 2nd tab that shows up in the Enroll your Device webpage is to get your Certificate into iOS's Certificate Store so when you enroll the device the Remote Management and MDM profiles are then trusted.
    So back to the issue at hand I also had it today under 10.7.5 and the following seemed to put it right.
    Some of my Certifcates in the KeyChain App were set to Custom Settings, Always Trust which I must have changed for some other reason.  I set them all back to Sys Defaults and then returned to Server.app and selected None for the Servers Certificate from the Settings area.  Then set it back to my certificate.  I then did the same in the Profile Manager area for signing profiles, and turned Profile Manager Off then back On again.
    I then got prompted that my Trust Profile was trying to install a Root CA and did I want to proceed which I did. It then all worked and enroled fine again.
    Matt

Maybe you are looking for

  • I need to see Date Created Order to the second, not minute.

    I currently shoot sport on two camera bodies, Nikon D3 and D3s.  The timing of the shots is critical and I need to sort them in "Date Created Order" in Adobe Bridge. The software usually does a very good job of this, it seems to know, which order to

  • X230 - Which monitor do I have?

    I just received and unpacked the X230.  Is there any way to tell for certain if I was shipped the Premium IPS monitor that I ordered or if I was wrongly shipped the standard monitor?

  • How to change window tiling default

    With 2 InDesign docs open, when I choose Window–Arrange–Tile in CS5, by default, the windows appear one on top of the other. Is there a way to make the default side by side instead? Thanks, Charlotte

  • Wireless connection MacBook Air to HP4500

    I have a MacBook Air running Mavricks and an HP Officejet 4500 G510n-z.  All worked well together.  We changed our COMCAST wireless home router.  We can no longer wirelessly connect to the HP4500.  A USB connetion still worked to the HP.  All other h

  • 2LIS_03_BF Error

    Hi All, We are in the process of upgrading 3.0b to Netweaver 2004s and while extracting the data from 2LIS_03_BF DataSource we are getting the error  in RSMO "Material XXXXX does not exist or is not activated (Message no. M3305) ".This LO extraction