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 7761981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:16:26+00:00 2026-06-01T14:16:26+00:00

This will be my first iOS app with any bit of complexity. I’d like

  • 0

This will be my first iOS app with any bit of complexity. I’d like to outline the components and structure to get some feedback before I dive into attempting it.

From the user’s perspective, the app monitors the water level of a local lake and receives push notifications when the water level changes a user-specified amount. I think using Parse will be easiest to manage user data and I will attempt a Node.js server-side component on Nodester (I know some basic JS and figure its an good up and coming language to get familiar with). Here’s how I see it working…

  • The user creates an account on the device and specifies a lakeLevelChange amount in which they will receive a push notification. The user’s data is pushed to Parse’s data mgt.
  • The server side component will run this program 3-6 times a day:
    • Pulls a currentLakeLevel via HTTP request
    • Pulls user data from Parse
    • Compares the currentLakeLevel to the user specified lakeLevelChange
    • If the difference is => lakeLevelChange, a push notification HTTP Post request is sent, per user which their specified condition is met
  • Parse receives POST request and sends a push notification to APNS server
  • Client receives push notification

It actually doesn’t sound terribly complex when its typed out. Is this the proper way of structuring this functionality? Am I missing anything? Suggestions are greatly appreciated!

  • 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-06-01T14:16:28+00:00Added an answer on June 1, 2026 at 2:16 pm

    Bit of a logic problem:

    The server side component will run this program 3-6 times a day:
    Pulls a currentLakeLevel via HTTP request.
    Pulls user data from Parse
    Compares the currentLakeLevel to the user specified lakeLevelChange
    If the difference is => lakeLevelChange, a push notification HTTP Post request is sent, per user which their specified condition is met

    You actually need to store the level at last alert for each user, too. Otherwise incremental changes could creep over your users’ threshhold and never trigger an alert.

    Imagine if I said I want to be alerted when the level has changed by 6 inches. You then record seven events in which the level rises by an inch each time. At no point did you observe more than 6 inches of change, but the total change is over my threshold for notification, and I probably meant to have you notify me about that.

    So when you fire an alert, you need to store the current level, and then on each change event, you compare that to the last level you notified them about.

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

Sidebar

Related Questions

So this question will get technical – eventually – but first check out Hanselminutes
I am a real n00b in developing iOS app. This is my first application
I'm writing an iPhone app (which will be my first ios app) that has
I know one awkward solution for this taks will be : first use ct
I'm fairly new to writing test cases and this will be my first major
This is the first time I have attempted to create a .dll, that will
This is my first time on this site. I will ask you to help
I'm considering starting iOS development as a hobby and would like to save some
Recently, I made some changes to an iOS app. Nothing special, but it was
I'm attempting to create an iOS 5 app with some very basic FTP functionality

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.