Sounds good. Since we're making a 4.0 change here anyways, might be a good idea to empty out that template file and instead have it extend a base class from CordovaLib (this is what Android does). Main reason is that the file will be updated when swapping in new versions of CordovaLib.
On Wed, Feb 11, 2015 at 6:56 PM, tommy-carlos williams <[email protected]> wrote: > +1 > > The email currently says “If your app does not use the Apple Push > Notification service, no action is required”, but it probably freaks new > users out. Also, it might become a “thing” in the future. > > > -- > tommy-carlos williams > > On 12 February 2015 at 10:10:59, Shazron ([email protected]) wrote: > > See: > https://github.com/apache/cordova-ios/blob/338ee71f966ab7fdc1ccde02e5086febbc82b70c/bin/templates/project/__PROJECT_NAME__/Classes/AppDelegate.m#L110-L135 > > I'd rather do this in 3.8.0, but we would break things for users, so > in 4.0 it goes. > > Related issue: https://issues.apache.org/jira/browse/CB-8084 -- causes > Apple to issue a warning (which could be a blocker in the future) when > you submit an app, if you don't have the correct entitlements. > > Users wanting this functionality will install a plugin, that will do > method swizzling to provide this functionality. It's an easy plugin to > do, which will go in the cordova-plugins repo. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
