uniqush / uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.

Home Page:http://uniqush.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APNS Add psp "addr" setting bug

sid-dob opened this issue · comments

commented

There is a bug in the code because of which if you set sandbox=false it does not set the address as it is supposed to. Below is the link to the line :

if sandbox, ok := kv["sandbox"]; ok {

I would have fixed and sent a PR, unfortunately I have 0 experience in go.

Thanks

commented

Is there a release panned for the same ?

Once I've verified that everything else in 2.7.0-dev has no issues on production use cases. This should be out by the end of the month.