iBhavin
iBhavin

Reputation: 1261

Can't upload ipa to diawi.com

I'm creating an ipa using distribution certificate(for Ad-hoc) using WildCard ID.

My wildcard ID is com.company.* so i set my bundleId to com.company.test. ipa successfully generating with this.

It can also install on my device but can not upload it to diawi. It gives me the error:

I have 3 Distribution Certificated created in account from 3 different MAC and i also installed all privet key for 3.

I'm using Xcode 6.4.

What am I missing?

Upvotes: 0

Views: 7739

Answers (1)

pkc
pkc

Reputation: 8516

Follow the below steps to upload your app at diawi:

  1. Archive your application
  2. Export the item for adHoc distribution
  3. Save the ipa at particular location
  4. Upload the same ipa at diawi

Reasons for not getting upload ipa at diawi:

  • You may building the application using developer certificates
  • You go to product, then create ipa using iTunes
  • You are upload the same ipa. Please Archive the build as stated above, and it will upload successfully.

Upvotes: 2

Related Questions