iPod can't work as development device after reset [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
my iPod works well as an development device.
But after I reset the iPod, my XCode doesnot recognize it any longer.
Its color turns yellow in organizer of XCode, instead of green dot before.
Please help. thanks!

Assuming that by "reset" you mean you restored the iPod, then all of your provisioning profiles, etc. will have been deleted from the device preventing Xcode from building to the device. To fix this, select the device in the Xcode organizer (where the yellow dot is) and click the button that says something to the effect of "Use for development".
At this point Xcode will prompt you for your developer credentials, check DDI symbols (and all that other fun stuff), and install the necessary profiles to the device.

It is probably missing your development profiles, make sure you reinstall them in organizer prior to attempting to use them for development

my question closed.
When I open Xcode 4.3, it can recognize my iPod as before.
Then I switch back to my Xcode 3.2.6, my iPod turn green again.
So strange. It works anyway. Thanks all!

Related

iOS9 - Can't Verify Any Apps [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 7 years ago.
Improve this question
I was in the middle of woking on a App in XCode 7 and was pushing it to my phone after making changes. All of a sudden, i was getting a general "security" error.
The app had already been verified and the developer trusted. The XCode console outsputs:
error: failed to launch '/private/var/mobile/Containers/Bundle/Application/C684E25D-F370-4DFC-B39F-C4508B653EA1/myapp.app' -- process launch failed: Security
If I go to System Preferences > Profile in my phone and try to verify it, it doesn't do anything and doesn't report any feedback.
I've tried deleting the app, restarting xcode, restarting my phone, etc..
And now, none of my apps will install on my phone for development -- note, I'm only talking about directly launching an app from Xcode to my phone. I'm not using the App Store.
It seems the server Apple uses to verify apps is down again. This has happened before: iOS 9 enterprise app verify failed
All we can do for now is wait until they resolve the issue.
Having the same issue as you, hitting VERIFY does nothing except briefly change my email at the top to 'Verifying", and then changes back. No feedback or notification.
My first thought would be as Dominic said is that the server on Apples side is down. Not sure if that server is listed here:
https://developer.apple.com/system-status/
But they all seem to be operational, so I guess all we have to do is wait.
Edit: As per Dominic's post, this is the proper site: ppq.apple.com, which is currently down.
http://www.isitdownrightnow.com/ppq.apple.com.html
For any future people with this error:
If you are having trouble verifying apps on your device, check the above site, if it is down that is almost certainly the cause.

How to completely remove app from iOS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
There is an app called X in my iPhone which can tell you whether or not you have installed other apps before in this iPhone.
Then I installed an app A into my iPhone, and app X tells me A has not been installed before.
Then I uninstalled app A and then reinstalled it, and app X tells me A has been installed before.
How does X know that A has been installed or not?
And how can I completely remove app A and let app X tells me A has not been installed?
I have jailbreaked my iPhone, is there any app can do that?
I am not quite sure if I understand what you are asking for. But if you are asking, how X is doing what you described, here is my guess:
If your iPhone is jailbreaked, every app can have full access to the file system. There is nothing on your phone the app can't find.
Under these circumstances, it is pretty easy to check if an app has already been installed:
Each app is installed in a path with a unique id. This id, however, changes with every reinstall (and maybe even if you update the app). What doesn't change is the bundle identifier in the app inside the app's info.plist. This means, if you see the same bundle identifier in two different folders over time, the app has been installed multiple times.
If app X is running in the background that is even easier: If the folder of app A is removed, the app has been uninstalled. As the phone is jailbreaked, app X can constantly check this.

iPhone 5 crash after app store update [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
My applications update just entered the appstore. The problem is the application is crashing in iPhone 5, it doesn't start. I tested it in iPhone 4 and iPad and it is fine.
Does anyone have an idea why this is happening, or why the update was accepted in the store?
It doesn't crash when running from the xcode.
To reproduce your error install the previous version on your iPhone, then start the current version from xcode with debugging.
Sometimes such crashes happen for example when your previous version stored something in NSUserDefaults and your new version expects something different. Therefore it's very important to test the update scenario.
Apple does accept applications that crash but do not crash very often. I have experienced several of my apps still crashing have been accepted by Apple. May be they don't test it comprehensively or they ignore some crashes that happen only when a certain functionality is targeted i.e don't crash too often.

iOS 7: Delete application with grey background [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have problem with deletion of application with grey background:
Longpress at app, selecting X mark and "Delete" option do nothing. Also have tried to do it through iTunes with no result. But I can remove all other applications on device. Can someone help me with it?
I'm using iPad mini with iOS 7.0.3.
UPDATE 1:
I incorrectly edited plist that goes with .ipa file and tryed to install this .ipa. That's why this situation occured.
Fix the issue with the plist, and push the app to the phone again. I've seen this issue with an invalid IPA, and I can't get around it until I update the app. But once I do, everything goes back to normal.
Make sure you are signing the app with your "Ad-Hoc" provisioning profile BOTH when you Archive it, AND when you validate and distribute it from Organizer.

Test apps on device while Apple Developer Portal down [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm trying to test my app on my device using the Xcode Wildcard App ID. However, the Apple Developer Portal is down. When I try to run the app, I get A valid provisioning profile for this executable was not found.I've tried disabling code signing using methods I've found here and other places on the internet by editing the SDKSettings Plist file, and I get an error message No code signature found.
To make matters worse, the provisioning profile for my app expired during the outage, so I can't use that either. How can I test my app on a device before the portal is back up? I use cocos2d, so the framerate in the simulator is horrid.
I'm afraid you're SOL, unless you're willing to jailbreak...
Nope, Testflight can solve your problem. You just need to release your .ipa

Resources