sarbogast / grails-apns

Grails Apple Push Notification Service integration
http://grails.org/plugin/apns
GNU General Public License v3.0
7 stars 11 forks source link

It's not possible to configure APNS inside particular environment #5

Open forseti opened 10 years ago

forseti commented 10 years ago

environments { development { apns { pathToCertificate = "D:/myCert.p12" environment = "sandbox" //password = "password" } } }

apns.password = "password" // password cannot be configured inside the apns block

The following configuration always gives me Ambiguous Method Overloading. It also breaks the REST services of the application