If you do not specify a Team and Provisioning Profile when building iOS apps on Xcode, you will get an error.

Asked 2 years ago, Updated 2 years ago, 78 views

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?
Enter a description of the image here

ios xcode cordova

2022-09-29 22:06

1 Answers

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.


2022-09-29 22:06

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.