{"id":6266,"date":"2012-12-10T00:00:00","date_gmt":"2012-12-10T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app"},"modified":"2025-09-10T13:54:27","modified_gmt":"2025-09-10T20:54:27","slug":"best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/","title":{"rendered":"Best practices for using push notifications, SMS and email in your mobile app"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.&nbsp; As Scott Guthrie <a href=\"https:\/\/weblogs.asp.net\/scottgu\/archive\/2012\/12\/04\/ios-support-with-windows-azure-mobile-services-now-with-push-notifications.aspx\" target=\"_blank\" rel=\"noopener\">announced Wednesday<\/a>, Mobile Services now supports sending iOS push notifications!&nbsp; We\u2019ve also improved our iOS Client API by adding an even easier login method; configuring user authentication now only takes a single line of Objective-C code.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With this update, Mobile Services now fully supports Windows Store, Windows Phone 8, and iOS apps.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Since we now support three means of communicating with your customers\u2014push notifications, SMS via Twilio, and email via <a href=\"https:\/\/www.windowsazure.com\/en-us\/develop\/mobile\/tutorials\/send-email-with-sendgrid\/\" target=\"_blank\" rel=\"noopener\">SendGrid<\/a>\u2014across three platforms, this post will first cover the basics of iOS push and then turn to general guidelines on when and why to use each.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp\" alt=\"diagram with icons for Alerts, Email, and Messages\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-basics-of-configuring-ios-push-notifications\">The Basics of Configuring iOS Push Notifications&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/weblogs.asp.net\/scottgu\/archive\/2012\/12\/04\/ios-support-with-windows-azure-mobile-services-now-with-push-notifications.aspx\" target=\"_blank\" rel=\"noopener\">Scott\u2019s blog<\/a> has all the details you need to get started with push, but to summarize the two big takeaways:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Mobile Services makes it incredibly easy to send a push notification.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Mobile Services gives you the tools you need to handle feedback for expired devices and channels right in the <a href=\"\/Users\/v-mal\/SkyDrive\/Azure%20Social%20Docs\/Blogs\/manage.windowsazure.com\" target=\"_blank\" rel=\"noopener\">portal<\/a>. Periodically pruning your database of invalid tokens allows you to save money by not sending notifications to uninstalled apps.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/twitter.com\/joshtwist\" target=\"_blank\" rel=\"noopener\">Josh Twist<\/a>, another member of the Mobile Services team, demos these new additions in the following video:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are also two fantastic tutorials available in the mobile dev center.&nbsp; The <a href=\"https:\/\/www.windowsazure.com\/en-us\/develop\/mobile\/tutorials\/get-started-with-push-ios\/\" target=\"_blank\" rel=\"noopener\">first<\/a> provides a walkthrough of the basics of configuring your iOS app for push and sending push notifications.&nbsp; The <a href=\"https:\/\/www.windowsazure.com\/en-us\/develop\/mobile\/tutorials\/push-notifications-to-users-ios\/\" target=\"_blank\" rel=\"noopener\">second<\/a> details how to use a table to store APNS tokens that can then be used to send push notifications to an app\u2019s users.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also review our <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/windowsazure\/jj839711.aspx\" target=\"_blank\" rel=\"noopener\">reference docs<\/a> for complete details on how to use the APNS object to send your push notifications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"when-to-use-push-vs-email-vs-sms\">When to use Push vs Email vs SMS<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Just as important as understanding <em>how<\/em> to use these push notifications, is understanding<em> when<\/em> to use a push notification versus an SMS versus an email.&nbsp; The easy answer is that it depends on the app.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I\u2019m going to share, however, some general guidelines we\u2019ve adopted as best practices as well as share some examples that illustrate exceptions to the rule.&nbsp; I\u2019d love to hear some of your own best practices in the comments, as well as discuss when it makes sense to depart from these or your own general guidelines.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Push Notifications: the Canonical Default<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Push notifications were created specifically with smartphones and apps in mind.&nbsp; They are the most powerful and effective channel for engaging your customers.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"375\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/image.webp\" alt=\"screenshot of phone screen with notification box open\" class=\"wp-image-46066\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/image.webp 250w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/image-200x300.webp 200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image alignleft\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/5861.3.webp\" alt=\"screenshot of iPhone home screen with &quot;quickstart&quot; notification banner at top\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Be careful, though, because with great power comes great responsibility.&nbsp; Most users will give you some leeway at the outset and allow push notifications.&nbsp; They will withdraw that consent just as quickly, however.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The most common danger zones?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Apps with a social component that send alert notifications every time a user\u2019s Facebook friend signs up, without limiting notifications to only those friends that the user actually invited or with whom they engage regularly.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">News apps that add to the badge count every time there\u2019s a new story published in a category, even if you are not following the specific topic. &nbsp;<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Selling any type of notification to a third party is obviously a fast way have your user disable push notifications.&nbsp;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Toast notification best practices:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Keep it brief and simple. Know that you\u2019re working with a very small space and try to avoid ellipses. Make sure the content of a toast notification is valuable in and of itself.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The exception here is when the content of the notification before the ellipses is compelling enough for your user to open and interact in the app.&nbsp; If the content of the toast is a truly irresistible teaser, then by all means use the ellipses.&nbsp; Facebook posts are a great example of this exception.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"416\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/image-1.webp\" alt=\"A close-up of a phone screen\" class=\"wp-image-46067\" srcset=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/image-1.webp 250w, https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/image-1-180x300.webp 180w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/7026.4.webp\" alt=\"screenshot of a home screen with a facebook notification at the top\" style=\"width:280px;height:auto\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Use this with a clear call to a very specific action or non-action.&nbsp; Even with something as simple as a to-do app, <em>\u201cYou have a new task \u2018Buy a gallon of milk\u2019\u201d<\/em> sounds infinitely better than <em>\u201cA new item \u2018Buy a gallon of milk\u2019 has been added\u201d<\/em><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Badge count best practices:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">The action required to engage with and reset the badge count should take three or fewer gestures (taps, swipes, etc.).&nbsp;&nbsp;<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/7558.isktsoft_5F00_gestures_5F00_for_5F00_ios_5F00_mac1.webp\" alt=\"9 illustrations of hand gestures that can be used on a phone screen\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Limit the number of things a badge notification can mean.&nbsp; Take a turn based game with a chat component.&nbsp; If the badge count increases with both game updates and a new message arriving to the in-game chat, your customer doesn\u2019t have a clear understanding of the ask.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">The badge count should never hit double digits.&nbsp; Once it does, the customer is definitely ignoring the app and likely to disable push notifications right away, if not uninstall outright.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The Mail app is definitely the exception here.&nbsp; It\u2019s not uncommon for users to not only tolerate a badge count of more than ten, but a badge count of more than one hundred. This is likely due to the fact that users have had decades to get comfortable and familiar with high unread mail counts.&nbsp; Unless your app has a similarly long history, it&#8217;s probably best to avoid letting the badge count run too high.<\/p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/6567.wp_5F00_ss_5F00_20121207_5F00_0006.webp\" alt=\"close up of a windows home screen\" style=\"width:240px;height:auto\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/6505.7.webp\" alt=\"screenshot of an iphone homescreen\" style=\"width:267px;height:auto\" \/><\/figure>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">SMS: Must Read Messages<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">friends at Twilio have an&nbsp;<a href=\"https:\/\/www.twilio.com\/doers\" target=\"_blank\" rel=\"noreferrer noopener\">army of Doers<\/a>&nbsp;that have proved just how versatile a simple SMS can be.&nbsp; Let\u2019s narrow our discussion, however, to SMS only a means of customer communication.&nbsp; SMS should be reserved for must-read items.&nbsp; Since it can\u2019t be turned off, the risk of uninstall is much higher too.&nbsp; Be sure that it\u2019s worth it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When to use Email: the Basics and the Important Stuff<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Just like with SMS, there are tons of fantastic and non-standard use cases for Email in the modern app.&nbsp; Developers are using SendGrid to do that everyday.&nbsp; When limiting the discussion again to just a means of customer communication, however, one scenario shines through. &nbsp;Use email for the content you want your users to be able to go back and find days, weeks, or months later.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Does that include confirmation on successful authentication? Absolutely.&nbsp; Does that include a shot of the their highest scoring final board in a Scrabble type game? Absolutely.&nbsp; Does that include requests to invite friends to the app? Maybe not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/azure.microsoft.com\/Users\/v-mal\/SkyDrive\/Azure%20Social%20Docs\/Blogs\/uber.com\" target=\"_blank\" rel=\"noreferrer noopener\">Uber<\/a>&nbsp;does a great job with this.&nbsp; Instead of sending a toast notification that you have a new receipt, Uber emails a receipt and ride summary to their customer.&nbsp; This makes sense since it\u2019s content that customers will likely revisit.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/7462.8.webp\" alt=\"screenshot of an uber trip receipt and summary\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If you would like to get started with Mobile Services and are new to Windows Azure, sign up for the&nbsp;<a href=\"https:\/\/www.windowsazure.com\/en-us\/pricing\/free-trial\/?WT.mc_id=cmp_pst001_blg_post0236\" target=\"_blank\" rel=\"noreferrer noopener\">Windows Azure 90-day Free Trial<\/a>&nbsp;and receive 10 free Mobile Services running on shared instances.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Visit the&nbsp;<a href=\"https:\/\/www.windowsazure.com\/en-us\/develop\/mobile\/\" target=\"_blank\" rel=\"noreferrer noopener\">Windows Azure Mobile Development Center<\/a>&nbsp;to learn more about building apps using Mobile Services.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you have feedback (or just want to show off your app), shoot an email to the Windows Azure Mobile Services team at&nbsp;<a href=\"mailto:mobileservices@microsoft.com\" target=\"_blank\" rel=\"noreferrer noopener\">mobileservices@microsoft.com<\/a>.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As always, if you have questions, please ask them in our&nbsp;<a href=\"https:\/\/go.microsoft.com\/fwlink\/?LinkID=257542&amp;clcid=0x409\" target=\"_blank\" rel=\"noreferrer noopener\">forum<\/a>.&nbsp; If there\u2019s a feature you\u2019d like to see, please visit our Mobile Services uservoice page and let us know.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also find me on Twitter&nbsp;<a href=\"https:\/\/www.twitter.com\/kirillg_msft\" target=\"_blank\" rel=\"noreferrer noopener\">@kirillg_msft<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1485],"tags":[],"audience":[],"content-type":[],"product":[],"tech-community":[],"topic":[],"coauthors":[762],"class_list":["post-6266","post","type-post","status-publish","format-standard","hentry","category-internet-of-things","review-flag-8-1680286581-263","review-flag-alway-1680286580-106","review-flag-disable","review-flag-free-1680286579-836","review-flag-never-1680286580-606","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Best practices for using push notifications, SMS and email in your mobile app | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.&nbsp; As Scott Guthrie announced Wednesday, Mobile\u2026\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Best practices for using push notifications, SMS and email in your mobile app | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.&nbsp; As Scott Guthrie announced Wednesday, Mobile\u2026\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2012-12-10T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-10T20:54:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp\" \/>\n<meta name=\"author\" content=\"Kirill Gavrylyuk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirill Gavrylyuk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/kirill-gavrylyuk\/\",\"@type\":\"Person\",\"@name\":\"Kirill Gavrylyuk\"}],\"headline\":\"Best practices for using push notifications, SMS and email in your mobile app\",\"datePublished\":\"2012-12-10T00:00:00+00:00\",\"dateModified\":\"2025-09-10T20:54:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/\"},\"wordCount\":1269,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp\",\"articleSection\":[\"Internet of things\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/\",\"name\":\"Best practices for using push notifications, SMS and email in your mobile app | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp\",\"datePublished\":\"2012-12-10T00:00:00+00:00\",\"dateModified\":\"2025-09-10T20:54:27+00:00\",\"description\":\"After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.&nbsp; As Scott Guthrie announced Wednesday, Mobile\u2026\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Internet of things\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/internet-of-things\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Best practices for using push notifications, SMS and email in your mobile app\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Best practices for using push notifications, SMS and email in your mobile app | Microsoft Azure Blog","description":"After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.&nbsp; As Scott Guthrie announced Wednesday, Mobile\u2026","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/","og_locale":"en_US","og_type":"article","og_title":"Best practices for using push notifications, SMS and email in your mobile app | Microsoft Azure Blog","og_description":"After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.&nbsp; As Scott Guthrie announced Wednesday, Mobile\u2026","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2012-12-10T00:00:00+00:00","article_modified_time":"2025-09-10T20:54:27+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp","type":"","width":"","height":""}],"author":"Kirill Gavrylyuk","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Kirill Gavrylyuk","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/kirill-gavrylyuk\/","@type":"Person","@name":"Kirill Gavrylyuk"}],"headline":"Best practices for using push notifications, SMS and email in your mobile app","datePublished":"2012-12-10T00:00:00+00:00","dateModified":"2025-09-10T20:54:27+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/"},"wordCount":1269,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp","articleSection":["Internet of things"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/","name":"Best practices for using push notifications, SMS and email in your mobile app | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp","datePublished":"2012-12-10T00:00:00+00:00","dateModified":"2025-09-10T20:54:27+00:00","description":"After we delivered iOS client libraries for Mobile Services in October, many of you asked when support for iOS push notifications would follow.&nbsp; As Scott Guthrie announced Wednesday, Mobile\u2026","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2012\/12\/1145.1.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/best-practices-for-using-push-notifications-sms-and-email-in-your-mobile-app\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Internet of things","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/internet-of-things\/"},{"@type":"ListItem","position":3,"name":"Best practices for using push notifications, SMS and email in your mobile app"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=6266"}],"version-history":[{"count":3,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6266\/revisions"}],"predecessor-version":[{"id":46084,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/6266\/revisions\/46084"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=6266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=6266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=6266"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=6266"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=6266"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=6266"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=6266"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=6266"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=6266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}