Page 3 of 4

Invalid certificate chain error

Posted: Fri Jun 20, 2014 2:33 pm
by Jonah Greenberger

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


Invalid certificate chain error

Posted: Fri Jun 20, 2014 2:44 pm
by Jonah Greenberger

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


Invalid certificate chain error

Posted: Mon Jun 23, 2014 7:21 am
by Maryna Brodina

Hello!

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


Invalid certificate chain error

Posted: Mon Jun 23, 2014 7:38 am
by Maryna Brodina

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.


Invalid certificate chain error

Posted: Mon Jun 23, 2014 2:57 pm
by Jonah Greenberger

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!


Invalid certificate chain error

Posted: Mon Jun 23, 2014 3:25 pm
by Maryna Brodina

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.


Invalid certificate chain error

Posted: Mon Jun 23, 2014 3:37 pm
by Jonah Greenberger

Shared. Really appreciate your help


Invalid certificate chain error

Posted: Mon Jun 23, 2014 3:37 pm
by Jonah Greenberger

The name is "Impact Knots"


Invalid certificate chain error

Posted: Tue Jun 24, 2014 12:02 pm
by Maryna Brodina

Thank you! Testing...


Invalid certificate chain error

Posted: Tue Jun 24, 2014 3:40 pm
by Jonah Greenberger

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