使用 Xcode7 创建远程通知,无需成为 iOS 的开发人员 9

Create Remote Notification with Xcode7 and without to be a developer on iOS 9

是否可以在没有开发者程序但使用 xcode7-beta 的情况下创建远程通知?

我可以将我的应用程序推送到我的设备,但我也可以测试通知吗?

有人知道吗?

如果没有开发者程序,这是不可能的。

要发送远程通知,您需要一个只能在会员中心生成的 SSL 证书:

You Must Obtain Security Credentials for Remote Notifications

To develop and deploy the provider side of an app for remote notifications, you must get SSL certificates from Member Center. Each certificate is limited to a single app, identified by its bundle ID; it is also limited to one of two environments, one for development and one for production. These environments have their own assigned IP address and require their own certificates. You must also obtain provisioning profiles for each of these environments.

(source)