Unable to invite internal users in apple TestFlight - 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.

Related

Google play READ_CALL_LOG permission

Reading call log is the basic feature of my app, but i dont know which option to select among the following in the list in the declaration form.
Default SMS handler
Default Phone handler
Default Assistant handler
Transactional backup and restore for users and archive for enterprise (time-limited/non-continuous)
Enterprise archive, CRM, and device management
Caller ID, spam detection, and blocking
Connected device companion apps (for example, smartwatch or automotive)
Cross-device synchronization or transfer of SMS or calls
SMS-based financial transactions and related activity where access is restricted to financial SMS transactions (for example, 5-digit messages)
SMS based money management
Proxy calls
Services - Carrier
Services - OEM
Device Automation
Physical safety / emergency alert apps (e.g., senior safety)
Call-based OTP account verification
Using SMS_CB_RECEIVED for customer communications (e.g., Smart Zone Cast service)
Write and Show Call History in Dialer
In-vehicle hands-free use or projected display
Anti-SMS Phishing
Since its only write and show call history in dialer option thats close to my requirement, i selected this, but now i got thefollowing email from google.
Google Play
Developer update
Hi Developers at Bot Entity, Thanks for contacting the Google Play
team about your app Whatsupp Direct, com.whatsappdirect.wd. Publishing
Status Publishing status: Rejected After review, your app has been
rejected and wasn't published due to a policy violation. If you
submitted an update, the previous version of your app is still
available on Google Play. Issue: Violation of Permissions policy After
reviewing your app, we found that it doesn’t qualify to use the
requested permissions for the following reason(s): App is using
unnecessary permissions When you submitted your app, you specified
your app's core functionality as follows: Write and Show Call History
in Dialer. However, based on the permitted uses, your app is only
allowed to access the following permissions: WRITE_CALL_LOG. Please
remove the following permission(s) from your app: READ_CALL_LOG.
now how do i get READ_CALL_LOG in the list??

Microsoft Teams App added or removed from personal scope events missing

I try to write an app for Microsoft Teams which does include a Bot.
The bot should write a welcome message as soon as the app is installed by the user in his personal scope. Additionally I want to be informed when the user uninstalled an app.
There are events when a new user is added/removed to a team (onTeamsMemberAdded/onTeamsMemberRemoved) in which the bot is installed, but is there also something for the personal scope?
onTeamsMemberAdded should deal with personal scope as well, and it will enable you to send a welcome message. However, there is unfortunately no way to get notified when your bot is removed. onTeamsMemberRemoved only applies when your bot is part of a group chat, or channel, and only tells if other users have been removed. This is a missing feature in Teams right now.

Setup alert in LUIS (Azure Cognitive Service) to track user activity

I want to know there's some way I can set up an email alert on the LUIS port if any users are changing established intent and utterances.
I need this feature because many users are able to access/edit my LUIS app using the company's single-sign-on, so I want to set up an alert on the portal if any user add/edit intent is in the current app, then I will get an email alert.
Please suggest ways that I can do this.
Nicholas is correct. Your users should NOT have access to your app.
There is nothing in the LUIS app on LUIS.ai that will send an email or notification any time the app is changed, because the only people who should have access to it are the developers.
You need to request from your admin to ensure you and any devs on your bot are the only contributers to your LUIS app.
https://learn.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-keys

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

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.

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