--
Pushy is an open-source Java library for sending APNs (iOS and OS X) push notifications. Pushy is brought to you by the engineers at RelayRides.
---
You received this message because you are subscribed to the Google Groups "pushy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hrm indeed. Generally, when the APNs development/production servers disagree, it's an upstream bug.
I'd say it's worth filing a bug report. Oddly, bug reports about discrepancies between the two environments seem to get resolved more quickly than other APNs bug reports.
Waaaaaait a second. It doesn't look like you can even get single-topic certificates for production any more; weirdly enough, it looks like you can still get single-topic certificates, but only for the sandbox environments. All of the certificates you can get for production are both multi-topic and multi-environment (i.e. valid for both sandbox/production).
This leads to two things: First, Matthias, you may have a sandbox-only certificate, but I'm surprised you'd be able to connect to production at all if that were the case. Stranger things have happened, though.Second, I think it's probably time to deprecate the "topic can be null" behavior in Pushy, and we should *always* require a topic because all production certificates are multi-topic (and token-based authentication is inherently multi-topic). Any objections?
-Jon
Hope that helps!-Jon
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Pushy is an open-source Java library for sending APNs (iOS and OS X) push notifications. Pushy is brought to you by the engineers at RelayRides.
---
You received this message because you are subscribed to the Google Groups "pushy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
twitter: http://twitter.com/mwessendorf
--
Pushy is an open-source Java library for sending APNs (iOS and OS X) push notifications. Pushy is brought to you by the engineers at RelayRides.
---
You received this message because you are subscribed to the Google Groups "pushy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pushy-apns+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have multi env cert, but it's for one app/bundle ID, no?