TFSWeb project has no team room - tfs-web-access

We had a licensing issue when we created our project. Under the "Team Rooms" section, it said something about rooms not being available at our licensing level. We fixed the licensing, and now it just says "You do not have any team rooms. A default room is created for each project.". I cannot figure out how to create a room for this project. If I create a new project and new team, it creates a default team room. I can also create additional rooms for that project.
How can I add a room to a project that was created before the licensing change?
edit To clarify, I guess rooms are kind of separate from projects and teams. The problem is, the "Team Rooms" section on the project and team home page in question does not show a link to the room. Any new teams or team projects created do show links to rooms.

To get a team room for a project, create a new team room (any name you like) and then add the project's default team as a room member. Once you do this, the team room will show up on the team project's home page.
P.S. To add the default team to the room, use the "Manage users..." link and then choose to add a VSO/TFS Group. Search for "Team" in the selection to make finding the team(s) available for your team project easier.

Related

Get access to product advertising api as a developer when you have "coming soon" website

I want to get credentials to use the Amazon product api for a project im working on, and to do that I need to open an Associates account.
When opening associates account they asked for a link, so I created a coming soon website in wix and gave this link.
After opening the Associates account I went to sign for product advertising api, but I can't sign up cause they say I need my application to be approved, and to get approved I understood I need to be accepted into the Associates Program.
To be accepted into the Associates Program I think I need to put link on my site and make a purchase from one of the product links in my site? not clear how that actually works...
some blog posts said they create some content on their site, which is fake, cant I just tell Amazon I need the api access so I can build my website and its not relevant before?

How can I automatically invite new enterprise members to a specific folder as collaborator?

There's one special folder that I need everyone as collaborators. I can add all existing members but would like it be automatically done for all future new members.
I know I could write an app using Box API to check for new members and then add collaboration through API, but just want to know if there's a simpler solution - just create a folder and apply some settings, then new members could be automatically invited.
Thanks a lot!
Is your account enabled for single sign on? If so you can pass the group membership via SAML and assign the folder you wish all users to be collaborated on to that group.
For instance you could create an "All Users" group on Box (Admin Cosole >> Users and Groups) and then assign it your "All Users Default Folder" then pass this "All Users" group name as an attribute in your SAML assertion.
If you do not have single sign on enabled I would still recommend collaborating new users by group membership but you will need to perform two steps
1. Create a new user
2. Add the user to the "All Users" group
These functions can both be done via the API. It just depends how you are currently provisioning seats to your Box account.

Tuleap - Users dashboard widget Removal

I want to set a customized personal dashboard to my project members. Tuleap by default provides some 7-8 widgets in personal dashboard. I need to remove all these widgets and set:
my projects
my artifacts(v5)
for all the users, so that when a new project member logs in he'll be seeing only those two widgets.
Could you share the path and file name, where the coding has to be done?

Publish an app on Google Play Store on behalf of another company

How can I (as a vendor contracted to develop an app for an enterprise) publish an app to the Google Play Store on behalf of an enterprise?
They don't have a Google Play account set up but want the app to appear under their brand in the Google Play Store.
What's the correct technical (and legal) process I should follow to set up their account and give my own company access to publish on their behalf?
The bare minimum requirement that I am aware of is that your company should get a written consent from your client, authorizing your company to use their company's name, logo, brand, etc for the expressed purpose of being displayed in Google Play.
My company had done something similar, we publish branded apps for clients, though our company's name is used as the vendor name. One of those apps got removed because some zealous legal guy in one of our client companies found the app and, unaware of the cooperation between the companies, filed a complaint to Google. The app was reinstated without much fuzz after getting that guy to send another email to Google requesting the app to be reinstated, so it looks like Google doesn't have anything against this (assuming your client doesn't reside in a sanctioned country).
You can give them advance notice by providing legal documents via this link
https://support.google.com/googleplay/android-developer/answer/6320428
From the page itself...
The Google Play App Review team accepts advance notice about your
upcoming app or store listing publishing event.
We only accept advance notice in the following scenario(s):
You have written documentation proving that you have permission to use
a 3rd party's intellectual property in your app or store listing (e.g.
Brand names and logos, graphic assets, audio, etc.). You have gambling
or casino-style elements in your game, and need to provide your Korean
Game Rating and Administrative Committee (GRAC) rating certificate to
Google so your game can be distributed in Korea.
Lesson learn by one suspended app. Hope this will help others. If your app suspended for such reason you can also contact them via link in the suspension email.

Is there a way to delete scores in Apple's Game Center programmatically?

I did not find a way in the GameKit documentation to delete a player's score from within my app. Is this possible?
Happily, Apple responded to the fake score problem and now there's a more convenient and efficient solution for managing fake scores compared to sending an e-mail:
Apple Announcement from October 28th, 2013: Manage Game Center Leaderboard Scores
You can now view and manage the top 100 scores and usernames for all
of your Game Center leaderboards. Protect your legitimate players by
signing in to iTunes Connect to delete fake scores or block players
that post fake scores. You can also restore scores and players within
the same time period. To learn more, read the Managing Game Center
Leaderboard Activity section in the iTunes Connect Developer Guide.
Unfortunately, there's still no programmatic way to do this, but at least it's something.
As of 9/13/17, the procedure to manage leaderboard scores is:
log in to https://itunesconnect.apple.com
Click on My Apps
Click on app containing target leaderboard
Click on "Features" (top bar)
Click on "Game Center" (side bar)
Under "Group Leaderboards" click "More"
In popup, click "Manage Scores and Players"
It takes a few seconds for the table to populate, so be patient. You can only Remove or Block the top 50 entries.
The link provided in the announcement from Apple on 28th October 2013 no longer works.
However, it is no longer necessary to contact iTunes to delete a leaderboard score or block a user. Instead you
log in to your iTunesConnect account,
open "Manage your Apps"
open the app with the Game Center leaderboards
open "Manage Game Center"
in the "Leaderboards" section you will find the button "Manage scores and players"
Here you can delete a score or block a player
According to this, you'll need to email itunesconnect#apple.com to report cheating to remove scores.
From what I read, some where, you can't - I think it was on Apple's developer site. You have to send them an email to remove the score.
Edit: I was wrong, it's on here, page 3
https://developer.apple.com/ios/download.action?path=/ios/getting_started_with_ios_4.1/gettingstartedwithgamecenter.pdf
Sorry, but no. Once the score is posted directly, it can't be removed unless you contact Apple, but if your app is big enough, you will not have time to remove each score.