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

  • Home
  • SEARCH
  • 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 8971573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:59:21+00:00 2026-06-15T17:59:21+00:00

I have an iPhone app I’m working on that grabs data off a json-feed

  • 0

I have an iPhone app I’m working on that grabs data off a json-feed and puts it into a table. This happens when the app is loaded or when the user taps a refresh button. But now I’ve started experimenting with parse.com and push notifications and gotten them to work, but I’m not really sure how to use it. I can use a php request to send notifications via parse to the phone, and I can probable figure out how to do that, BUT (and here is my question):

How would I go about creating a service that checks a json-feed for new items/data? What language would I use for creating this, what server do I need and can I set it up so that when it finds something new a push notification is sent with a POST request?

Very thankful for any help.

  • 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-15T17:59:22+00:00Added an answer on June 15, 2026 at 5:59 pm

    You can always use POST request for your notification. Here is what exactly Parse says and I quote:

    6.2. REST API

    You can use the Parse REST API to send push notifications to any
    channel by sending a POST request. Here is an example of a broadcast
    notification containing the message “Hello World!” sent using curl.
    Detailed information about the required format can be found in the
    REST documentation.

    curl -X POST \
      -H "X-Parse-Application-Id: ${APPLICATION_ID}" \
      -H "X-Parse-REST-API-Key: ${REST_API_KEY}" \
      -H "Content-Type: application/json" \
      -d '{ "channel": "",
            "type": "ios",
            "data": { "alert":"Hello World!" } }' \
      https://api.parse.com/1/push
    

    And using Corn Job to check with interval may be a solution but a better solution for being reliable and sending on-time push notification is instead of checking your json/feed lets do the POST request whenever you add a new items/data with proper data. (Unless this part it’s not up to you and you are using other’s json/feed?!)

    By the way check this out too (if you haven’t yet):
    https://parse.com/docs/push_guide/iOS

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

Sidebar

Related Questions

I have this IPhone app underway that was working fine, then I installed OS
I have an iPhone app that starts in a table view and goes to
I have an IPhone app that uses webservices to get data from a server.
I have an iPhone app out that stores data on the device. I want
I have an iPhone app that uses ASIHTTPRequest to post data to a php
I have an iPhone app with a Core Data object that has a color
I have an iphone app that uses table view as the interface. Each time
I have an iPhone app that uses a UINavigationController, some table views, and iAd.
I have an iPhone app I'm writing that needs to keep an offline data
I have an iPhone app that grabs information from different sources in XML format.

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.