Integrating Religion and Mobile

Of some of the great brands and organizations, the Catholic Church is certainly large in membership and a well know group. While the two services that I am describing in this post do not directly work with the Catholic Church, they are definitely leveraging “faith” as an affinity group for services.

Catholic Mobile
Catholic Mobile provides a way to stay in touch with your Christian faith, even outside the church. Their site states: “Catholic Mobile provides families and individuals with inspiring Catholic content that will enrich their daily wireless experiences.” For about $4.99/month you can get a daily message containing some of the following content: Mass Gospel, Saint of the Day, or Daily Prayer. Personally, I think it’s great that yet another content type has realize that mobile is one of many channels to appeal to its subscriber base. It certainly is a way to “stay in touch” with your faith in between going to church. Religion, in my humble opinion, is a highly personal thing, thus much like your mobile device is a great way to pair the two together.On the other hand, much like Internet dating, receiving the Gospel, Psalms, and other inspriational messages is not that appealing to share amongst your friends. But nevertheless, embracing the technology and using it effectively is important. It will be a good marker of success if services like these start to really take off as they are certainly abundant.

Another religious service that I recently encountered was FaithFoneWireless. Yes, this is another MVNO with a focus on the Catholic faith as their affinity group but with some added features. They have also decided to incorporate some Mobile Banking features such as donations to a charity, paying back friends and more.

FaithFone Wireless

  • Mobile Banking with a FaithFone prepaid debit-card, and card-less subordinate bank account that is accessed using your cell phone and secure internet web-site. Transfer money to accounts, pay tithes, offering, pay bills, pay a friend, and reload cell phone minutes using your Cell Phone.
  • A donation of 1% of your monthly bill to your local church, ministry or other non-profit organizations.
  • A donation of 1% of your monthly debit-card purchase to your local church, ministry or favorite non-profit organizations when you use the card to purchase air-time minutes.

Source: FaithFone

Interesting to note that these three payments: pay tithes, offering, pay bills can be made. The idea of paying tithes seems a bit outrageous. Paying a percentage of your annual income to the church has been a long standing tradition, however, paying via your mobile phone might be a bit awkward versus writing a check. But if you’re in the business of revenue sharing, taking a few cents of every dollar transacted is a great way to increase your topline revenue, not to mention improve your bottom line.

Any and all ways to make it easier to subscribers to make payments using the Operator’s payment mechanism is great for them, but potentially bad for you. There are countless stories about how the Operator’s billing system is not 100% accurate and in fact has a high rate of errors and inconsistencies. So at this point, I’m sure if I would trust it to accurately pay my bills. I also find it hard to believe that the feature of mobile banking would cause me to switch providers. While I am an advocate for new services via your mobile device, perhaps some of them are still maturing and need temperance before they are ready for primetime. After working on a few projects over the past few years with large banks in the United States, their need to facilitate mobile banking is a mere curiosity than reality at this point.

Related Posts:
  1. Monitoring and Testing for Mobile...

  2. Mobile Technology 2005 redux...

  3. Large Mobile Devices: Your Car...

  4. Sprint MBA – Consulting for Mobile...

  5. The Mobile Information Wireless Skyway...

Comments are closed.

blog comments powered by Disqus
google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);