Closed chinamty closed 10 years ago
Hi, I want have a test with Localized Formatted Strings with APNS. But it seems that I can only send string object in alert body. How to send dictionary such like
"alert" : { "loc-key" : "GAME_PLAY_REQUEST_FORMAT", "loc-args" : [ "Jenna", "Frank"] }
Thanks a lot.
You can just do this;
Houston::Notification.new(:alert => { "loc-key" => "GAME_PLAY_REQUEST_FORMAT", "loc-args" => [ "Jenna", "Frank"] })
Hi, I want have a test with Localized Formatted Strings with APNS. But it seems that I can only send string object in alert body. How to send dictionary such like
Thanks a lot.