Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4608838
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:54:06+00:00 2026-05-22T00:54:06+00:00

Well, my idea is to make an app that is installed on two or

  • 0

Well, my idea is to make an app that is installed on two or more devices. The main or “head” device can send out a call to one of the specific devices in the form of a push notification. The push notification could be preset or whatever. The goal would to be a simple notification system. All of the users who I am making this for have an iPad active and sitting on a desk in front of them. Imagine this as a doctor tool for calling the nurse into the room when the patient is ready. Tell me if this is clear enough.

How would this be done?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T00:54:07+00:00Added an answer on May 22, 2026 at 12:54 am

    If I understand your question correctly, you want to develop an app that can push notifications to other devices.

    The best way to would be to have a server and have the device sending the notification to send a request to the server. The server would then store it in a database. Then when the other devices send a request to the server to check for anything new, they would see that newest entry and push a notification to the phone.

    In reference to Dave DeLong’s comment, this app might actually be good if people don’t want to use their minutes/texts/3G/4G, but instead only want to use WiFi. Also would be good for a small corporation instead of having walki-talkis. (That last part may be a stretch.)

    Good luck on developing!


    In order to make the device check for new notifications from the server simply have it access a link during a set interval (maybe like every 5-10 seconds; an ideal situation would be to have a setting for users to change the time interval between checks):

    hxxp://domain.com/checkForNew.php?deviceID=foo&otherSecurity=blah

    Then have the PHP return some kinds of values that you may need. An example output would be:

    fromID|toIDs|dateSent|message

    On the iPhone you can get this content using:

    NSString *googleString = @"hxxp://domain.com/checkForNew.php?deviceID=foo&otherSecurity=blah";
    NSURL *googleURL = [NSURL URLWithString:googleString];
    NSError *error;
    NSString *googlePage = [NSString stringWithContentsOfURL:googleURL 
                                                    encoding:NSASCIIStringEncoding
                                                       error:&error];
    

    (This code can be found here: Reading HTML content from a UIWebView )

    Finally, separate this string into appropriate variables and push the notification.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I always had the idea to make a textarea based program, that gets the
I've got to develop a multi-language code generator in C#. Well actually the idea
Remember, this is using python. Well, I was fiddling around with an app I
I have a requirement to build an application that a company can use to
I am working on an iOS app which make a movie using array of
I've got an app that gets information from a SOAP web service and I
I am making a very simple platform independent(at least that's the plan) console app.
There's an app that I use on an XP netbook for tuning a car.
I have this idea for a small-medium web application that I would like to
I'm re-designing an app I inherited that sends digital photos from a laptop to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.