Apple client has two remedies:
First, log in to the server to operate. The website is clevercn.net, and the user name and password are the same as those of the client.
The second is to change the calendar time of the client to temporary operation.
Extended data:
AppID is a unique identifier that identifies different applications. Each application needs an AppID or application logo. At present, there are two kinds of App logos: one is the exact AppID(explicitAppID) and the other is the wildcard AppID(wildcardAppID).
AppID using wildcards can be used to build and install multiple programs. Although the wildcard AppID is very convenient, it also needs an accurate AppID, especially when the application uses iCloud or other iOS functions, such as GameCenter, PushNotifications or IAP.
First, you need to create a distributioncertificate, which is similar to creating a developmentcertificate.
ProvisioningProfile After creating AppID and distributioncertificate, you can create an IOSPR preset profile to sell your application in the AppStore. However, you cannot use the same provisioningprofile as adhocdistribution.
The configuration of AppID, distributioncertificate and provisioningprofile has been completed. Now it's time to configure the target's buildsettings in Xcode.