Heroku phone number additional verification for addons - heroku

Have heroku free plan. Can't verify with russian phone number. Tried to verify through several USA temp phone, heroku has sent, but i didn't get code. Any ideas, how can i verify my account? And can i verify it with free plan?
p.s. wanna install SendGrid

What you are doing is 2FA Authentication. This requires a phone. But by doing so you won't be able to install SendGrid.
For that you need a verified account. This is not done by a phone number.
Heroku has an article about Verification: https://devcenter.heroku.com/articles/account-verification
Basically you need a credit card.
Most addons (including the free ones) require a credit card verified account.

The problem was only solved for me through support ticket on Heroku. Someone from their support team manually verified the account.

Related

Do the playstore updates work if the app is installed with a different account?

Do the updates work if the app is installed with a different account but is currently logged in with own account?
I would like to deliver the Android devices with my pre-installed app and the devices will receive updates later if the customer logs on with his own account.
They will work, but this kind of installation is not recommended and could be consider a security risk and Google may notice that one account has logged on numerous devices and block the account.
it is better to install the app via APK file without logging on with any account. you can get an exact Google Play APK from Google Play console.

Credit Card verification in heroku

I am trying to create a Twitter bot and I don't have a credit card to verify the Heroku account. Is there any other way to continue with creating my Twitter bot?
I tried the code on my terminal but directs me to the credit card verification page
heroku addons:create scheduler:standard
I expected direct access after coming all that way
Not if you need addons. The use of any addon besides Heroku Postgres and Heroku connect requires account verification:
You must verify your account if you, or collaborators of your app, want to:
Use more than one dyno in the app.
Add any add-on to the app, even if the add-on is free. The only exceptions to this are the free plans for the Heroku Postgres and Heroku Connect add-ons, which can be used without verification.
Add a custom domain to the app.
Receive the transfer of an app that has paid resources.
Exceed default one-off dyno limits on the app.
Have more than 5 apps at a time. Verified accounts may have up to 100 apps.
As mentioned by Chris, you need more than one dyno due to which heroku is requesting to add credit card, but if you don't have credit card, you can add debit card info as well.I am not sure if it works in all countries but i tried with debit card issued from (India - visa/master-card) and it worked for me.

Not able add free Ignite clearDB to Heroku app

I am not able to add free Ignite clearDB to my Heroku app. It asked for to give credit card information.
Terminal:
Not sure how to add it not providing the credit card information. please help.
Unfortunately, only Postgres can be configured without an "Account Verification" through Heroku. See: Account Verification
When is verification required? You must verify your account if you, or
collaborators of your app, want to:
Use more than one dyno in the app.
Add any add-on to the app, even if the add-on is free. The only exceptions to this are the free plans for the Heroku Postgres and
Heroku Connect add-ons, which can be used without verification.
Add a custom domain to the app.
Receive the transfer of an app that has paid resources.
Exceed default one-off dyno limits on the app.
Have more than 5 apps at a time. Verified accounts may have up to 100 apps.
Try changing your database to Postgres if you don't want to give up credit card info. Just be sure to note the slight syntax differences.

Exchange mail working on iPhone but not Mac

I have my work email set up on an iPhone using the instructions given to me by my IT department. It works a treat.
I'd really like to be able to use in on my Mac. I have webmail (owa) access but it's a terrible webmail client. I use Airmail as my email client.
I've been reading online and I understand there are different issues with accessing Exchange email from a Mac, but I'm hoping they are surmountable.
The info from my IT people for iOS set up includes
My username
My password
A server - mobile.xxx.xxx.xx
A domain - live.xxxx.xxx.xx
I don't seem to be able to make any combination of these work for mac email setup.
Is there a solution?
Thanks
Try to enter username with the domain:
domain\username
username#domain.fullname.com
If nothing works, maybe you can ask your IT dept for help?
Also, your server administrator should check that EWS protocol is enabled for your mailbox (most MacOS clients works through this protocol)

Can a collaborator install the Heroku Connect addon?

I am a collaborator in the app which I am working on. While I am trying to install Heroku connect I am getting an error: "that add-on plan is only available to select users". Do I need to be an owner of the app to install heroku connect?
Got this from the docs. It appears that you need to buy heroku connect addon in order to use it as no free plan available.
Heroku Connect is currently GA, but does not have a free plan type.
Please contact your Heroku sales representative for information on
access and purchase or tell us about your project and a representative
will contact you. There is no self-service signup for Heroku Connect.
Link to docs

Resources