iOS Question App ID Wildcard issue

David Martinez

Member
Licensed User
Longtime User
I am trying to publish to the app store. I created the cert and the provisioning file. I have also read many forum posts on this subject but I still cannot publish.

My AppID (with wildcard) is like: CompanyName.Appname.*

In build configurations, the package name is CompanyName.Appname.distribution

"Error Domain=ITunesConnectionOperationErrorDomain Code=1190 \"No suitable application records were found. Verify your bundle identifier 'CompanyName.Appname.distribution' is correct.\" UserInfo={NSLocalizedRecoverySuggestion=No suitable application records were found. Verify your bundle identifier 'CompanyName.Appname.distribution' is correct., NSLocalizedDescription=No suitable application records were found. Verify your bundle identifier 'CompanyName.Appname.distribution' is correct., NSLocalizedFailureReason=iTunes Store operation failed.}"

I know I don't need to create an explicit app id because I don't need any services.

I know its something simple but I just can't get it.

Any help would be appreciated.

*Note: Tried both remote and local servers.
 
Last edited:

David Martinez

Member
Licensed User
Longtime User
Yes but I believe an Explicit App ID was created. Immediately, I received the following rejection when I don't require any services...

Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement.
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
Yes but I believe an Explicit App ID was created. Immediately, I received the following rejection when I don't require any services...
It was a standard message that can be ignored at the earlier versions of b4i. I am not sure if it is still the case.
 
Upvote 0
Top