Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update window does'nt show up #15

Closed
junalmeida opened this issue Mar 16, 2018 · 3 comments
Closed

Update window does'nt show up #15

junalmeida opened this issue Mar 16, 2018 · 3 comments

Comments

@junalmeida
Copy link

junalmeida commented Mar 16, 2018

This is my current scenario:

"@ angular/common": "4.1.3",
"@ ionic-native/core": "4.4.2",
"ionic-angular": "3.9.2",
"ionic-hockeyapp": "0.2.0",
"cordova-plugin-hockeyapp": "2.2.4",

With this scenario, I can only see the updates window showing up on the android version. The ios version doesn't show the update window, although I cannot find any error message.

Things I tryed so far:

1. Put some message to show when catching error: 
   this.hockeyApp.checkHockeyAppUpdates()
      .then(() => { toast.dismiss(); })
      .catch((err) => {
        this.toastCtrl.create({
          message: "Erro: " + err,
          showCloseButton: false,
          cssClass: "error",
          duration: 3000
        }).present();
      });
The catch part doesn't seem to be fired. 

Update cordova-hockeyapp to latest version 5: When I did this, android version that used to work stopped working.

Can you please help me? Am I missing something?

@gregfrasco
Copy link
Member

Do you have an available .ipa on the ios hockey app with a higher version number? I don't think it returns an error if you are up to date.

@junalmeida
Copy link
Author

@gregfrasco Yes I have.

@junalmeida
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants