Hey I have a new machine on which I am installing my provisioning certificate and provisioning profile. When I set the code sing is show that No identities from the profile. I am doing it first time. I do not know why it is not showing the signing identity. Is it developer account issue or any thing else.
Thanks
Your question is a little bit unspecific, for people to help you. But lets give it a shot.
1.) Make sure the profisioning profiles are valid for your App (especiall look at the bundle identifier - the must match, or the profile must end with a '.*')
2.) In Xcode 5 goto Preferences / Accounts / View-Details and press the Sync button. If your profiles show up there it should work and they show up in the build settings. (Attention if you are still with Xcode 4, the profiles dialog is somewhre in the Organizer window)
If this brings you one step further, please mark question solved. IF further problems exist, create a more specific question.
Related
I have a firebase project that is connected to a paid big query account. In Big query i created some specific views for a client. I want to share this view to my client but the client reports that he cannot see the resource or project. I have tested it with another gmail account but i ended up with the same result.
I have googled a lot and tried a lot of solutions (for example: How to set permissions for specific dataset on Google BigQuery?) but none of them worked..
In the BigQuery console i have given permissions by opening the dataset in the explorer pane and hit the blue Sharing button at the right of the screen. I tried a lot of different roles but none of them will result in the project showing up on the client . (even the Owner role did not work..)
When i login to bigQuery with the e-mail address i have granted access to i do not see the project at the top of my screen. Searching the project on the Select a project popup does not give any results.
I tried to find the datasource by hitting the + Add data button and then Pin a project and Search project. But no results.
First i thought it was a caching issue but after a day it still not appears.
What am i missing?
You need to execute this query, which gives permission to the Client at the dataset you want to share:
GRANT `roles/bigquery.metadataViewer`
ON schema `project_name.dataset_name`
TO "user:mail#mail.com"
Above the option +Add
Pin a Project
Enter Project Name
Enter the project name that was shared.
I know this has been asked before, but testflight has recently been changed and adopted by apple, and now the app is required to be created through iTunesConnect.
Now, is it possible to create an app with a dummy name for now, and change it later?
An alternative solution could be deleting the old-named app, and creating a brand new one. Then, I suppose I will also need to remove the previous bundleID from my dev account and create a new one for the new build with the new name. Assuming I don't purchase specific licenses for the dummy bundleID, do I suffer any kind of loss with this method? (like bundleID quota for dev account or similar things like "x number of things I can have" is now reduced by 1 kind of things).
A bonus question: There are app names with the format X - Y, for example: "FooApp - Return of the foo". Is this specified under appName only? Does it make sense to create a bundleID www.user.FooApp and have your name "FooApp - Return of the foo"?
Thank you
I would also like to point out now that I have gone further into the project, YES it is indeed changeable.
When you upload your archive to iTunesConnect, you are then allowed change the app name where you set the other metadata. You can try any different name (not related to bundleID), and see if it is reserved or not.
The short answer : yes.
I changed my app name in XCODE, and registered a matching profile, including certs in Itunes Connect. It worked as expected.
Bonus Q: as I understand it the "www-xx-com" is simply an identifier. It doesn't have any intelligence built into it.
Please Note: I was doing internal testing. Not External...
Hi we've created an explorer.It runs fine but however it goes missing from the information space list very often and upon re-indexing,it used to re-appear back.However today even after re-indexing n number of times,it doesn't show up..
I've checked it's universe security and user security settings in CMC with the rest of the explorers to see if it's any different from the rest and found all of them similar.
Can you please help me or advice me as where i'm missing out.
--VJAI
Not sure if this the correct Issue.But I found out that this happens only when the explorer is either opened or Users try to open it while it's being indexed.:-(
I have recently added Explanation text to certain fields on the SRM Contract screen (both standard and cusom fields). The user that I unit tested with worked fine, however most other users do not work. After investigation I've found that it is not just the Explanation Text that I've added, but all Explanation Text that is missing.
According to the sap help entry the behaviour is similar to what I would expect for Help mode = off.
Is it possible to turn Help mode on or off on a per user (or role) basis, and where should I look to find this?
you already found it: SAP Help says:
"You can activate the help mode either in the personal settings in the portal or in the associated URL Parameter" ... means in personal Settings, but I feel that you want it globally not on personal base or in the associated URL Parameter. The latter means you'll have to find the application in the Portal Content, there you can find URL Parameter and i would try adding HELPMODE=ON... does this help you?
start by rightclicking you application "Technical Help" or "..Help" and see what application you are looking for. Then Google the application and add +"Portal Content", I think then you'll find it.
regards, zy
I was expecting this to be a simple thing, but I am not quite sure how to go about doing it.
Basically on the current project we are trialling YouTrack and the agile board is great, but they could do with knowing who raised certain issues in case they need to go question them further on the issue. However I cannot seem to find a simple way to display this information.
I presumed it would be a custom field of type user, but it appears that this would manually need filling in and would not just be able to be pre-populated by the user who is making the task.
So is this possible?
Currently you can view only the assigned user's name on a ticket in Agile board.
I've created a task based on your request http://youtrack.jetbrains.com/issue/JT-19118, you are welcome to vote and leave comments.
As a rough workaround, you can configure notifications on created issues in your projects.
In this way, developers will be notified about all created issues and their reporters.
For that, create a saved search (i.e created by: {Testers}), make this search visible to needed group (by clicking "Edit" on the saved search) and enable notification "on issue created" in user's "Profile". Also, user with admin permissions is able to allow this notifications for all needed users by himself(navigate to "Administration" area -> "Users" -> {user} ->"Profile").
Note, that you can receive notifications both via email and jabber.
Thank you.