Will iRate automatically stop soliciting reviews after the user accepted? - objective-c

I am about to post my first app with irate, and I was wondering out of curiosity will it stop the pop up message by itself if the user rates it or is there some kind of special code that I need to put. Please answer only if you dealt with iRate for iPhone apps.
https://github.com/nicklockwood/iRate

iRate pop up is only displayed once. If you will press the "Remind me later" button, it will appear again, but otherwise the user won't see it a second time.

I have used iRate and this how it works.
If user rates a version then the Rate the App message will not be shown for that particular version. Suppose a new update comes, then the Rate message will start showing again.

Related

Colab audio alarm or pop up notification to remind the user to click captcha button when popped up, prevent inactivity

From March 2021 google colab has added a captcha that randomly pops up after some time. So it is difficult or not possible to programmatically prevent Google Colab from disconnecting on a timeout. So there's no option other than opening the tab and clicking the captcha button. I often run model which take more training time and sometimes miss going back to it in 90 mins. The captcha can be popped up even while the training is not completed and soon terminates after a few minutes if not clicked.
Are there any solutions so that I can at least get an audio notification when I get a captcha in colab or if not pop-up message in browser or OS so that I can know about the inactivity?
I had found some ways get notified at some target lines in the notebook, say after training is completed. One is the colab browser notification feature, can be checked to true in settings. Other one is an audio solution, you just add these 2 lines of code found here to get an alarm when the code executes at any line in a cell.
What I am looking for is an alarm or pop up message in case of captcha.
This is probably a half-correct answer, but here's my shot at solving this
This article discusses how to bypass Captcha's, and has some code that clicks the check box if a captcha is found. I think it could be modified to have a sound alert instead.
However, Captchas were made to counter these sort of tools, plus I'm not sure about the legality implications etc, so I wouldn't recommend it.
The use of the below js increased the time before google sent a recaptcha for me. Btw, I set this as a bookmark, to call it whenever I need to. Executing the js bit in the console should be equivalent.
javascript:void(setInterval(function(){ console.log("Connect pushed"); document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click(); },60000))

How do I permanently dismiss the ..."Powered by Data Catalogue" pop-up in BQ

Recently (last month or two) I've been noticing a popup that keeps showing up when I open BigQuery. It says:
Try search and autocomplete powered by Data Catalogue
When I hit "Dismiss" on this pop-up it goes away for a while but as soon as I come back to the BQ query editor it just comes back again. It's infuriating!
Does anyone know how to get rid of this advertising permanently without enabling it?
The issue has been reported on issuetracker platform, which says that:
The Prompt will not be visible by default once BigQuery UI's 'V2 Beta'
version is launched in November.
I will recommend you to subscribing the issue by starring it. When you star an issue, you receive email notifications about any upcoming chnages. Additionally, keep track of the latest BigQuery releases here.

Turn on Testflight beta testing in iTunes Connect stopped working

In iTunes Connect there is a button "TestFlight Beta Testing" in order to do just that.
I have a binary uploaded and ready. A few users are selected for testing.
This time, that button just does nothing. After tapping it, it goes green. But no invitation emails are ever sent out. If I reload the page, that button is unchecked/white. Bug or did I miss something?
Update: it seems to be working again. Nothing to see. Move on.
I'm also having problems sending out invites.
Seems to be an issue on Apple's end - TestFlight is experiencing problems: https://developer.apple.com/system-status/
During last days it doesn't work for me. Like an author I push the button but any mails don't send.

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.

Unable to register as developer: Not receiving confirmation code

I'm trying to register as a developer but I'm not receiving confirmation code to my cell phone.
I entered my country code + my phone number in the right form but still, I tried "resend" option couple of times, several phone numbers and still all my tries failed.
Can it be I'm blocked or there is a temporary failure at Facebook?
For anyone finding this via google, try this:
Not receiving your Facebook confirmation code?
Text "F" (without quotes) to 32665 and you should instantly receive the code
Hope this helps cut down on some implementation headaches people may be having.
Enter that into the corresponding area under settings on Facebook and boom it all works! (Dont forget to instantly deactivate SMS alerts otherwise you’ll be pestered every time a ‘friend’ mentions what they had for tea, plus you’ll be charged for it too)