Developer Options is gone, almost. It’s not just on Nexus 7 or Galaxy Nexus. Google has hidden the developer settings in the latest version of Jelly Bean, 4.2 for some reason. You can however easily enable it again. Go to the settings menu, and scroll down to and click “About phone.” Scroll down to the bottom
Tag: developer
Xcode A valid Provisioning Profile For This Executable Was Not Found
Xcode yet another provisioning issue when developing and debugging on your own iPhone. This was right after deployment where you switch it to iPhone distribution when doing a release. The error: A valid provisioning profile for this executable was not found. You cannot debug while the provisioning profile is selected to “iPhone Destribution”. Switch it
Android Developer This Class Is Not Available With API Level 15
When searching on http://developer.android.com you might run into this message you can’t close or so it seems. The error message: This class is not available with API level 15. To use this class, you must develop your app using a build target that supports API level 16 or higher. To read these APIs, change the value of
Android Developer Respond To User Reviews
You can now if you’re a Top Developer respond to your users reviews. Android Developers blog. Here’s a quick way how to respond to your users reviews. As for now it’s only Top Developer badge () which can do this, the user will get a mail when the developer has responded to his or hers review. Google has
iOS Development Error: No identities are available for signing
When trying to publish an iOS app to app store the following error came when running the validate. “Choose an application record and an identity to sign with: No identities are available for signing” Now by searching the iOS Developer Library, guides and stackoverflow the problem could be several different things. However in this case