How to remove a test group from a build? - app-store-connect

I have an app in iTunesConnect with version number 1.0 and build number N.
If I submit a new version with build number N+1, or N+2 etc. then test flight is automatically generating invitations to a group that had been previously added to 1.0 build number N-1.
I don't want it to do this, but I can't find anyway to either remove the group (there is an add new group button, but not a remove group) nor can I find a way to turn off automatic notifications to testers.

If you hover your mouse over the group in the test flight UI. You can then remove the group by clicking on the red icon:

Related

How to create a list which sorts its self like games with the animation

I am creating a game in flutter in which I want to create my leader board page in which I want to achieve the list like Reorderable widget but in that we drag the tile manually but I need to get it automate ,it should elevate and lower another tiles same animation like Reorderable list but it should be automated
I hope I will find some solution with large community
You can take a look at the AnimatedList in Flutter: https://api.flutter.dev/flutter/widgets/AnimatedList-class.html
When a new value is inserted (or removed), it is automatically animated (and you can of course customize this animation to suit your needs).
I'm not sure how you would handle moving an item from one place to the next in the list, though.
Update
I found this other SO thread which mentions the great_list_view package, in which you can just update your underlying list (with the new score, or sort it again) and it will automatically animate it for you. That sounds like a good option, and the package has recently been updated and has a decent amount of likes on pub.
https://pub.dev/packages/great_list_view

react-native-device-info unique ID

Is it safe to use a react-native-device-info unique ID? From what I can understand it will always remain unique for both iOS and android no matter how many times the app will be uninstalled.
If not kindly suggest what else we can use to uniquely identify the device since I want to make sure every user login with a separate device.
const uniqueId = DeviceInfo.getUniqueID();
// iOS: "FCDBD8EF-62FC-4ECB-B2F5-92C9E79AC7F9"
// Android: "dd96dec43fb81c97"
Notes
iOS: This is IDFV so it will change if all apps from the current apps
vendor have been previously uninstalled. android: Prior to Oreo, this
id (ANDROID_ID) will always be the same once you set up your phone.
I was doing SDK for analysts, which generates billions of events every day and I can find the following.
For iOS:
IDFV - changes after user re-install app(if user had only one your app).
I recommend to use next form: currentTimeInMilliseconds_IDFV and save this to KeyChain. KeyChain is updated only after user reset the device to the factory settings.
For Android:
Android don't have a cool version.
I recommend to use form: android.os.Build.SERIAL_Settings.Secure.ANDROID_ID.
Each argument aren't unique and one million devices have about 100 repeats.
But sorry, I don't have example for react native, if you need an example I can search later.

How to change bundle id in new iTunes Connect?

I'm trying to change to a different bundle id in iTunes Connect but i can't find a way to do it in the new interface introduced by Apple. Also, i can't find the SKU information of my app like in the old iTunes website. My app is still not submitted for review. Any help?
I also have the same issue, and have been able to edit this field in past apps. I called Apple support and they said that the issue is; that once Game Centre is turned on for a BundleID it becomes non editable. We even tried turning Game Centre off but to no avail. They told me the options were to use change the BundleID back in Xcode to match the BundleID in iTunesConnect or to change the name of my game in iTunesConnect (to free up that name) and then create a new app/game in iTunesConnect with the newly freed up name and now proper BundleID.
It should be noted that if you change the name to free it up and create a new app/game, you will not be able to delete the old game/app from your iTunesConnect. It will just sit there in limbo.
They said that there is NO way to edit this field once it has been marked is not editable.
This doesn't answer the issue on how to change it but may make it so people stop spending hours trying to change their BundleID.
Cheers
Go to iTunes Connect
Select your app
Click on More
Click on About This App
Change your bundle ID
Click on Save
iTunes Connect > Your App > More > About This App
You may need to change the Bundle ID dropdown to Wildcard which makes the Bundle ID Suffix will be editable. You can put the full Bundle ID in there: i.e. “com.companyname.appbundleid"
To refine on all of these great answers
iTunes connect -> Your app -> on the left side panel App information and under General information you can locate the bundle ID drop down menu and select a different id and then save your changes.
Don't forget to add the new id to Apple developer portal 1st.

iTunes Connect: Where did the vendor id go?

As of yesterday, Monday 2/17/2014, the iTunes Connect site changed. I can no longer find the vendor id on any of the iTunes connect pages. I find the Apple ID fine for each app, but I need the vendor id, not the app id.
We have been running the autoingestion tool for years to pull download numbers for our clients' apps. As of yesterday I can no longer find this vendor id for the autoingestion tool.
Can somebody point me to where I can find this id?
With the last update on iTunnes Connect, in the Sales and Trends section, pressing on the top
right menu that shows "Top Content" can access to the Reports entry (direct link).
There you can see the "Vendor" selector, pressing on it you can see the Details of the vendor with the following format:
VendorName - VendorId
Hope it helps.
There is another way with the existing reportingitc2 URL. Choose "Reports" from the top left menu (Where default is "Top Content"). From the form that will be shown, choose monthly report and download. The downloaded file will be of format S_M_(VendorID)_TIMEPERIOD.TXT
Read on Apple Dev Forum
"Removing the numeral 2 in the url reverts back to the old interface."
so visit
"https://reportingitc.apple.com/index.html" instead of
"https://reportingitc2.apple.com/index.html"
https://devforums.apple.com/thread/219844?tstart=0
Its works but I don't know how long it will work for.

How to delete an app from the App Store with NEW iTunes Connect

I want to delete the tested app from iTunes connect.
When I searched this topic in google i got one solution but i did not get any thing if i am following this procedure.
AppDeletionFromitunes
Please help me if any solution is there
Thanks&Regards
smily
Even in new iTunesConnect, you cannot remove applications that are in any other state than Ready For Sale unless it was approved at least once before.
As you wrote a tested app I guess it is not available on the AppStore or Ready For Sale. You will not be able to delete it.
You can't delete but you can hide it. Go to the Pricing tab (Rights and Pricing) and deselect all the countries. To be able to deselect all the countries click on 'specific territories'. After doing that the status of the app would change to 'Developer Removed From Sale'