Shibuya Yukito

Results 5 comments of Shibuya Yukito

Is it correct solution? ```ruby client = AndPush.build(server_key) client.push(payload, headers: { 'apns-priority': 10, 'apns-push-type': 'alert' }) ```

ChatGroup has many Messages. I want to limit messages limit to 40. if use above snippet, all messages will send. But I don't know how to limit messages.

@krzysiek1507 Where you need more explanation?

I also have this issue.