IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label request. Show all posts
Showing posts with label request. Show all posts

Wednesday, March 5, 2014

Safari developer enrolment - we are unable to process your request


Hey Guys and Gals!



I'm not able to get certificate to assembly and run a custom Safari extension.



Specificially I can not even enroll the Safari developer program. I get this screen:





I go with Individual licence, accept terms and I got only this message:





That's the screenshot:




 What is really weird, its the url that has "ios" in it, it makes me think, the redirect happened to some wrong URL as I'm applying to Safari dev program.



What I have tried:



  • Different browser (Safari / Google Chrome / Private browsing).

  • Click 'Cancel' and try again.

  • Start whole process over again.

Nothing really worked out.



Any help is highly appreciated. Thank you!



--


Cheers,


Ignat.


View the original article here

Tuesday, March 4, 2014

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Monday, March 3, 2014

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Re: Problem when transfer app to another developer account - Unable to process request

Just found out you can transfer app, the problem is resolved, hee hee.


View the original article here

Tuesday, September 10, 2013

We are unable to process your request - account activation

Hi

 

I keep getting this error

 

We are unable to process your request.

Please go back to the previous page, or quit your browser and try your request again.

I keep clicking on the activation link and then Activate and i keep going around in circles. How can i fix this ? Is there a problem with my account or is it a server issue ?

 

I contacted the help using the link but no reply in 40 hours at time of writing.

 

Thanks

 

Hanson


View the original article here

Re: We are unable to process your request - account activation

This is the #1 FAQ here right now. Search here and use the 'More Like This' links on the right.

 

As well, try Safari on Mac.


View the original article here

We are unable to process your request - account activation

Hi

 

I keep getting this error

 

We are unable to process your request.

Please go back to the previous page, or quit your browser and try your request again.

I keep clicking on the activation link and then Activate and i keep going around in circles. How can i fix this ? Is there a problem with my account or is it a server issue ?

 

I contacted the help using the link but no reply in 40 hours at time of writing.

 

Thanks

 

Hanson


View the original article here

Monday, September 9, 2013

Re: iads request sending but no impressions

Same problem, same version...


View the original article here

iads request sending but no impressions

iads request sending but no impressions


View the original article here

Thursday, April 11, 2013

Re: iPhone ignores MDM command request

Hi,I'm new for mdm develop.I have created the certificate and get the company.pem file,

but I dont know  how to build myself server or enroll the divice .Could you tell me how to do it?

My email address is 373380675@qq.com

Thank you very much!!


View the original article here

iPhone ignores MDM command request

Hi,

 

I've been developing an MDM server, and I'm able to make an mdm push to my iPhone, and the server is receiving the Status "Idle" message in plist format delivered by the device.

The problem comes after my server replies with a .plist which contains the command to be executed by the device. I tried with the DeviceInformation command. Looking at the console in iPCU, the iPhone shows the message "MDM: Transaction completed. Status: 200".

But the next time the device contacts the server, it has no body, it contains no .plist with the device information I requested. It only appears the 'Content-Type: application/x-apple-aspen-mdm; charset=UTF-8' and that's it.

It's like the device doesn't read, or ignores the command I just sent. Up to the point that I changed the contents of the .plist sent to the device, making the format incorrect; the iPhone wouldn't even launch an exception upon a format error. It keeps saying Transaction Completed. Status: 200.

 

I'm working in c#, using an HttpHandler, where inside the ProcessRequest(HttpContext context) method I have the following code that replies to  the device:

 

                    XDocument resp = XDocument.Load(new StreamReader(".../DeviceInfo.plist"));

                    context.Response.Write(resp);

                    context.Response.ContentType = "application/xml";

 

Is something wrong about the way my server replies? What am I missing? I've been trying to follow the MDM Protocol pdf, but I'm stuck here.

 

Any help would be greatly appreciated,

 

Thanks


View the original article here

Unable Purchase from itunes store Your request doesnt complet !!!

While im trying to buy package from any game the request couldn't completed!!!


View the original article here

Unable Purchase from itunes store Your request doesnt complet !!!

While im trying to buy package from any game the request couldn't completed!!!


View the original article here

Monday, April 1, 2013

Xcode request?

I'm trying to find a place to submit request for Xcode. I would like to be able to pull the panels out of the main window to give more working room. I know I can just close them, but that doesn't help to close them, and then open them again just to re-close them. I would like to have them pull out to a second monitor and be open all the time. Thanks


View the original article here

Tuesday, February 26, 2013

iPhone ignores MDM command request

Hi,

 

I've been developing an MDM server, and I'm able to make an mdm push to my iPhone, and the server is receiving the Status "Idle" message in plist format delivered by the device.

The problem comes after my server replies with a .plist which contains the command to be executed by the device. I tried with the DeviceInformation command. Looking at the console in iPCU, the iPhone shows the message "MDM: Transaction completed. Status: 200".

But the next time the device contacts the server, it has no body, it contains no .plist with the device information I requested. It only appears the 'Content-Type: application/x-apple-aspen-mdm; charset=UTF-8' and that's it.

It's like the device doesn't read, or ignores the command I just sent. Up to the point that I changed the contents of the .plist sent to the device, making the format incorrect; the iPhone wouldn't even launch an exception upon a format error. It keeps saying Transaction Completed. Status: 200.

 

I'm working in c#, using an HttpHandler, where inside the ProcessRequest(HttpContext context) method I have the following code that replies to  the device:

 

                    XDocument resp = XDocument.Load(new StreamReader(".../DeviceInfo.plist"));

                    context.Response.Write(resp);

                    context.Response.ContentType = "application/xml";

 

Is something wrong about the way my server replies? What am I missing? I've been trying to follow the MDM Protocol pdf, but I'm stuck here.

 

Any help would be greatly appreciated,

 

Thanks


View the original article here

Thursday, February 14, 2013

iPhone ignores MDM command request

Hi,

 

I've been developing an MDM server, and I'm able to make an mdm push to my iPhone, and the server is receiving the Status "Idle" message in plist format delivered by the device.

The problem comes after my server replies with a .plist which contains the command to be executed by the device. I tried with the DeviceInformation command. Looking at the console in iPCU, the iPhone shows the message "MDM: Transaction completed. Status: 200".

But the next time the device contacts the server, it has no body, it contains no .plist with the device information I requested. It only appears the 'Content-Type: application/x-apple-aspen-mdm; charset=UTF-8' and that's it.

It's like the device doesn't read, or ignores the command I just sent. Up to the point that I changed the contents of the .plist sent to the device, making the format incorrect; the iPhone wouldn't even launch an exception upon a format error. It keeps saying Transaction Completed. Status: 200.

 

I'm working in c#, using an HttpHandler, where inside the ProcessRequest(HttpContext context) method I have the following code that replies to  the device:

 

                    XDocument resp = XDocument.Load(new StreamReader(".../DeviceInfo.plist"));

                    context.Response.Write(resp);

                    context.Response.ContentType = "application/xml";

 

Is something wrong about the way my server replies? What am I missing? I've been trying to follow the MDM Protocol pdf, but I'm stuck here.

 

Any help would be greatly appreciated,

 

Thanks


View the original article here