Open forseti opened 11 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
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