Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Delite Studio

    (@delitestudio)

    Can you explain your problem in details?

    If it’s a loop in the plugin can you describe how to reproduce the behaviour?

    Thread Starter taironebrito

    (@taironebrito)

    https://drive.google.com/file/d/0B0IqlPbr_pj0UzI1clhZcktJNG8/view?usp=sharing

    Take a look in apk, when i’ll active the push notification the apk entry in loop

    Thread Starter taironebrito

    (@taironebrito)

    i found the error in chrome console.

    WARNING: Tried to load angular more than once.
    cordova statusbar
    cordova analytics
    cordova globalization information
    cordova network information
    [pushNotifications]
    [admob]
    [admob] disabled
    stateChangeSuccess Object Object Object Object
    main controller
    deviceready has not fired after 5 seconds.
    nativepagetransitions is disabled or nativepagetransitions plugin is not present
    wifi network information
    [pushNotifications] init
    ImgCache initialising
    INFO: ImgCache initialising
    [pushNotifications] hasPermission true
    [pushNotifications] hasBeenUnregistered null
    [pushNotifications] init Object Object
    INFO: LocalFileSystem opened
    INFO: Local cache folder opened: file:///storage/emulated/0/imgcache/
    INFO: .nomedia file created.
    ImgCache init: success!
    Init: success!
    reinit load false
    wphcLoader attempt: 0
    cordova socialsharing
    INFO: File ea97b900b43f3f8fc5756a482fb3956f?s=96&d=mm&r=x loaded from cache
    INFO: File a7a04ba94414c0dd1a1d3a5dc1d59c45?s=96&d=mm&r=x loaded from cache
    INFO: File ce758d19406a4104dc3841b68ff1ef06?s=96&d=mm&r=x loaded from cache
    INFO: File ea97b900b43f3f8fc5756a482fb3956f?s=96&d=mm&r=x loaded from cache
    Error in Error callbackId: PushNotification1307871810 : TypeError: Cannot read property ‘$log’ of undefined
    Uncaught (in promise) TypeError: Cannot read property ‘$log’ of undefined
    at file:///android_asset/www/bundle-0942d8.js:130631:22
    at PushNotification.emit (file:///android_asset/www/plugins/phonegap-plugin-push/www/push.js:193:38)
    at fail (file:///android_asset/www/plugins/phonegap-plugin-push/www/push.js:57:14)
    at Object.cordova.callbackFromNative (file:///android_asset/www/cordova.js:293:52)
    at processMessage (file:///android_asset/www/cordova.js:1079:17)
    at processMessages (file:///android_asset/www/cordova.js:1102:9)
    stateChangeSuccess Object {url: “/params”, class: “module-params”, views: Object, name: “public.params”} Object {} Object {url: “/posts”, class: “module-posts”, views: Object, name: “public.posts”} Object {}
    [pushNotifications] hasPermission true
    stateChangeSuccess Object {url: “/pushNotifications”, views: Object, name: “public.params.pushNotifications”} Object {} Object {url: “/params”, class: “module-params”, views: Object, name: “public.params”} Object {}
    loading native show
    loading native hide
    loading native show
    [pushNotifications] init Object {senderID: “892221558055”} Object {badge: true, sound: true, alert: true, clearBadge: true}
    stateChangeSuccess Object {url: “/params”, class: “module-params”, views: Object, name: “public.params”} Object {} Object {url: “/pushNotifications”, views: Object, name: “public.params.pushNotifications”} Object {}
    [pushNotifications] hasPermission true
    stateChangeSuccess Object {url: “/pushNotifications”, views: Object, name: “public.params.pushNotifications”} Object {} Object {url: “/params”, class: “module-params”, views: Object, name: “public.params”} Object {}
    loading native show
    loading native hide
    loading native show
    [pushNotifications] init Object {senderID: “892221558055”} Object {badge: true, sound: true, alert: true, clearBadge: true}
    Error in Error callbackId: PushNotification1307871848 : TypeError: Cannot read property ‘$log’ of undefined
    Uncaught TypeError: Cannot read property ‘$log’ of undefined
    Error in Error callbackId: PushNotification1307871855 : TypeError: Cannot read property ‘$log’ of undefined
    Uncaught TypeError: Cannot read property ‘$log’ of undefined

    Plugin Author Delite Studio

    (@delitestudio)

    We are sorry but this is not a plugin-relate bug, you must ask support on the forum/site of the framework you are using.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Android Push’ is closed to new replies.