I am using Xcode 8.2.1.
I'm trying to build a project using a Push Notification.
If you do not specify a Team, the Status of Signing will be
Signing for "IdentifyName" requires a development team.
and the error occurs, and if you enter your personal appleID, a provisioning profile is requested as shown in the attachment.
In this case, without a Developer account, is it impossible to run or build?
In this case, can't I run or build without a Developer account?
In conclusion, that's right.
Developing apps using Apple's Push Notification Service (APNs) requires steps such as registering the App ID of the app you are developing and creating a certificate for that application ID, otherwise the provisioning profile required for the build will not be automatically generated.
In order to perform the above steps, you need a registered Developer account with the Apple Developer Program, so you cannot build without it, or of course you cannot.
Local/Remote Notification Programming Guide
Provisioning and Development
アプリケーションの配布に関するガイド
プッシュ通知の設定をする
If you search around iOS Push Notification Development Procedures, you will find an article in Japanese that provides detailed instructions, which may be easier to understand than Apple's official document above.
Unfortunately, for apps with push notification, there is no way to create a trial project without a Developer account and check the operation.
© 2024 OneMinuteCode. All rights reserved.