How to get Apple Watch UDID without Xcode? - apple-watch

I want to get my teams Apple Watch UDIDs for register devices in provisioning portal.
but, my team members don't have Xcode.(not engineer)

As for now, there are no ways to get the watch UDID other than using Xcode.
Other ways, like configuration, or programmatically are not possible either.

Edit: The SEID is not the UDID, and although you can register devices with it in the developer portal, it does not seem to work.
Start the Apple Watch App on your iPhone
Select the "My Watch" tab
Select "General"
Select "About"
Select "SEID" (at the very bottom)
Tap long on the cell until the context menu appears; select "Copy" and paste the number to wherever you want

Related

App cannot run on real iOS device but can run on the simulator

Previously, my app works fine on my iPad, However, yesterday Xcode started giving me this error as shown in the screenshot.
Does anyone know how to fix this? Please help me, thanks.
you need to create a provisioning profile in developer.apple.com if you dont have one yet.
then add the device to this provisioning profile by:
Login to your developer portal through developer.apple.com
Add the UDID in devices (you can retrieve it from Itunes from your
mac)
Go back to XCode, open up the Organizer and select
"Provisioning Profiles", ensure that "Automatic Device Provisioning"
is checked on the top right pane, then click on the "Refresh"
button, and magically all your devices set in the provisioning
portal will be automatically added.
After doing these steps try again run your app it should work

Adding Device UDID to XCode

I am familiar with adding the device UDID to the developer portal…I don't want to add ids overthere .Instead of that I would like to add device ID through Xcode…..Is it possible to add devices through Xcode…..
As far as my knowledge it is not possible.
no you cant ..but you can buy a developer license for 1 device it cost 15$ (google for it) .. guys often used it to install crack applications without jelly break his device.
In XCode 4.2, if you open up the 'Organizer' and click your device in the left menu, there is a button in the bottom of the view, saying 'Add to Portal'. I think that does what you want.

How to Remove/Disable Provisioning Profile Expiration Warning

I have a few provisioning profiles on my iPhone/iPad device.
Every day it annoys me with the following messagebox:
"Provisioning Profile Expiration: The provisioning profile X will expire in Y days"
With two buttons: "Show Me" and "Remind Me"... regardless what I pick it'll pop up within another day or so.
Is there a way to disable these warnings? I don't want to see them at all!
Thanks
iPCU no longer works for me and from what I can tell is deprecated. For XCode 6.1 I was able to delete specific provision profiles from devices under Window > Devices:
On your iphone Go to Settings, then General, then scroll down until you see the name of the offending provision, the click it and chose delete. :)
I have run into this problem as well. The best way to remove them, without XCode installed, is to use the iphone configuration utility. You can download this for Mac or PC. Your device must be plugged in in order to do this.
Here is a picture of using the iphone configuration utility to delete provisioning profiles:
Note that this is not the only way.
If you have XCode installed, I would recommend using organizer to delete the provisioning profiles. In Organizer, select the "Devices" list. Then choose your device (must be plugged in). Then choose "Provisioning Profiles" under your device. From here you can make multiple selections (hold shift key) and then hit delete key to remove them.
Remove that profiles.
Ask the developer of that apps to renew that profiles, ask to send them to you and update them on your device
If you choose first variant then you won't be able to launch apps that are bound to that profiles.
Either delete them if you aren't using them, or renew them. I don't think there is a way to supress this message.
Revoke, then create a new Provisioning Profile from the iOS Dev Center. This should extend the expiration date to a year or so from the day you make a new profile.
Check to make sure you dont have duplicate certs/private keys in all keychains.

Deploying iPhone Apps to Real Devices

I bought developer account,now how can i register my app and install it in real iphone ?
After login to your developer account, you will get "iPhone developer program user guide" (the name might be changed a little. I don't have a developer access right now). This is a long guide and describes everything that you need step by step, from creating a certificate to make a submission build. You really need to read this. There are lots of things to do and it's difficult to explain everything correctly in short notes.
1.Log in to the iPhone developer center
2.Click on "iPhone provisioning portal"
3.Click on "launch assistant"
4.Follow the steps
From XCode, click Menu Window/Organizer, right click your device in Device List on the left and select "Add Device to provisioning portal" and do what it says. That will automatically do all the stuff that needs to be done for you.

Code Sign Error When Building iPhone Application

I am new to iPhone development. I just registered with Apple for the iPhone Developer Program. When I try to build, I am receiving an error:
Code Sign error: a valid provisioning profile matching the application’s identifier could not be found
I'm not sure what is wrong. I tried browsing the Internet but I get confused. Can anyone help me with what I should do?
At first it seems a complex process, but it's pretty straightforward when you've been through it a few times.
In a nutshell the process is this:
(I'm assuming you've set up your iPhone/iPod touch as a test device)
Via the iPhone Developer Portal
Create an App ID
(give your application a name, this is just for reference on the website and nothing to do with your own build of your application)
enter a string to identify it, like com.yourcompany.appname
(this is important and should be the same as in your .plist file inside Xcode)
Click and Save this
Go to Provisioning
There are 2 provisioning profiles you'll need
a) development - so you can install your application on a test device (i.e. your iPhone / iPod touch)
b) distribution - if you want to sell the application via the App Store
You can create the profiles by selecting your App ID, created in the previous step, from the drop down list and clicking Save
In a few moments (usually, though it can be longer) the certificate is available for download. Download this to your Mac and drop it onto the Xcode icon. Sometimes the development profile doesn't work for me like this and I drop it directly into the Organiser window in Xcode that shows my connected device.
Besides, if you are in a team account, team admin need to edit Development Provisioning Profiles, and add modify your certificates privilege.
In Xcode inside 'Edit Project Settings' you can select the certificate you wish to code sign with. Usually for debug I sign with the development certificate. Follow the instructions on the apple site and clone the release profile and call it something like release and sign this with your distribution profile. (You won't be able to load the app onto your phone with the distribution profile selected)
Make sure you select the target device as Device and not Simulator when building for the App Store!
Hope that helps, it's from memory so apologies if I've skipped some small steps.
xcode top left corner make sure you're running as "similator" "iphone"
Did you set up an iPhone provisioning profile for either development, ad hoc distribution, or app store distribution?
If not go to the iPhone developer program portal, which is linked from the developer.apple.com/iphone. Apple has provided a great series of video tutorials.
Just make sure you install the certificates or the profile won't be selectable in the project configuration. When you download the certificates double-click on them to install.
Possibly more use for others seeing this issue on a previously configured dev environment.
This error is also shown if your provisioning profile has expired, in this case you can go through the steps in Neosionnach's answer or you can go to Organizer, click on the profile and click Refresh.
This was the winner for me when I had this issue.
As of July 2012, you can go here:
https://developer.apple.com/ios/manage/overview/index.action
Then launch the "Development Provisioning Assistant." It walks through all the steps outlined by FiddleMeRagged.
You can use this process to create a Wildcard ID, if you're just looking to test your app on your iOS device and don't need to deploy to the App Store right away.