CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2013
    Location
    Dallas, GA
    Posts
    2

    Playing with Apps

    One of the apps I am starting to develop, will send text messages to smartphones and tablet, and I would like them to only remain on the phone for a few days.
    Does anyone know of an API or something that would do that?

  2. #2
    Join Date
    May 2013
    Posts
    3

    Re: Playing with Apps

    I know many in the medical industry uses Tigertext for HIPAA compliant secure texting, and it has an auto-delete feature, as well as remote delete.

    they have an API called TigerConnect. You can find it on the developer site:

    http://developer.tigertext.com/

    I looked for some others, but they were the only secure text messaging that has an API.

    Even with the TigerConnect API, you will need to work the API for iPhone and integration into your app.

  3. #3
    Join Date
    May 2013
    Location
    Dallas, GA
    Posts
    2

    Re: Playing with Apps

    The tigerconnect page shows how it might be applied, and the Tigertext features are what I need, so it look like this will work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured