Jonah Greenberger
Posts: 0
Joined: Mon Jun 16, 2014 3:58 am

Invalid certificate chain error

Hey Maryna - those were actually unchecked. Any other thoughts?

Jonah Greenberger
Posts: 0
Joined: Mon Jun 16, 2014 3:58 am

Invalid certificate chain error

the device record doesn't have an acl, could that be the issue? Note that the record is created without my registering the device intentionally so I'm not sure if that is the problem Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Invalid certificate chain error

Hello!

I am sorry for a late reply! Working on it at the moment.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Invalid certificate chain error

Could you clarify if your app is running or in background mode when you send push notification? If app is running, you need to add event to handle push messages (for instance Push Notification event as shown here http://devcenter.appery.io/tutorials/...). When app is in background mode there is no need to add any events - alert is shown itself.

Jonah Greenberger
Posts: 0
Joined: Mon Jun 16, 2014 3:58 am

Invalid certificate chain error

Maryna - On all screens, I added the javascript:

Code: Select all

  alert (data.aps.alert); 
  Appery("messageLabel").text(data.aps.alert); 

...for the event: Push Notification.

However, no alert is occurring when I send myself push notifications. Also, even when the app is not open, no alerts are coming through.

Note two things:
1) there is no acl record for any users in the user database. Is this a problem?
2) I now have distribution certificates and profiles (I published my app) and Release and Production boxes are checked under App Setting

Let me know what you think and thanks again for your help!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Invalid certificate chain error

acl record doesn't make any difference.
Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and post it's name.

Jonah Greenberger
Posts: 0
Joined: Mon Jun 16, 2014 3:58 am

Invalid certificate chain error

Shared. Really appreciate your help

Jonah Greenberger
Posts: 0
Joined: Mon Jun 16, 2014 3:58 am

Invalid certificate chain error

The name is "Impact Knots"

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Invalid certificate chain error

Thank you! Testing...

Jonah Greenberger
Posts: 0
Joined: Mon Jun 16, 2014 3:58 am

Invalid certificate chain error

Thanks Maryna! We must be close - I bet it's a small detail

Return to “Issues”