You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I remove "(string)" and work fine. Maybe you fix it or talk me other solve?
class ApnsPHP_Message
row 366 if (isset($this->_sText)) { $aPayload[self::APPLE_RESERVED_NAMESPACE]['alert'] = (string)$this->_sText; // CONVERT TO STRING, REMOVE IT }
The text was updated successfully, but these errors were encountered:
Hello, I get error when setup array for message, like this - http://stackoverflow.com/questions/30353314/ios-push-notifications-localization
I remove "(string)" and work fine. Maybe you fix it or talk me other solve?
class ApnsPHP_Message
row 366
if (isset($this->_sText)) { $aPayload[self::APPLE_RESERVED_NAMESPACE]['alert'] = (string)$this->_sText; // CONVERT TO STRING, REMOVE IT }
The text was updated successfully, but these errors were encountered: