Is there a way to make a one sign in site which will both sign to google apps and my site? I haven't got acces to provisioning api. The only idea how to do it that comes to my head is to somehow bypass it with curl. I'd love to know if there is any other solution, server side or client side. Please, help! I'm using django if that does ch...
Hi,
The osgi R4 specification on 'initial provisioning page 231' talks about
'The result of the request must be a ZIP file(content type application/ZIP)'...'The zip file may contain only four types of dictionary entries: text, binary, bundle or bundle-url. The types are specified in the ZIP entry's extra field'
I don't know a ZIP fi...
Hi all,
I was trying to upload my app to the apple store and I faced some problems.
First I made my app using iPhone SDK 2.2.1 then I upgraded to SDk 3.
Then I generated a certificate from the keychain access and used it to generate the profile.
when I changed the build SDK from simulator to device I got that error
"Code Sign error: Th...
I'm trying to install Zxing on my iphone from source (I know I can get it at the app store, but I want to modify some things in it).
The problem I'm having is that the app won't stay installed on the phone. It will run without a problem, but no icon will appear after I quit the app. I thought it had to do with my manually editing the c...
Our business is looking to automating Dynamics CRM hosting. We've been looking at the options. At the moment, it seems like HMC/MPS would be useful. However, from the looks of it, the frameworks are nearing end of life and are also. HMC/MPS also seems to be based around exchange. Would it make sense to use HMC/MPS to provision CRM or is...
Just got a notice that the provisioning profile for one of my apps is about to expire. Is there some way I can renew the existing one or must I recreate a new one?
...
Finally got MGTwitterEngine stuff to
compile (by setting the Header Search Paths to /usr/include/libxml2 iphoneos3.0/usr/lib/libxml2)
AND link (by removing the Twitter LibXML Parsers code and assigning a weak role to libxml2.2.dylib in Targets: Link Binary With Libraries).
But when I do a Build and Go to the iPhone (not the simula...
I had a fully working build environment before upgrading to iPhone OS 3.1 and Xcode 3.2. Now when I try to do a build, i get the following:
Code Sign error: Provisioning profile 'FooApp test' specifies the Application Identifier 'no.fooapp.iphoneapp' which doesn't match the current setting 'TGECMYZ3VK.no.fooapp.iphoneapp'
The problem i...
The error I received on build attempt was:
Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain
Anyone know how to resolve this?
Thanks // :)
...
Hello all,
I have registered for Apple Developer Program. I have installed my provisioning profile and other certificates successfully. But still, I am getting error while installing the app for ad-hoc distribution.
I am not sure about this, but I am getting my company name as "CXXXXXXXXX.abc-xyz.com" in mobileProvision certificate. Al...
I had an older mac mini that I had used to register the certifications and....etc.
I never really got to the stage for actually using them since i only tested on the iPhone simulator.
Today I have a new mac mini, and i am trying to deploy to a device.
Is there any gotchas here that im missing with this new mac mini?
When i Build & Go t...
I have just added a provisioning profile to XCode (needed to support notifications and in app purchase), setup as needed the build configuration for ad hoc distribution, and tried to run the app on the device (I have done this several times in the past, without any problem).
The app is installed, but it does not start. On the console, I...
I have a project that I've been working on for a while. It is a standard Xcode/Objective-C iPhone app. I created the provisioning file for my device and a couple others. Now I would like to add a few people as testers.
Do I need to download and install a new provisioning file?
Do I need to change settings in Xcode?
What's the eas...
My iPhone development profile is expiring soon. Should I create a new one, or will I be able to renew existing one when it expires?
It seems odd that there's no renew button iPhone Dev Program page, and that devs can take action only when it expires.
...
Thank you for visiting my question and any possible info you can provide.
My question is this: if I use "alternate means" of obtaining some new development hardware, namely an iPhone 2G (Edge only), like Craigslist, can I provision that phone for development and testing without subscribing to AT&T? All Internet usage and testing will ...
I'm attempting to create an Enterprise Provisioning Profile, but the program portal isn't working the way I expect it to (based on the documentation). Here's what I'm seeing:
First, I log on as the Team Agent.
Second, I navigate to the Provisioning section of the program portal.
According to the documentation, I should see 4 tabs at ...
I have been following the discussion from this article,this is what I have done:
Edit /Developer/Platforms/iPhoneOS.platform/Info.plist to look like this:
<key>NATIVE_ARCH</key>
<string>armv6</string>
<key>PLIST_FILE_OUTPUT_FORMAT</key>
<string>binary</string>
<key>PROVISIONING_PROFILE_ALLOWED</key>
<string>NO</string>
<key>PROVISION...
UPDATE
Worth noting that this is only happening when the site definition is called from SPWebApplication.Sites.Add, if I use the UI then this works fine. My code is impersonating the system account when calling this code.
Am I right in thinking that the ApplyWebTemplate() method of SPSite is asynchronous? If this is the case then my ...
Is it possible to renew an adhoc tester's provisioning profile PRIOR to expiration? Currently, it seems I have to wait for it to expire before I can renew it -- which means that my testers lose a day of testing while waiting for me to renew the profile and mail it to them.
...
I'm trying to install an ad hoc-provisioned iPhone app compiled under the 3.1.2 SDK on a device running iPhone OS 3.0 via iTunes. I'm getting a message "The application was not installed because it requires a newer version of iPhone OS." The build settings for the project are "iPhone Device 3.0 (Base SDK)" and "Distribution." The app suc...