Cant find agreements?

Hi,


I just logged in with my account on itunes connect. It gives a note that i need to accept 2 new agreements. Review the iOS Developer Program License Agreement and Review the iOS Paid Applications Agreement.


The first one wants me to go to the member center. I go there and no agreement?

The second one wnat me to go to contract,tax and banking. It asks me to loging again and then i get to the previous screen again? I am getting so tired of things like this. I dev also for android and wp and w. These work as the should. No keys and profiles. It's just rediculous how apple wants you to dev. But again please fix this or maybe someone knows a fix.

Posted on Jun 12, 2013 12:43 PM

Reply
36 replies

Aug 12, 2013 7:10 AM in response to funkyj4ever

After submitting a third request, mine was finally fixed. Apple displayed additional contracts to view this morning, so I requested those.


Apple DID NOT REPLY TO MY REQUEST TO INDICATE SOMETHING HAD BEEN FIXED. Losers.


Honestly, I work for a large company and if I treated my customers like this I would get fired.


Anyway, guys, check back there often, because you wont get an email.

Aug 26, 2013 10:16 AM in response to funkyj4ever

Getting a message today System maintenance in progress... The page is currently unavailable due to system maintenance. Please check back later.


Has anyone been able to get to the Contracts,Tax and Banking section since this mess went down? https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/jumpTo?page=cont racts


is the message related to this thread? Member center status page says everything is up.

Sep 6, 2013 4:19 AM in response to akiiskin1

Help!


Have been having the same problem as others, none of the solutions that people mention have worked. Have tried other browsers and the 'request ammendment' button does not exist from what I can see.


Have emailed support but no reply.


Does anyone know a phone number that I can call support on to get this fixed.


Anyone from Apple monitoring this please sort this problem, it's been going on since June!!!

Nov 1, 2013 3:39 PM in response to angrywater

The same issue, there is no button to request an agreement.

But accoring to JavaScript inside Contracts page, those buttons should exists:


<script type="text/javascript">

document.observe('dom:loaded',function(){
set_dropdown_actions();
});
var set_dropdown_actions = function(){
$$(".ajaxListItemRowDropdown").each(function(element){
set_request_button_state(element);
});
$$(".ajaxListItemRowDropdown").invoke('observe','change',function(event){
set_request_button_state(Event.element(event));
});
};
var set_request_button_state = function(select_field){
var image = select_field.up('div.ajaxListRowDiv').select('img.ajaxListItemRowImage')[0],
val_is_empty = isNaN(select_field.value * 1);
if(val_is_empty === true){
image.src = image.src.split("request-blue-btn.png").join("request-disabled-blue-btn.png");
image.removeClassName('ajaxListRowDivColumnCustomActionItem');
// request-disabled-blue-btn.png
}else{
image.src = image.src.split("request-disabled-blue-btn.png").join("request-blue-btn.png");
image.addClassName('ajaxListRowDivColumnCustomActionItem');
};
};
</script>

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Cant find agreements?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.