provisioning

Is it possible to make an eclipse p2 provisioning mechanism running *locally* ?

Eclipse 3.4[.x] - also known as Ganymede - comes with this new mechanism of provisioning called p2. "Provisioning" is the process allowing to discover and update on demand some parts of an application, as explained in general in this article on the Sun Web site. Eclipse has an extended wiki section in which p2 details are presented. ...

Why move your Javascript files to a different main domain that you also own?

I've noticed that just in the last year or so, many major websites have made the same change to the way their pages are structured. Each has moved their Javascript files from being hosted on the same domain as the page itself (or a subdomain of that), to being hosted on a differently named domain. It's not simply parallelization Now, t...

iPhone Xcode project.pbxproj + Subversion = code signing issue?

Try to commit my first iPhone application to Subversion found that there's "code signing identity" section in my xcode project.pbxproj file. CODE_SIGN_IDENTITY = "iPhone Developer: my username here...; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: above..."; The issue is, in our team we use different provisioning which boun...

Create provisioning profile in iphone application

HI all, How can i build provisioning profile in iphone application? Please help, urgent. Thanks & REgards Khushi ...

iPhone provisioning profile problem

My iPhone application runs fine in the simulator. I'm trying to deploy it onto a physical iPhone. When I install the provisioning profile, my Organizer says "A signing identity matching this profile could not be found in your keychain." I can't resolve this. What do I do? ...

iPhone Development Provisioning Assistant Step 3 public/private Key problem

Hi I am using the Development Provisioning Assistant At Step 3: Verify your private and public keys in Keychain Access, I have the "iPhone Developer: XXXXXXX" certificate in the Keychains->login, but I can't find any keys. If I click Category->Keys I see nothing. What should I do to make it has the private key and public key there? ...

iPhone provisioning problem: Public/Private Key

Hi, provisioning problem again. Refering to my question: http://stackoverflow.com/questions/609486/iphone-development-provisioning-assistant-step-3-public-private-key-problem I have another mac computer which needs to install the certificate. This page described how to "Saving your Private Key and Transferring to other Systems": http:...

iPhone Provisioning: Is keychain is inserting wrong email address into the CSR?

I was having a problem where my Dev cert didn't expand (was not linked) to my private key. I tracked the issue down to a discrepancy in the email used to create my Dev Cert and the one keychain was auto-selecting when I installed my CSR that I created to make my Dev cert. I verified this by examining the contents of my CSR as follows. ...

What are the ramifications of deleting your old distribution certificate if you have lost your private key? (iPhone SDK)

If I lost/have no access to the private key associated with a distribution certificate: Can I just create a new one? If I do, will it produce any problems during the submission process? Will apps signed with the old certificate stop working? Will I be able to update apps signed with the old certificate? ...

What does the error message "No provisioned iPhone OS device is connected." mean?

Yesterday I testet a lot on my device. Suddenly I get this error message when I hit Build & Go in Xcode. First, it asks me if it's ok to sign with my key. I click yes, and then that error message appears. My iPod is connected as usual, iTunes starts automatically and I close that to prevent interruptions. I tried restarting Xcode. Doesn...

Setting a provisioning profile from within xcodebuild when making iPhone apps.

I'm using xcodebuild to compile my iPhone app from the command line. Is there a way to pass in some sort of option to set the provisioning profile? There seems to be not very much information about xcodebuild in general. ...

Is there an open-source mysql provisioning solution?

I am thinking of writing a small MySQL provisioning for my organization's internal use. We are feeling the need as both Developers and Quality Assurance people spend a significant time in preparing databases before they can do their work. So as a first step, I am searching for an existing open-source tool that can do basic MySQL Serve...

provision file error in iPhone OS 2.2

I created an AppID "MyApp", DeviceID "MyDevice" in Program Portal and I downloaded the provision file and drag it to Organizer, downloaded the .cer file and install it on Mac. All these works fine, but when I build my app, an error pops up saying "CodeSign error: a valid provisioning profile is required for product type 'Application' i...

Question about provisioning assistant

The provisioning assistant in Program Portal doesn't allow me to add dot for App ID(like com.company.app). I can only add App ID with com.company.appname in Program Portal without assistant. But that App ID doesn't show up in assistant, what's the problem? ...

Question on Google Provisioning API and SSO Password change propagation

Hey all, I'm using the Google Apps Provisioning API to synchronize user data with our internal database (MySQL). For every new user created through our site's backend, a corresponding user in created in the GoogApp system. Change is passwords are also synchronized accordingly. I'm about to implement SSO, so that logins performed on ...

Application could not be verified error when building app for iPhone device

OK, I've just got myself a shiny new MacBook Pro, and having been developing my iPhone app on another MacBook, I wanted to migrate my development to my new computer. I've got to the stage where I can build the app and run it on the simulator no problem, but when it comes to running the app on my iPhone, I keep getting "The application c...

ad hoc distribution on ipod touch.

I am developing a game for the iPhone and have at least 8 people to beta test for me using ad-hoc distribution. I created a provisioning file with all of there phones id's and built my app using that provisioning file. I emailed out the app and that mobileprovisioning file to the people. Three of them have ipod touch devices. It seems t...

How can i fix this mismatching iPhone provisioning problem?

I recently upgraded to the iPhone 3.0 sdk. Once i did this, i needed to reinstall the correct provisioning profile on my iPhone. However, i can no longer deploy to my device when i need to debug things. In the organizer window i get the following error: The iPhone “(my iphone)” doesn’t have the provisioning profile with which ...

SharePoint file provisioning not working.

Hi there. I have created a feature in Visual Studio, using WSPBuilder to build the .wsp file, which contains some aspx files that need to be copied to the _layouts folder. I created the 12 hive structure in my project, copied all the xml files (feature.xml for example) to the right subfolders, put the aspx files in the right place and b...

Ruby server provisioning tool

I'm looking for a server provisioning tool, hopefully in Ruby, that fits in the gap between tools like Kickstart and tools like Chef. I need something that can connect over SSH and set up users, keys, install tools, etc. Something that can go from an empty OS to a working Chef instance, at least. I've been experimenting with mass.pl (...