Android app which provides free US mobile numbers for receiving confirmation links from php site -


i developing php site, requires users provide mobile n umber. php site send confirmation link number verify number registration. mobile can registered once.

i need test registration need mobile number don't have one.

the current problem confirmation message, sent using twilio sms api, getting segmented 2 or more parts.

this messing confirmation link in sms i.e. query string in confirmation link getting split up. user not confirmed on clicking garbled link if number genuine.

since have test registration multiple times, hoping that:

  1. if there free android or ios app, provides large number of mobile numbers @ least getting inbound messages free, can run multiple tests.

  2. any guidance on twilio api control number of segments in confirmation message sent php site or send confirmation message in such way not split query string, no matter what.

i have tried nextplus allots 1 number me , have used registration , got same problem confirmation link in message. other apps magic app need payment number.

sample confirmation message given below:

hello lbcustomer13,\n thank registering lightning bug.\nplease click here complete registration: \n http://example.com/login/?acu=nzk=

the above message sent upto question mark in first segment:

hello lbcustomer13,\n thank registering lightning bug.\nplease click here complete registration: \n http://example.com/login/?

and

acu=nzk= in second segment

any ideas?

your message being truncated because of maximum character limit (160) in sms. control this, should reduce text before link finishes before character limit runs out. can use url shortener services reduce characters in link.

i not have information numbers available have code sends message mobile no based on system flag stating if in testing phase.


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -