Error trying to create itunes app store test user; Could not convert Apple ID account to iTunes store account - objective-c

What I am trying to do:
create a test user for testing in app purchase in my app.
What I am doing:
Logging into itunes connect.
Clicking on Manage Users
Clicking on Test User
Filling out the form.
What Error I am getting:
Could not convert Apple ID account to iTunes store account.
Doesnt seem to matter how I fill that form out I keep getting the above error. What am I doing wrong?
If I then try and resubmit the form again i get:
The email address you entered already belongs to an existing Apple account. Please try again.,
However when I look at my users it tells me I dont have any and when I try and use one I created it doesn't let me.

I had accepted all agreements, and apparently time heals all wounds because as of 11/19/2011 its back up and working.

I had this problem today as well. When I went to go create a test user this morning, it would give me the same error. Just a few minutes ago I thought I'd give it another try and when I logged in, I noticed that I needed to accept a new agreement amendment (which I had forgotten to do this morning). After accepting the agreement, I was then able to create a test account without any issues.

I switched Country to United States - and it helped me to fix the issue & to create in-app test user.

Related

Manually change change user .metadata.creationDate in firebase

I have IAP with trial period (2 weeks).
So I need to demonstrate it to apple review team.
But I can't because I create a user to their review and for this user 2 weeks trial period not end & it's far from it :)
Can anybody tell me please, how can I change this user's .metadata.creationDate firebase to make available demonstration of my IAP?
The creation date of a user is set by Firebase Authentication when it creates that user record, and cannot be modified.
You will either have to create another user for the test, store a separate creation date somewhere that you control, or create an exception for this specific user's UID in your code.

Google Developers Console - Oauth consent screen configuration doesn't save the input

I'm trying to connect my application with Google calendar to receive data. I registered a new application in Google Developers Console, activated Google Calender API and tried to configure the Oauth consent screen.
There I selected my email address, entered a product name and tried to save it.
What it says:
Sorry, there’s a problem. If you entered information, check it and try again. Otherwise, the problem might clear up on its own, so check back later.
What's my mistake here? By Google it is not the best failure description. I also can not find anything else about it in the internet, only that some one suggested to enter a billing account, what I don't want. Any ideas?
I signed out of all Google accounts, signed back in, and then it worked.
I meet the some problem.
I used google cloud with two accounts, i guess there is conflict with two accounts. I clean the chrome browser history and cache , then the problem is solved.
If anyone is here within this last week in 2020, this is a GSuite bug that's being tracked here -
https://issuetracker.google.com/issues/150325704
No one has been able to update or create add-ons. Clearing cache, incognito - none of it has any effect here. Just have to wait for the devs.

Delete user from iTunesConnect

I have added my developer as iTunesConnect User for the development period. Now that the development is done, I want to remove him from the users but I get the option of only unticking him which only stops him from getting the emails for new builds but he can still login into my account and access my apps, users & roles and the previlidges assigned to him as technical guy. I want to remove him from the users list.
I refer you to check this page https://developer.apple.com/library/mac/recipes/iTunesConnect_Recipes/Articles/ManageTeam.html

Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store"

I'm working on In-App purchases to my iPad app. I am able to receive the productsRequest:didReceiveResponse method, and receive the array of products.
My problem arises when I add a SKPayment to the SKPaymentQueue. After I add the product to the queue, in the paymentQueue:updatedTransactions method the transactions always have the state SKPaymentTransactionStateFailed.
I NSLog the transaction.error and this is what it returns:
Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store"
UserInfo=0x339120 {NSLocalizedDescription=Cannot connect to iTunes
Store}.
And also i am not able to add any new test user in Manage User.
Any solution is most welcome.
Thanks
This problem may also occur if your app is in Sandbox and your AppStore account isn't valid for Sandbox environment. In my case I was logged into AppStore with my private account and each time I tried to make purchase I got the same error as you.
So solution is:
log out from your AppStore account (from Settings)
go to your app and try to make purchase
when app asks you for Apple ID choose "Use Existing Apple ID" and login with your Sandbox account
In addition to the above answers, make sure you run on a device and not on the simulator. That solved the issue for me.

not able to see In app purchase test user on Clicking of Manage user

i want to set up a test account to test in app purchase on sandbox, i am logging into intunes connect and following the same procedure as prescribed in the itunes connect developer guide. i am clinking on manage user, but i am not able to see the window where i can select test in app purchase user.
do i need to do any change in my profile to make it visible.
Just didn't had the paid app contract certificate so wasn't getting the page
now it is working fine... In case anybody is stuck in this, check it once.