Can't add a new member to team in iTunes connect - xcode

We have an iOS app that is fully managed in Xcode by the Agent setup in iTunes Connect.
Now, as our team grows, we tried to add a new member who would be responsible for uploading new versions. But we cant succeed in doing this.
In iTunes Connect, this new member is listed under 'Pending Invitations'. The email was sent out and user has accepted the invitation, but status didn't change.
When doing a re-send invitation, the second mail is well received, but clicking on the 'Accept' brings message 'Already a Member'. Status in Itunes Connect stoically stays with listing user under 'Pending Invitations'.
Xcode allows signing in with the new user, but doesnt see it as being a member of the team.
Although having checked the docs carefully, we must have missed something in this process.

If the member don't have a apple id account on his email he should create it before when he accept the invitation, if it's the case you should wait the itunes validation and it's ok.
check the apple documentation for more details.

Related

Error 550 5.7.708 when creating Calendar Events via the Graph API

When creating Calendar Events via the Graph API, the events are created correctly in the calendar of the organizer but the invites to the participants get bounced. The organizer gets a 'Delivery has failed...' message with the following error message:
Remote Server returned '550 5.7.708 Service unavailable. Access denied, traffic not accepted from this IP. For more information please go to http://go.microsoft.com/fwlink/?LinkId=526653 AS(7171)
Sending emails manually through Outlook (web) from the organizer to the participants works fine.
The issue is intermittent. After changing the DNS server, everything worked fine for some time.
I checked https://protection.office.com/restrictedusers as suggested in the answers to similar posts, but this list is empty.
I also tried delisting the IP address (my own?) through https://sender.office.com/, but to no avail.
The tenant is linked to the Microsoft Developer Program and would allegedly have a 'bad reputation'. However, I don't understand how that would explain the fact that it sometimes works and sometimes doesn't when sending exactly the same API request and hence 'triggering' exactly the same emails...
I think the best way to overcome this would be to add a domain to your developer tenant as per the guidance here:
https://learn.microsoft.com/en-us/Exchange/mail-flow-best-practices/non-delivery-reports-in-exchange-online/fix-error-code-5-7-700-through-5-7-750#57750-client-blocked-from-sending-from-unregistered-domain
Add and validate all domains in Office 365 that you use to send email messages. For more information, see Add a domain to Office 365.
I'm not guaranteeing this will resolve it. You have to understand that those developer tenants are only meant for experimentation and so there are checks and balances to ensure they are used in a bad manor.
How many emails are you sending through this tenant?
Calendar events are sent out via email. Add the "Mail.Send" permission to you App Registration.
This solved it for me.

Unable to invite internal users in apple TestFlight

I have no experience in publishing apps on the App Store. I have created an app from Xcode 6, archived it, validate it and submitted to iTunes Connect. While is pending for being reviewed I decided to try the new apple TestFlight functionality.
Following the tutorial video (https://itunesconnect.apple.com/downloads/Documentation/TestFlight-v09-iTC-Export-sw.mov) I have performed these steps:
I have added another apple ID that I own under the User & Role section giving him a Technical role
I have accepted the iTunes Connect email invitation for that user
I have selected my app, then my build and enabled it for TestFlight
I went under the Internal Testers section and invited the user
Still the status for the user is not being displayed as invited and I didn't received any email invitation to test the build.
As you can see I also tried to invite my own apple id account, the status changed to invited but I didn't received any email...
In addition refreshing the page brings me back to no invitation at all for the new user:
Am I doing something wrong? I fear I am missing a step during the build submission or maybe that since the app is reviewing for the app store I cannot invite beta testers...
I have also tried to toggle again the testflight build toggle (as suggested here: https://stackoverflow.com/a/26579651/2701348) but nothing changed.
The problem with inviting an internal tester is that you cannot have an internal and external tester with the same apple ID.
Although deleted and recreated the user in user roles I still had the same problem. When I removed the duplicate email from External Testers and went back to Internal Testers, the invite was sent.
I managed to solve the issue. To make the invitations work again you must:
Under Internal Testers and Users and Roles: delete the users you are not able to invite
Under Users and Roles invite them again to join iTunes Connect
Enable them as testers
Go to your app build and invite them again as internal testers
Hope this might be useful.

Getting TeamCity notify using Google Talk

I'm setting up TeamCity 7.0.3 on a build machine. Everything is working OK apart from the Google Talk notifications using the Jabber notifier. When I send a test notification it works fine. But when the build completes/fails I don't get any notifications. The notifications do work locally on the machine using the system tray notifier. I have registered for all projects and all events but stil nothing is coming through. I am using the same gmail account to send the message as to receive it which could be a bit odd but the test messages work. This could be a firewall issue I guess but again the test message works.
Any ideas?
I use the following settings in TeamCity 7.1 to set up Jabber:
http://i48.tinypic.com/9ay0xz.png
Obviously, replace my_user#gmail.com with the Google Talk user that should send notifications. Note that, when using Google Talk, you can't send messages to yourself, so the Server User must be different than the Jabber accounts for any users that want to receive notifications.
Now, you need to configure the notification rules for your user. Click on your name in the upper right hand corner, then in "My Settings & Tools" click "Edit" beside the Jabber Notifier under "Watched Builds and Notifications". This page looks like this:
http://i47.tinypic.com/xpq3y9.png
Note that the "Jabber Account" must be different than the "Server User" above (or else you won't receive notifications; this is the first mistake I made when first setting this up). Also note that you must set up rules for each build or groups of builds that you want Jabber notifications for by clicking "Add new rule." Jabber Notifier will not inherit your Email Notifier rules (this is the other mistake I made when first setting this up).

No Suitable application record were found. When Validating Application

Okay I register my application to Itunes connect. I make sure that the correct application name and bundle is available.
Then I archieve my project and then I want to validate.
Then I got this message.
What is exactly wrong?
Is apple cannot figure out any application with the same bundle id and the same application name? Which one mismatch?
This is a common error. Just make sure that you set your app's state to waiting for upload
From Apple's documentation:
Troubleshooting: If Xcode doesn’t find an iTunes Connect application
record for your application, the “No suitable application records were
found” dialog appears. This dialog also appears when the application
record state is not at least Waiting for Upload.
When you register your app, it becomes 'Ready For Upload' first. You have to put it to 'Waiting For Upload' manually, by clicking the bottom-right button in iTunes Connect.
I'll add another answer because I just spent the last 30 minutes trying to figure out why I could not get validation to work...
If you have multiple iTunes Connect accounts, make sure you are logging in with the correct account that you created the app in iTunesConnect with.
It sounds like a no-brainer but the Organizer remembers the credentials that you last validated with for deployment. The last app I shipped was several months ago under my contractor credentials. My new app is under my own credentials but I was trying to authenticate with the saved contractor credentials. ugh.

Problems in Apple Push Notifcation Service

I am working on Apple Push Notification and I want to clarify few things.
1. Is Certificate signing request name and email should be on that person name which have Developer account on Apple Developer Portal, both account on same name and email??? because i am having Problem and i have different.
2. I made Provisioning Profile of app successfully but when i edited it, show status "Error", I again edited but same Prob, then I delete it and made again with same App Id then again it generated status Error, some one help me how to tackle this situation???
To answer your first question, no they don't need to match up. It is advised that they do however.
I'm going to hope your second part is answered by now, but I would try creating a new app ID. Perhaps there is something funky going on, I've never had this issue and I've created a hand full of app IDs and provisioning profiles.

Resources