IOS Push Notifications Flex 4.6.0 and Air 3.8 - missing files?

I was trying to use the example code in this tutorial here:
http://www.adobe.com/devnet/air/articles/ios-push-notifications.html
but Flex will not find and import the following files when i debug in the iOS iPhone simulator:
import flash.events.RemoteNotificationEvent
import flash.notifications.NotificationStyle
import flash.notifications.RemoteNotifier
import flash.notifications.RemoteNotifierSubscribeOptions
I receive the following error: Error #1014: Class flash.notifications::RemoteNotifierSubscribeOptions could not be found. Even though i see them in the airglobal.swc in the file explorer window.
Is there something i'm missing?
Thanks in advance.

Hello,
I'm facing the same problem! Can't find the answer anywhere!
The tutorial works fine on Flash Professional CC 2014, but not on Flash Builder 4.7.

Similar Messages

  • Air 3.4 iOS Push Notification is not fired when app is not running and is not in background

    Hello,
    I'm making an Air iOS application which uses the iOS Push Notification from Air 3.4.
    All is working perfectly except when I receive notifications when the app is not running and is not in background (The app is killed).
    I suppose the RemoteNotificationEvent.NOTIFICATION must be dispatched when I receive a notification even if my app is not currently running or in background ?
    Do you have already get the same issue ? Do you know what can prevent the notification to be handled ?
    Thanks,
    Loïc

    issue has been fixed in the build available at http://labs.adobe.com/downloads/air3-5.html.
    You would now have to attach listener to InvokeEvent. For cases, when application is killed, InvokeEventReason will be InvokeEventReason.NOTIFICATION. The notification payload can be accessed by the following code
    protected function onInvokeEvent(event:InvokeEvent):void
         trace("Invokehandler called .... \n");
         trace("reason: " + event.reason + "\n");
         if( event.reason == InvokeEventReason.NOTIFICATION)
                        var payload:Object = Object(event.arguments[0]);
              for (var i:String in payload)
                    trace("Key:value pair " + i + ":" + payload[i] + "\n");
              // TODO: DO THE NEEDFUL ON RECIEVING A NOTIFICATION HERE

  • Since i have updated my iphone everytime i open an app it comes up with a message 'connect to itunes to use push notifications, may include alerts, sounds and icon badges, i have backed up my phone on itunes and restored phone but its still doing it, :(

    since i have updated my iphone everytime i open an app it comes up with a message 'connect to itunes to use push notifications, may include alerts, sounds and icon badges, i have backed up my phone on itunes and restored phone but its still doing it  can anyone help?
    Em

    Return the iPhone and get your money back. It has been
    hacked/modified/jailbroken and likely cannot be made
    operative.

  • I downloaded what's app and snap chat and it keeps coming up about connect to I tunes to turn on push notifications. I'm connected and turned them on but it still says I haven't when I have opened the app. Any ideas how to solve it?

    I downloaded what's app and snap chat and it keeps coming up about connect to I tunes to turn on push notifications. I'm connected and turned them on but it still says I haven't when I have opened the app. Any ideas how to solve it?

    Hey did anyone get back to you on what you can do? I'm having the same problem, it's bugging me! Lol

  • HT3576 I accidently cleared the push notifications on my i pad and now i want to see them back.is there any way to see them,because i have to see all the application what the notifications was for.it takes a lot of time.i am isking this to save my time in

    I accidently cleared the push notifications on my i pad and now i want to see them back.is there any way to see them,because i have to see all the application what the notifications was for.it takes a lot of time.i am isking this to save my time in future

    I found one other way to do it.  I just deleted them all out of my iTunes library. Now I can re-import them from Window's My Music file with the original artists' names intact.
    Thanks for your help, Matt!

  • IOS Push Notifications (ANE and tutorial) ?

    Hi,
    I am looking for a good extension for Push Notifications on iOS, with a step by step guide to get it up and running. Commercial or Free.
    Thanks!

    You can learn more about the next AIR mobile and desktop features by applying for our private prerelease program. By doing so, you'll get to know the features of the upcoming release in advance!

  • 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

  • Gmail push notifications very erratic on iPhone and iPad

    iPhone 4S
    iOS 6.1.2
    iPad 2
    iOS 6.1.2
    The push notifications on my iPhone and iPad have become very erratic but ONLY for my gmail account.  My work exchange account is working fine, in fact flawless.
    Symptons:  I will receive an email that I can clearly see on gmail.com, but will wait for my iPhone and iPad to notify me and nothing.  I'l wait several minutes and still nothing.  I wake my iphone and check mail and have to manually pull down to refresh my email.  It's not all the time though, it's very sporadic.  For instance, if I wait long enough they will eventually show on my lock screen, but it can be several minutes to a half hour or more.
    I only noticed this the past few days and I'm almost positive that I just upgraded both my iPad and iPhone to 6.1.2 just last week.  I am not sure if I can sum this up to "happening right after the upgrade to 6.1.2" or not.  However, it does seem to be a strong coincidence that I just upgraded and now I'm having the problem.
    I have both my iPhone and iPad notifications set up the same way for both my email accounts and both have always worked fine and both have become erratic within the last few days.  I have not changed any settings.  I notice this both when I'm on cellular and when I'm home on my wifi network.
    Is this something others are experiencing?  Strange that it's both my iPhone and iPad and no settings have changed.
    Thanks all for any help you can offer.

    I'm not sure if any of you use the gmail exchange support which WAS the only way you could sync email and calendar events and get push notifications for years.  Well it's going away, actually it's gone for new sync users.  For instance, you can not set up a new phone the way I have my phone set up if you are setting up a new sync account.  However, google's article...
    http://support.google.com/a/bin/answer.py?hl=en-uk&hlrm=en&answer=2716936
    ...clearly states that if you were an existing sync customer, you should have no problems.  Well, I guess they are sort of trying to "push" people to the new CardDAV.  I guess I'll bite and try it out tonight.  I am a very old google sync user (iphone 3G, 4 and 4S) and have not changed anything, so from this article I should be fine.  Well, I'm not.
    I'll definitely try the "new" way and let you all know tonight (or tomorrow morning) how it's going.
    Thanks again for the replies.
    Support for exchange active sync was dropped by Google for free accounts on Jan 30 of 2013. Apple was prepared for that since November of last year, you can check date on that article.
    http://support.apple.com/kb/HT4872?viewlocale=en_US
    Since Gmail still using Card Dav protocol, it allows new devices to sync Contacts. Google mail account takes care of emails and calendars sync by itself. It does have to do with push (you dead on), cause exchange supports push on whole other level, but it has nothing to do with your case. The information that I gave in my first post still stands. It looks like you think you know more then all people that responded to you, but (sorry, still feeling entitled to my humble opinion) you will see your push fixed by itself. Even funnier if you will make some change and it will coincide with google server back online. You will come here and provide us with your "fix".
    Perhaps it will be something like "I just changed show emails from 100 to 200."
    @applenascent.
    The way it works is simple. We do not realize, but google server actually knows what device is connecting to their server to pick mail. I had to replace my wife's ipad on Feb 7. Even when I restored from the icloud back up that for all intents and purposes made that ipad very similar - the account was still there, but simple gmail without exchange. Deleting account and re adding as exchange didn't provide solution. It just showed up as gmail. They even changed server name from m.google.com to google.com.
    BTW it is quite possible that aTanasi's trick will fix the problem. I had to start running yahoo and gmail apps running on the background. I do not use them, but if there is a problem with account, like security kicks in harder, app is more capable to address that issue and informs me of what is wrong. I still find native mail app more pleasant, but thanks and credit to aTanasi.

  • Universal Apps and Push Notifications (Question on both Store and Phone app)

    I have a Universal App and trying to implement notifications. I have an Azure Notification Hub and the code in the app.xaml.cs (shared) file that is creating the channel and binding to my notification hub. This all works great for the Windows Store app.
    However, I don't receive any notifications on the Phone app (running in the emulator). I am wondering if this is because the code to create the PushNotificationChannel is only registering once (the Store app) and has the same URI as the phone app. This line
    of code is what I am referring to:
    var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();
    Since this is by application, and I am essentially running the same app twice on the same machine, via the phone emulator, is only one URI being generated for this?
    Thanks for any assistance.

    When you created the push notifications in the Azure, you chose the code fr Windows Store, not Windows Phone. as you mentioned you having a universal apps. 
    Hint: Did you enabled push notifications for local testing ?
    This is the 4 steps to have a successful Push notification integration with your app 
    Register your app for push notifications
    Update the service to send push notifications
    Enable push notifications for local testing
    Test push notifications in your app
    For more info please follow this
    link 

  • Iphont battery meter not working/ push notifications not working/restarting over and over again.

    A few weeks ago, I went on a vacation out of the country. I had my iphone 5 on airplane mode for a week. When I got back and turned it off of airplane mode, it started restarting over and over again right after being plugged into the charger. Eventually, it seems to get ahold of itself and stops turning on and off, but the phone battery meter freezes where ever it is at that point. If it has 100% battery, it says it has 100% battery until it dies. If it only has 1% battery, I'll leave it on the charger long enough to have 100%, but it will still say 1%. The battery life itself is not any different. According to the meter, my phone will stay on all day with 1%. Also, after being dead, my phone would turn on immediately after being plugged in (rather than waiting a few minutes to get enough charge as usual). I think this is because since my phone does not know how much battery it has, it thinks it has enough to turn on right away.
    I visited the apple store, and they told me to restore it as a new phone. When I did this, it did not work at first. But after a day, my phone battery life meter started working normally again, and it stopped doing the turn on/turn off continuously thing. BUT imessage no longer worked. It said "waiting for activation" for two weeks. Also, push notifications no longer worked. Every time I openned an app, it would notify my that i could not have push notifications and to connect to itunes. Certain apps wouldnt work at all (snap chat, lulu). They would just give the alert about push notifications over and over again.
    I wanted imessage back, so I restored my phone as new once again. This time, imessage, push notification, snapchat, ect. started working again. But, it has gone back to not knowing how much battery life it has and restarting over and over again after being turned on from a dead state. WHAT DO I DO?! I don't want to have either of these problems. It's kind of like my phone has a virus.
    note: the first time i turned it on after coming back from vacation, it said "no sim card" for a few minutes.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 
    Regards
    TD 

  • I keep gdtting a pop up screen on my phone that says "connect to itunes to use push notifications".  I've connected and nothing happens.  I cant get the pop up to stop and cant do anything else with my phone.  What do I need to do?

    I keep getting a pop up on my iophone 5 that says "connect to itunes to use push notifications"  I've connected to itunes and nothing happens.  I cant use the phone as I can;t get the pop up to stop

    So after exhausting countless hours I just added the App "Google Search".  It's not as great of an interface but I can access Google Voice and keep tabs by just checking in every so often.  Better than not having Google Voice at all.

  • I Message, 'push notifications for What's App" and unable to connect to iTunes

    I've taken over my daughter's iPhone 4, which was reset.
    The phone works as a phoneand will link via USB to iTunes, and I'm able to download Apps from iTunes via USB connection to iPhone
    When I use What's App it says "Connect to iTUnes to Use Push Notifications".
    iMessage says "waiting for activation..."
    When i try to sign in with my Apple ID it won't connect...
    There must be someone who can tell me what I'm missing...

    I've taken over my daughter's iPhone 4, which was reset.
    The phone works as a phoneand will link via USB to iTunes, and I'm able to download Apps from iTunes via USB connection to iPhone
    When I use What's App it says "Connect to iTUnes to Use Push Notifications".
    iMessage says "waiting for activation..."
    When i try to sign in with my Apple ID it won't connect...
    There must be someone who can tell me what I'm missing...

  • Changing default iOS Push Notification Tone???

    Does anyone else think that Apple should allow you to change the default push notification tone?
    For Example: if you set up Twitter notifications the default tone is Tri-tone and there is no way of changing this, other than jailbraking which I would never do.
    Or has anyone found a way of doing this that I don't know about
    Thanks

    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

  • Where did my bullets go in Keynote? And why am I missing files?

    I've been working on a Keynote presentation that will be exported as a PDF eBook. I opened it up today and I get error messages saying that I have missing files and my square "checkmark-less" bullets have disappeared. (See image below)
    I'm using the Black Checkmark Bullets. The checkmark bullets are ok. Its checkmarkless cousin isn't listed in the inspector window when I try to update it manually. I'm also getting a lot of error messages.
    This is the first time I've expereinced this problem. Running 10.7.3 on a MBPro (2.66 i7 w/4GB RAM), Keynote 5.1.1).
    Ideas to correct this issue? Thanks in advance!

    SOLVED -
    Used AppCleaner to unstaill Keynote, Pages and Numbers. Reinstalled iWork from disk and ran updates. Issue resolved itself after this.

  • Push notifications not working for Facebook and Tw...

    Normally if I'm using an app, or doing something else with the phone, and a pop-up notification of an SMS, email or IM appears, I simply click it an it takes me to the app/conversation. However, this is not the case for my Facebook and Twitter notifications. The notifications do pop-up, but, when I click it nothing happens. It does not take me to the app. If I click the pop-up, the notification doesn't show on the events screen, as if I clicked it before. I can click Facebook and Twitter notifications on the event screen an it takes me to the app, just not with the push/pop-up notifications. Its really annoying sometimes. Thanks in advance.
    Regards,
    Arun Lall

    Hi arunakajacob,
    Welcome to the Nokia forums.
    This will most likely be a bug in the application. Delete the application and reinstall it via Nokia Store > My Stuff. 
    If this doesn't fix it, a reset maybe necessary should. Make sure you make a back up with Nokia Link. You can find out how to back up using Nokia link on the below link:
    http://europe.nokia.com/support/product-support/nokia-link
    Once backed up you can reset your device with instructions on the below link:
    http://europe.nokia.com/support/product-support/n9/user-guide?ccf_name=nokia-n9/guide/GUID-6D73C105-...
    Once the phone has rebooted, reconnect it to Nokia link  and restore your device:
    http://europe.nokia.com/support/product-support/nokia-link/faq#03
    To check for updates please refer to the following link:
    http://europe.nokia.com/support/product-support/n9/user-guide?ccf_name=nokia-n9/guide/GUID-1BC62312-...
    Let me know if this doesn't work so that I can troubleshoot further, if necessary.
    Iris9290
    Moderators notes: Message re-written to reflect accurate information for the N9 and Nokia Link as pointed out bty @SeanBangkok.
    If my post has helped you in any way, please accept it as a solution or click on the white star, so that other users will be able to benefit from it too.

Maybe you are looking for