I am trying to push my app to iTunes Remote, and I am stuck at the point where I created my provisioning profile on iTunes Remote, downloaded the signed certificate and now I am configuring XCode. I am getting "No matching provisioning profiles found", after trying to "Fix issue" I get "No devices" error ("Creating a profile requires having a device registered in the Member Center.").
However, I don't have an iOS device. I only have my Mac. Can I still somehow publish the app?
Any tips greatly appreciated.
Yes you can publish your application on appStore without ios device.
Just select generic device from the simulator menu
After that archive it and bingo upload section will open. Press upload select some details which is related to your application.
I got it. The problem was: In Build Settings, Code Signing section my Provisioning Profile row was set to "Automatic". Manually choosing my provisioning profile let me archive the product.
Related
I want to archive the app in Xcode, for that I created the provisioning profile manually and downloaded and installed as per the instructions. I did it manually as with automatic signing it was asking to register a iPhone device which I don't have. When the provisioning certificate is loaded it is still asking me to register a device for archiving.
What should I do? please tell me so that I can archive the app and submit it
While I am trying to create .ipa file it shows the following error message like this.
Failed to create provision profile
There are no devices registered in your account on the developer
website. Plugin and select a device to have Xcode register it.
No profiles for "io.bundle identifier" were found
Xcode couldn't find any iOS App Development provisioning profiles
matching 'io.bundle identifier'.
First, check that you create the "Provisioning profile" correctly in the Apple developer web.
Second, close the Xcode, then reopen and relogin your apple account which in the Xcode account setting.
It just a normal problem in Xcode. Apple never fix it.
Ok I have created a ios app that was working fine and running in the simulator.
I am now looking to upload it to the app store.
My boss has created a developer team and add me as a admin.
When I try to create an archive (I have the scheme set to generic ios device) now I get
Failed to create provisioning profile.
Showing Recent Messages
:-1: No profiles for '****.*****' were found: Xcode couldn't find any
iOS App Development provisioning profiles matching '*****.******'. (in
target '******')
There are no devices registered in your account on the developer
website. Plug in and select a device to have Xcode register it.
on the Apple developer website I have gone to
Certificates, Identifiers & Profiles and added Development certificates
What else do I need to do? Note I don't have a iphone or ipad to provision.
I was only testing in a simulator and was then going to upload to the store.
I am new to xcode. Sorry if this is simple.
Thanks
Have you tried manually assigning provisioning profiles rather than letting XCode automatically sign your project?
You can do this by deselecting "Automatically manage signing" and
manually selecting provisioning profiles.
Also ensure that you Download the profiles you create on your Apple Developer account to XCode.
I have an app ready and I want to test the beta in some external devices. I am using the correct bundle id and in the iTunes connect page I created a certificate , added the devices and then created an ad-hoc provision profile. I opened it on Xcode and then archive the app and export it. I used Diawi and Ubertesters for the app distribution but in both cases I get "Unable to download app". I am missing something ?
Most probably the issue is connected to the device provisioning. Please make sure you've added your device UDID to the provisioning profile and sign your .ipa file with it. Once the newly signed up build is uploaded to Ubertesters, please try to install it on your device.
I'm building an app which now runs fine in the iOS emulator, so I now want to test the app on an iOS device. I registered with the Apple Developer Program and ran ionic run ios, which ended with the following message:
Code Sign error: No provisioning profiles found: No non–expired provisioning profiles were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.2'
So I opened XCode and went to Preferences > Accounts and added my Apple ID. I then clicked View Details... and then the refresh icon so it fetched two Signing Identities. The box below which should display the Provisioning Profiles is empty though:
I then read this article on the Apple Developer site which explains that I need to:
Set a bundle ID
Assign my app to a team
Create the Team Provisioning Profile
The bundle ID should supposedly be set in XCode. Because I am under the assumption that the bundle ID is set in my ionic config.xml file I'm unsure of how to proceed though.
Does anybody know how I can (preferably very easily) test my app on iOS devices? All tips are welcome!
What I did was to create a new project into Xcode, as soon it is created is showing the General tab, under Identity is showing a message saying that can not find the proper certified, something like that, and there is a button "Fix..."
just click it, the passport is requested and you are done.
I just try again and works. Xcode fixed my provisioning profiles sync for me.
Try this
Select Preferences from Xcode
Go to accounts and select agent name
Select view details to check status of your profiles
Select any profile and click refresh on corner below to update profiles.
This should update your profile with expiration dates
Go to project General and downgrade to 8.1.