Can't upload ipa to diawi.com

7.5k views Asked by At

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:

  • No provisioning profile found in the application bundle.
  • A technical error occurred

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?

1

There are 1 answers

5
pkc456 On

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.