I can't upload my application in App Hub,When i submit a application then it shows an error message "Error occurred connection to server"
Please you help me !
Thank you very much !
I had a similar problem. The AppHub is Silverlight based, try cleaning up your cache of your browser and try again. This solved my problem.
Related
My PC is connecting the internet through Mobile.
While launching Google,am getting "ERR_CONNECTION_TIMED_OUT " some time "NET::ERR_CERT_COMMON_NAME_INVALID" error(Tried with chrome,firefox,IE).But site can reach from mobile.Could you please help on this ? Kindly let me know if any log require for verification.
Try to clear your browser data such as cookies, app data, cache files etc
I'm implementing sign in with Google plus. The implementation is basically copied from examples from Developer Google.
When I login for the first time all works fine. But if I then logout using
[[GIDSignIn sharedInstance] signOut];
next time I login in I get the
Error Domain=com.google.GIDSignIn Code=-2 "keychain error"
Please advice what can be done in this situation.
Thanks
I'm having the same issue here. After doing some tests, i've noticed that if i run my app without the debugger (Build, stop, run app) everything works as expected...try it
Probably a long shot, but try calling disconnect on the sharedInstance?
- (void)signOut {
[[GIDSignIn sharedInstance] disconnect];
}
The problem you are trying to solve is connected with keychain access. To fix issue you simply should go to Target->Capabilities and enable keychain sharing
I submit app on windows phone store. I receive messages:Certification failed. In error file Microsoft send for me, they don't show detail error for me. Nomally, If my app has error, I will receive message "Result: Failed", number of error in error file. I dont' know error in my app can't repair it. What is solution for that, please tell me.
Detail my error file:
Application Test Details:
Capabilities Tested: Networking
Language(s): Vietnamese
Result: None
Failure Summary:None
Exception(s) Applied:None
Thanks!!!
I'm feeling your pain, I've been there before. This site should describe all errors that will be caught during app submission:
http://msdn.microsoft.com/en-us/library/windowsphone/help/jj206735(v=vs.105).aspx
When I try to upload an APK file using testflight upload api, I get this response back.
"400 Bad Request.
local variable 'build_data' referenced before assignment"
I don't understand what this is?
Any help is greatly appreciated.
Thanks
EDIT 08/11/2013 10:03 :
It seems like we also get another kind of error sometimes. Which says "Redis is loading data into memory"
TestFlight was experiencing intermittent service outages affecting build uploads. Please try uploading again.
If you have any questions, I recommend contacting TestFlight support directly at:
http://help.testflightapp.com
Me also have faced the same problem but after 1 hour I have again tried to upload the build . I have succeeded in Uploading the build .
I accomplish to upload by using the desktop app.
I am getting "Server Not found error" while calling Https(SSL) php page. The page is not getting loaded from Wp7 browser giving error as Error loading page, do you want to continue. What are the ways I can by pass the error in WP7 code. The site can be viewed in Desktop
Thanks and Regards,
As you say it works on the desktop without any issue, the root CA for the certificate is likely not one supported by the phone.
Find out what it is and then compare with the details at http://msdn.microsoft.com/en-us/library/gg521150(v=vs.92).aspx