hi-yox / apns-python-wrapper

Automatically exported from code.google.com/p/apns-python-wrapper
0 stars 0 forks source link

I can't send dict format payload #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
APNSProperty data not support dict, I want send message using this format:

    $body = array(
        "aps" => array("alert" => $title, "badge" => 1),
        "newspush" => array("site" => 'cnbeta', "siteid" => $siteid),
        );
help me How Can I do this?

Original issue reported on code.google.com by mrgao...@gmail.com on 15 Mar 2013 at 4:58