Android Question Android app SMS Limit

FrostCodes

Active Member
Licensed User
Hi, I am building an app that would automate sending SMS to the staffs of a company this festival season.

I read that android enforces a limit to the amount of SMS you can send in 30 minutes ( 30 SMS ) but I can't seem to figure out if its per number or total SMS sent by an app.

Please does anyone have an idea?



upload_2019-11-30_14-0-8.png
 

FrostCodes

Active Member
Licensed User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
You should not send more than 60 SMS within one Hour. Android may prevent it.
There may be a limit given by your Provider.

By default, Android limits apps to only sending 30 SMS messages per 30 minutes (on newer versions of Android starting with 4.1 Jelly Bean), or 100 SMS messages per hour (on older versions of Android).

I would use an external SMS Provider to send out all the Invite SMSses...
 
Last edited:
Upvote 0

FrostCodes

Active Member
Licensed User
You should not send more than 60 SMS within one Hour. Android may prevent it.
There may be a limit given by your Provider.

By default, Android limits apps to only sending 30 SMS messages per 30 minutes (on newer versions of Android starting with 4.1 Jelly Bean), or 100 SMS messages per hour (on older versions of Android).

I would use an external SMS Provider to send out all the Invite SMSses...
Ok great we just didnt want to use bulk sms its much cheaper to run using normal sms due to ongoing promos.
 
Upvote 0
Top