microsoft / cordova-plugin-code-push

Cordova plugin for CodePush
http://appcenter.ms
Other
643 stars 333 forks source link

On "deviceready" is never fired after 5 seconds after running Application. #518

Closed jamesta696 closed 5 years ago

jamesta696 commented 5 years ago

image

image

Description

On Device Ready is never fired after 5 seconds after running Application.

Additional Information

mbossX commented 5 years ago

this is a cordova error, not about codepush, please search at cordova community.

alexandergoncharov-zz commented 5 years ago

Hi @jamesta696, Thanks for reporting and sorry for delay.

Yeah, @mbossX said correctly. It looks like Cordova issue. TO ensure it could you please try to remove cordova-plugin-code-push and test it again?

Please let me know your results or if you have any questions.

alexandergoncharov-zz commented 5 years ago

Hi @jamesta696 ,

I'm going to close this issue for now as I haven't heard from you in a while unfortunately. Please feel free to reopen it if you have any questions.

Thanks, Alexander

ever-dev commented 3 years ago

In my case, it worked fine after removing the code-push plugin. Here's the list of plugins:

"devDependencies": {
    "code-push": "^3.0.1",
    "cordova-android": "^9.0.0",
    "cordova-ios": "^6.1.1",
    "cordova-plugin-advanced-http": "^3.1.0",
    "cordova-plugin-code-push": "^2.0.0",
    "cordova-plugin-deeplinks": "^1.1.1",
    "cordova-plugin-device": "^2.0.3",
    "cordova-plugin-dialogs": "^2.0.2",
    "cordova-plugin-file": "^6.0.2",
    "cordova-plugin-whitelist": "^1.3.4",
    "cordova-plugin-zip": "^3.1.0"
  },
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-code-push": {},
      "cordova-plugin-deeplinks": {}
    },
    "platforms": [
      "ios",
      "android"
    ]
  }

Cordova version: 10