how can I customize the word with which my app can be found in the playstore? - google-play-services

I have uploaded my application to the playstore. My application has 3 letters called "xxx" (I can not put the name), and although it is published I can not find it when writing its name. It's been 3 days since I did it. Where can I customize the word or words I would like for users to find it?

You can change the app's name (Launcher App Label) by renaming the android:label inside application node:
android:label="#string/app-name"
or based from SO post:
Open your developer account.
Select your app that you want to change the name.
Find the Store Listing in the dropdown and click it.
Change title and submit update.
Note: After submit it will take time to update your info in Playstore (in 24 hours)

Related

How to open a text a in my os x app

I am building an os x application in which i want to open text anywhere in the system and my app should search for the corresponding word in the dictionary and show the output.
From the below picture you can see that, i want to my app in that services area just like Todoist and Twitter. And also you can see that it open this sheet, when i select a text and right clicked on it. So what should i do in order to get it.?
Also please tell me , how should i perform an action in application:openurl for this scenario, Thanks in advance.

iTunes Connect > Submit a Build > Plus icon not available

I'm trying to submit a build using the iTunes Connect web application.
I see this:
but according to this https://developer.apple.com/library/prerelease/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html#//apple_ref/doc/uid/TP40011225-CH33-SW11
I should see a plus icon to the right of the word Build.
I don't see this nor do I see a Build listed in the Build section.
Why isn't it there?
Note - I do see two Builds in the Prerelease section but I'm not clear how you copy them over.
Any suggestions?
I've experienced the same issue. You need to give the system some time to replicate after you've submitted your binary. I needed to wait like 30 minutes before the "+" icon appeared and I was able to select the binary.
If you check the page source you will see this:
Add
ng-hide is an AngularJS property. It looks like something has gone wrong. For some reason the "Add" button is getting hidden.

how would i move a folder or the contents from one place to another Via code in Xcode?

Im trying to make a mac app that copies and pastes a folder to another location but i can find a tutorial on how i go along and make an app for the mac what its per pose is A app that makes it easy to move mod files to a games file system. Yes i know theres lots of apps that goes the same but i want to make my own. The structure is theres six NSTextFields three for the mods folders and three for the games folder system like (Mod's Parts Path, Mod's Plugin Path, Mod's Plugin Data Path, Game's Parts Path, Game's Plugin Path and Games's Plugin Data Path). Ive looked on stackflow and Google and couldn't find on tutorial on how to do this maybe im looking in the wrong places. The game that its manly for is for KSP (Kerbal Space Program)
What did you googled? You will need a simple gui application with 6 Labels, 6 TextFields and one Button. There will be one function linked with that button. That function will use data from TextFields and NSFileManager's copyItemAtPath:toPath:error: method.
Google something like "osx first app" or "xcode TextField tutorial" for the details on how to create an app with TextField and Button.

Windows 8 Set User Account Image

I'm trying to write a small CONSOLE (not metro style) app to quickly change the user account image of the current user to a select image for a setup scrip that I'm running on a bunch of laptops.
They're all Windows 8 and (since it hasn't been out terribly long) I can't find a ton of info on it. I did manage to figure out that you need to use the Windows.System.UserProfile object to do so, but I can't find any documentation on how to do so in a console app.
Thoughts? Suggestions?

how to remove the new document option in sharepoint.

I have form library in sharepoint 2010. In that library list workflow is associated. Whenever any document is added to
the library, new document symbol in green color is appearing behind the document.I have googled and got to know that
duration of new document symbol can be reduced or extended using code or command.
My requirement is: First time when document is loaded new document symbol should be there. But when approver approves the document that new document symbol should be disappeared. Is there any way to do this??
Any help is appreciated.
If I had to do this, I would use jQuery to check the status of the document client side. If the document is approved, then change the css of the image element so it was no longer displayed (display:none).
It's not exactly an answer to you question, but it's worth mentioning that there is an out-of-the-box command allowing to change the number of days the "New" icon is displayed:
stsadm -o setproperty -pn days-to-show-new-icon -pv 42
How to stop the !New tag from appearing when you add items to your SharePoint Team Services and SharePoint Services Web site
Days-to-show-new-icon: Stsadm property