Remove test score via iTunesConnect - app-store-connect

On WWDC session 605, it is said test data can be management via iTunesConnect. But I currently can't find how to achieve this.
It is live or am I missing something?

You should follow these steps:
Login in iTunesConnect with appropriate AppleID (the one associated with your iTunesConnect account).
Go to MyApps
Click on your app
Click on Features
Choose GameCenter (among other features) in left side menu
From dropdown menu located in right part of the screen choose "Manage scores and players"
From there, choose the leaderboard you want to manage and click on "manage" button. All scores will show up and you can choose what scores you want to remove, or which player to block.
EDIT:
Just noticed that you are trying to delete all test data before submitting an app to the Store instead of managing already submitted game.
In that case, just chose "Delete test data" from dropdown menu from the picture above. This action can take about 24 hours to happen. So be patient.
Hope this helps!

Related

Google BigQuery: Pinning projects/datasets

I thought I could pin projects to my GCP BigQuery Classic UI,
and then see them as pinned projects in the new UI, but today the PIN icon is no longer showing up next to a project/dataset which I have access to (in old UI), even though I can see the project.
I thought the best way to see pinned projects/datasets in the new UI was as
follows.
in the classic UI, click down "carrot" icon next to the current project, choose "switch to project," then choose display project
type in the project, choose "display project in the navigation panel."
click on the pin icon
navigate to the new console, and see the project
I thought I was doing this as recently as the mid-last week; I could be crazy though. Today when I do these steps, there is no pin icon, so either I'm doing this incorrectly, or something has changed, please advise.
p.s. the ultimate goal is merely pinning a project/dataset onto my console (new BigQuery UI) navigation tree - so if you have a better set of steps, please let me know.
Thanks...Rich
I didn't read that you wanted to pin it in the new UI. I just tried and pinning works in the new UI.
If you click on the "PIN A PROJECT", you need to choose your project and click OK. A pin appears next to the project you pinned.

Start Over button in Gupshup chatbot

We would like to know how the Start Over button was used in one of the examples in Gupshup chatbot. Attaching the image for your reference.
We are actually intrested in allowing the user to go back to the main menu by using the button option. We have seen videos with user tying back. And also we have used the linking options.
Thanks
Manjiri

Share posts to other user's wall in Sense/Net

I am working on Sense/Net community edition. I need to share my posts to another user's wall but when using share command with the post, there are "My Wall" and "Current Workspace" options only. I can't browse other user's wall to choose. Please Help!
If you are using the old webforms UI, when you click the Share link you should see a button at the end of the 'target wall' line in the pop-up dialog window (top rigth corner). That should open a content picker window that will let you browse to pretty much anything in the repo.
Note: the picker will open at different roots, depending on the currently chosen target - but you can always change the root of the tree by selecting it from the dropdown in the top left corner of the picker.
Note2: if you see the button, but the picker is empty, it is likely a permission problem: the user that you are currently logged in may lack some permissions on the target subtree.

Where does mobilefirst-qa store the selected user?

After choosing the user in the login view, the library saves this information somewhere so that the app has not to ask for the user again.
Where is this information stored? I need to know how to reset this setting for a fresh start?
If you're simply looking to switch between users, there is an easy way to do this when the app starts up.
On iOS, there is a brief message shown at the top of the screen when the app starts up, if you click on that, you can change to a different user.
On Android, there is a notification that you can reach by pulling down from the top of the screen once the app has started. Click on the notification and you can change user.

Best way to build Breadcrumb Menu in Visual Basic

I have a VB10 app that uses panels, one for menu, one for main screen and then i want to add one for a breadcrumb menu. I use user controls to display in pnlMain and would like the breadcrumb trail to add an link with user control info every time I add a screen to pnlmain...and remove the link when I click on the previous link.
I would like to build the links dynamically like they do here: http://www.codeproject.com/Articles/17714/Create-a-Breadcrumb-Menu-in-VB-NET-WinForms,
but I couldnt get the links to display when I ran the solution.
and if I get the links to show, how do I associate the user control to that link?
Thank you for your help. The breadcrumb shouldnt go more than 3-4 levels deep