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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:54:07+00:00 2026-06-13T12:54:07+00:00

I am fetching the in app purchase items for my app from my web

  • 0

I am fetching the in app purchase items for my app from my web server.the web-server gives the product title, description and price…

Currently i am displaying the each product using the product title,description and price.Currently i am showing the currency in $.

Now i am having the doubt that , can i display the prices as such?when i referred some URL, it seems that prices needs to be localized.

So do i need to display the prices localized which is fetched from my-server? please let me know how should i proceed?

Thanks a lot for stopping by..

  • 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-13T12:54:08+00:00Added an answer on June 13, 2026 at 12:54 pm

    Yes, you should show localized prices.

    From App Store Quick Reference: Getting Started with In-App Purchase on iOS and OS X Lion:

    Since your application may be available in App Stores with a region specific currency and
    language, your item’s localized description and pricing information should be pulled from the
    App Store via StoreKit’s products request API. You’ll use the information returned from the
    products request to populate the user interface you present to the customer for item selection
    and purchase

    The product request API from StoreKit is pretty straightforward, it returns a ProductResponse, which contains an SKProduct, which includes both the price and the priceLocale. Per the SKProduct Class Reference, your code to format the price in the current local should be something like:

    NSNumberFormatter *numberFormatter = [[NSNumberFormatter alloc] init];
    [numberFormatter setFormatterBehavior:NSNumberFormatterBehavior10_4];
    [numberFormatter setNumberStyle:NSNumberFormatterCurrencyStyle];
    [numberFormatter setLocale:product.priceLocale];
    NSString *formattedString = [numberFormatter stringFromNumber:product.price];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an App using UITableViews and fetching data from a server. I am
My app uses data from a web server. On a website you can get
I have created a class for fetching server-side data in my iOS-App, based on
So I'm fetching a JSON string from a php script in my iPhone app
On Google App Engine I found this code that is fetching a web page's
I need to connect my app from xcode to iTunes to fetching apps details.
I'm building an app that pulls data from a remote server and stores them
I currently have a SQLite backed Core Data app where I am fetching records
So I've been working on fetching data from a web service and using it
I have created ListView fetching data from app db, and it's working fine, when

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.