+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]
