Software Archive
Read-only legacy content
17060 Discussions

iOS upload fails

John_V_1
Beginner
867 Views

I do not get any errors when building the app withing Intel XDK. 

I uploaded to google and the app is live.

However the upload fails when uploading to Apple using application loader.  Here is the error. 

ITMS-90046

Invalide code signing entitlements

Value '*' for key com.apple.developer.associated-domains 

There is more but closed out the window accidentally. I rebuilt and resent same error.

 

 

0 Kudos
4 Replies
John_V_1
Beginner
867 Views

Sorry rest of message is in Payload/MyApp.app/MyApp is not supported.

0 Kudos
John_H_Intel2
Employee
867 Views

You can not use * for your appID. You need to use something like com.myteam.myappname.

Also, you need to build for Distribuion (not ad hoc) to submit a build to the store.

0 Kudos
John_V_1
Beginner
867 Views

Hi John H,

Thanks for your response. But I am not using * for appID ( it is org.ccbklyn.mobileapp ) and I am building for distribution.

Thanks, John V

0 Kudos
John_V_1
Beginner
867 Views

I fixed the problem... I think. It did upload so...

In the apple certificate associated-domains was set to enabled on the developer site. I disabled and it worked. Not sure if I need associated domains or not however but I guess I will see.

 

0 Kudos
Reply