I don't believe apnsEnvironment is actually ever sent in the message push payload, and is always sent with the "development" default from the javascript SDK.
Thanks for your input and patience @jarchowk, happy to inform this has been fixed in #167 and included in both 0.6.2 and 0.7.0 versions released today.
I don't believe apnsEnvironment is actually ever sent in the message push payload, and is always sent with the "development" default from the javascript SDK.
Example of my Chat.init:
In the file js-chat: js-chat/lib/src/entities/channel.ts: