Nvidia Colorprofile Enforcer App , needs work to detect and apply separate Profile depending on Display Switched to - nvidia

so i found this colorprofile forcing app but it only supports one display not multiple displays, anybody able to make it so it detects multiple displays , so for example if i switch from one display to another it will force a separate colorprofile for that display aka display tied profiles , really need this , would be a huge favor thanks.
this is the link to said app> https://bitbucket.org/CalibrationTools/calibration-tools/downloads/
p.s , i wouldve contacted app author but theres no username nor contact info to do so .

Related

Users can't find our app in the apple appstore

We recently published an app to the german Apple AppStore. Some of our users are reporting a strange behaviour when they search for our app (Couponiac). The search shows no result. But when they use our developer acc name (Couponiac UG) the app shows up.
While facing such issue there can be few possible reasons. Here it is:
First thing is after application approved & ready for sale it can take some time to come into search results
Second thing is if the application name or a part of you application name already taken by some of the apps who already on the app store from long time than it might not show you in results or it can show very far down the page
Make sure if they try to use full name of your application & search & see if shows or not. If it shows while searching with full name & not with the partial name of the app than you should wait for some amount of downloads of the app. Once your application downloads will be increased it will automatically up & will start showing on initial results
I hope it will guide you.

New app in FireBase

I have recently started to use FireBase to see how it works, as a possible replacement (at least in some cases) for Parse.com.
Here I have a few questions related to that.
1) I noticed from start that an app was automatically built for me. Am I allowed to change its name?
2) I now would like to create a second app. Is that possible or do I need to upgrade my account? Or how do I do? I can see no place in the dashboard for that purpose.
Thanks in advance for any useful indication.
To answer your questions:
You can change the name but not the url of you app. In your dashboard click on the cogwheel next to the name of your app, in the menu that pops up there is an option to change the name.
You can create a second app by simply filling in a name in the gray field on the left and click "CREATE NEW APP"

Make changes to app w/o update

I was wondering how it works to make changes to an app without re-uploading the binary and go through the whole process again. I have got an example for it:
The developer of Whatsapp made changes to his app twice already, just today for the second time. This "update" included the blue indicators which show wether the chat-partner read your message or not. The 1st time I noticed changes to the app without an update was when he introduced voice messages.
Does anyone have an idea how this works?
You can use Google Tag Manager to make simple tweaks to your app without having to update the entire app. Here is an overview of how it can work (I've used this on Android apps)
Suppose your app's interface is supplied in whole or in part from a server - i.e., it's really a web view showing HTML that you are serving. Then you can just change the code on the server.

implement own smileys icons for sending and receiving (i have my own designed images ) for iPhone chat application

how to implement own smileys icons for sending and receiving (i have my own designed images ) in my iPhone chat application ,I just need process what to follow for that?
Step by step implementation of smileys icons for sending in the app.
Put all smileys icons in your project resources with a specific unique name.
Now with pen & paper decide a unique code for every smileys icon. Be careful that code should be such that not used in the chatting generally.
When a user select a icon in chat then before sending this message another side scan it & replace it via code(via identifing it's unique name).
And at the receiver side before showing this message to user repalce code with the image.
So there is no need to send images over communication , it will increase the load on message size.
From user prespective , user will feel like that icons sends over the communication but actually it will be from local resoures.
Hope this helps you. Any thing you want to ask, you are free to ask in comments.

Is there a function which lets you add functionality to an existing app on ios?

I am curious if it is possible to make an app that adds a functionality to an existing app on ipad, say safari. If yes, which function would add a button to safari?
My question is based on 2 app advertisements I saw, one added a button to safari, the other created an app itself. I didnt buy them yet, so I dont know if they really do what thet say.
Thanks
As far as I'm aware, I think the closest you get to adding functionality to an existing app would be creating a new app that allowed interaction with certain document types.
For example, you might create an app that can open and read PDF documents. On installing this app, you would then find that interacting with a PDF document on any app (such as in an email attachment, or opening a PDF in Safari) would show a new option to open the PDF in your app. This kind of interaction is achieved via the UIDocumentInteractionController class.
Beyond that, I believe you would have to create your own app from scratch based on an existing one in order to extend functionality (so, create the 'MyBrowser' app to behave like Safari, except with additional controls and features).
I'd love to be proven wrong, however.

Resources