Digits by Twitter and sms sender name/title

1k views Asked by At

I am writting Android and iOS apps that use Digits by Twitter (https://get.digits.com/)

I have everything set up & working, but I would like to change sender title for sms that is sent to my clients when they register to my application.

Right now I managed to change application name in fabric.io panel, so SMS message is something like:

Confirmation code: XXXXXX. Enter this in YYYYY. (Digits by Twitter)

which is alright, but sender is still "Twitter".

Is there any way to change sender name to my application name (or anything else)?

1

There are 1 answers

0
Matthew Housser On

Just throwing this out there: as per the official answer found here:

https://twittercommunity.com/t/change-sms-title-and-remove-sms-text-digits-by-twitter/73827/2

You can not remove the (Digits by Twitter) part.

(This restriction alone has prevented us from using Digits in any of our apps. There's no way we're advertising Twitter in our confirmation messages, and ended up rolling our own system with Twilio as the SMS sender.)

Including official response below:

You can change your application's name within the SMS as described here: https://docs.fabric.io/android/digits/sign-in-with-phone-number.html#configure-sms-confirmation-message

The (Digits by Twitter) text cannot be removed.

-Mike (Twitter Staff)