[
https://issues.apache.org/jira/browse/CB-8084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313352#comment-14313352
]
Shazron Abdullah commented on CB-8084:
--------------------------------------
If this prevents upload to the App Store, we certainly should remove it. I'm
not sure the impact of removing it, we definitely have to come up with a plugin
alternative before doing so (perhaps a plugin in cordova-plugins). Related:
CB-5601
This fix seems to be more the domain of plugins, and not part of the core. The
script can be part of a post-install hook of a plugin. It's not as simple as
that however, if we want to be backwards compatible with previous versions.
So I'm for removing those app delegate lines -- put the swizzling code in a
cordova-plugins repo plugin that we support, and provide instructions on how to
install it for those that want to opt to use this functionality. Therefore
cordova-ios in the future will not have this "built-in" by default, thus
solving the issue.
> Push Notifications code included by default
> -------------------------------------------
>
> Key: CB-8084
> URL: https://issues.apache.org/jira/browse/CB-8084
> Project: Apache Cordova
> Issue Type: Bug
> Affects Versions: 3.5.0
> Reporter: Jacob Weber
>
> When creating a new Cordova app using the CLI, it adds code to AppDelegate.m
> for Push Notifications. This causes Apple to issue a warning when you submit
> the app, if your provisioning profile doesn't have Push Notifications enabled:
> {quote}
> Missing Push Notification Entitlement - Your app appears to include API used
> to register with the Apple Push Notification service, but the app signature's
> entitlements do not include the "aps-environment" entitlement. If your app
> uses the Apple Push Notification service, make sure your App ID is enabled
> for Push Notification in the Provisioning Portal, and resubmit after signing
> your app with a Distribution provisioning profile that includes the
> "aps-environment" entitlement. See "Provisioning and Development" in the
> Local and Push Notification Programming Guide for more information. If your
> app does not use the Apple Push Notification service, no action is required.
> You may remove the API from future submissions to stop this warning. If you
> use a third-party framework, you may need to contact the developer for
> information on removing the API.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]