Tagged Questions
0
votes
3answers
30 views
InApp Purchase - How to Create a Product Binary
I wanna implement inApp Purchase in my app. The inApp will remove all ads from app.
Ok, i know how create a inApp in iTunes Connect, and i know how create a store with StoreKit.
The only question i ...
0
votes
1answer
37 views
Removing in app purchases from a new version of the application(iOS)
I have an application that is live on iTunes. The app contains lots of in app purchases(non consummable). I wish to delete supoort for some in app purchases from the new version. Can I do it ? Will it ...
0
votes
0answers
14 views
How to do InApp Purchase for download magazine and videos
I have one app in which there are so many magazines and videos which user can purchase and download from server.Before this I used "urbenairship" api for getting this type of functionality but now I ...
-2
votes
1answer
38 views
Get all in-app items using SKProductsRequest? [closed]
We would like to have various in-app items available for our App.
The actual interpretation of each item is done on the server, so the client should be a "dumb pipe" - get the list of available items ...
0
votes
1answer
30 views
How to determine what appstore user is using?
I have an application with in-app purchase ability in it.
My Client has a pricing structure. so in different countries he is offering different subscriptions.
He worked it out Different Tiers (About ...
-2
votes
0answers
39 views
In-App purchases still in review [closed]
I am facing an issue with me recent App store version.
I pushed My app version 1.9 to App store last week with four In-APP purchases.
My app store version is approved today but In-APP purchases are ...
0
votes
0answers
48 views
In App Purchases still in review
I have recently faced an issue with my app store app. I pushed my 1.9 version last week with four In app purchases.
My app is approved from Apple today but In- APP purchases are still in Review. Can ...
0
votes
0answers
26 views
how to add in app purchase feature to an already existing app on app store
I have made an app and uploaded to app store and it turned out to be very popular. Now I have updated the app and also added new features that i would like to get payed for as an in app purchase.
I ...
0
votes
1answer
36 views
In App Purchase product
Im working on client project. I need to test my product for In App Purchase. I created app details in itunes connect through my account. I used my client App name,icons,everything. But if finally i ...
-1
votes
2answers
36 views
Seeking in-app purchase helper class
I am using the UIStoreKit to implement the in app purchase on the App Store.
I have heard once that there is some helper class on the net that can help with everything behind the scenes, so I can ...
-1
votes
3answers
69 views
How to make In-App purchase [closed]
I'm currently developing an iPhone game and I want to use in-app purchases.I have some built-in functionalities witch can be bought with game money.I want to realize a store in my game where you can ...
3
votes
2answers
122 views
In app purchase without Xcode (Apple app store)
We are trying to put our app in the apple app store and would like to add in app purchases but unfortunately our app is not created with Xcode. We use an implementation of common lisp called CCL ...
0
votes
0answers
155 views
App Store not working as intended, but Sandbox-eviroment does while handeling receipts - In App-purchase
We have found a very strange bug in our app with the In-App purchase system.
The bug occurs when the user decides to buy the app. The buying process goes fine as far what we have noticed but, "IF" ...
0
votes
1answer
40 views
How to let bloggers try and review apps with downloadable In-App Purchases? [closed]
We are making an app with Apple-hosted non-consumable In-App Purchases.
The app has 20 downloadable purchases and each contains a 15 MB movie file.
We want to submit the app to Apple and once it is ...
0
votes
0answers
90 views
IOS App : How to develop server model for offering Free Subscription In-App Purchase
i tried build an app book-like from baker framework using XCODE,
after bundling app, i submitted it but got rejected in case of this:
"We found that your app has an associated free subscription, ...
1
vote
0answers
46 views
Change active auto-renewable subscription on iOS
Is it possible to switch between active auto-renewable subscriptions on iOS?
For example:
I have an auto-renewable subscription 'family' configured in iTunes Connect
Package A (1 week)
Package B (1 ...
1
vote
1answer
44 views
How to get user info after verifying a receipt with the App Store?
I want to track the purchases at the server side after verifying a receipt.
But the receipt from apple gives all the info except user's.
So what's the safe way to obtain user's data which has not ...
0
votes
1answer
56 views
IAP and third party purchasing
I have a question about in app purchases. My company charges customers for access to our software system. They are charged to use the system (subscription fee) and then can opt to use higher quality ...
6
votes
1answer
188 views
Link to app manage subscriptions in app store
Currently with In app purchase the only way to cancel an auto-renewing subscription is to do the following with the device:
Settings > Store > View my account > Manage my subscription
Is it ...
2
votes
2answers
82 views
Guidance / Advice on unlocking In-App Purchases
I am looking for some advice / guide on the best way to unlock content from in-app purchases.
I have a list of 100 words. I have the broken into 25 units. The first unit of 25 is free and the ...
3
votes
2answers
88 views
Is it required to implement In-App-Purchase or can I simply add the paid version as a new app?
I already have a free version of my app in App Store. Now I want to add a completely new paid version of the same app (with extra features).
Is it required to implement In-App-Purchase or can I ...
2
votes
1answer
118 views
Android/iphone InApp purchase data management to google play/ app store by using own website
My question will be different from development but I am stuck at this point and any help is appreciated.
I am developing an In app Purchase app for Android and iPhone using the standard API. My ...
0
votes
2answers
72 views
Why applications like ebay are not rejected from AppStore [closed]
In App Store Review Guidelines is said:
11.2 Apps utilizing a system other than the In-App Purchase API (IAP) to purchase content, functionality, or services in an App will be rejected
11.13 ...
0
votes
0answers
388 views
In-App-Purchase (iOS) not working for some local stores
We have released our iOS game "democracy" / "демократия" one year ago (10 Dec 2011). Since launch and by now I receive claims from users of this application from Ukraine and Belarus that they cannot ...
1
vote
1answer
105 views
“App Store temporary unavailable” for sandbox in app purchases
I'm trying to test in app purchases in my Mac app for the App Store but no matter what I do i keep on getting this error:
When I look at the Console app logs I see this:
2/26/13 3:08:05.452 PM App ...
0
votes
1answer
31 views
Lock buttons for further release in iOS [closed]
I've re-read apple's guides and there are no answer for me: my app is divided on levels -- first, second etc. User can't buy new level unless previous has not completed. I want to use built-it IAP and ...
1
vote
0answers
136 views
Is paymentQueueRestoreCompletedTransactionsFinished: called after finishTransaction has been called?
My class observes SKPaymentQueue. I call:
[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];
The documentation for paymentQueueRestoreCompletedTransactionsFinished: states:
"This ...
1
vote
1answer
63 views
Testing in-app purchase with hosted content
We are adding in-app purchases to our app. I have created several products in iTunes Connect and most of these get listed in the app, except for the one that is using hosted content.
My problem is ...
0
votes
1answer
55 views
iPhone application user registration and billing via apple ID account
We are building an iPhone application for our project and I'm concerned that the only way for user to:
register an account;
buy extra content
Is via the user's Apple ID account. This is bad for us ...
1
vote
3answers
76 views
Can a In-App Purchase be used to “buy answers”?
I'm developing an app that allow people ask some kind of questions in IOS app, on backend side there are people (humans) that answer this questions. Obviously answers have some delay (10 min - ...
1
vote
0answers
134 views
How do I reject my own In-App Purchase that is Waiting for Review?
I have about 25 In-App Purchase objects (IAPs) that I want to go live with a new update of my app. This is my first update with IAPs.
What Went Wrong:
I created 5 IAPs, and then submitted my app ...
0
votes
1answer
70 views
app store - two applications versus in-app purchase
For marketing (as opposed to technical) reasons I'm about to submit a financial services iPad app that comes in two flavors, "regular" for individual users working on their own behalf, and ...
0
votes
1answer
88 views
Securely store In-App Purchases
I'm implementing In-App Purchase in my application but I have a problem I could not solve.
For the implentation I read several tutorials, but all of these use the same system to save if you have ...
-1
votes
1answer
41 views
free iOS apps that allow end users to purchase merchant products? [closed]
Anyone knows the policies for free iOS apps that allow end users to purchase merchant products?
For example, Walmart iOS appl that has a shopping card and allows their customers to purchase things ...
1
vote
5answers
101 views
In App Purchase Feature: Iphone
I am having an in-app feature where user can upgrade the existing app to pro-version which will provide extra features. I want to publish the first basic version to app store, this version will have ...
1
vote
2answers
166 views
Allowing user to purchase Paid app version from within Free version?
Got a general question(s) for you on implementing a free and paid version of an app.
I have it setup now where I have 2 targets within the 1 app/project and I specify with the def syntax for what is ...
0
votes
1answer
38 views
Is it needed to update in-app purchases for new updated version of the application?
I am trying to prepare new update for my application. But a can't select in-app items on iTunes Connect for updated version. Is old items prepared for my last version will be available in this new ...
1
vote
0answers
80 views
In-app purchase for offline features? [closed]
In my app, I am adding a new feature that works offline. I want to charge for it using in-app purchases. However, when users try to use this feature, they will be offline - and won't be able to access ...
0
votes
1answer
188 views
Testing In-App-Purchase on iPhone with Test Account in Sandbox - Cannot Sign In
I am testing my first in-app-purchase but have trouble successfully signing in to AppStore. The Test account is created and validated (confirmed) by Apple. I signed out from iTunes account in ...
3
votes
1answer
272 views
In-app purchase for core data sync?
I any to offer core data sync for my app, but it is going to be a major time investment and I want to make sure that it pays off financially. Is it possible to have data sync be a for-pay feature in ...
0
votes
0answers
119 views
Auto-renewing Subscription as In-App Purchases for software as a service
I have an app which for the most part runs solely on the user's iOS devices. However I am adding a new feature which is based on a software-as-a-service model, where it needs to request data from my ...
4
votes
1answer
425 views
Rejected by the App-store due to in-app purchases
I recently uploaded an application that got rejected by Apple due to in-app purchases, the application had a login page before the in-app purchase, which is not allowed.
Now I want to delete the ...
3
votes
1answer
460 views
App Store subscription with free trial allowed? [closed]
My app let the user input very specific types of data, and offer online synchronization. To use the app, you must pay a subscription (auto renewing subscription in-app purchase).
However, I would ...
0
votes
0answers
85 views
Does Apple allow both a freemium and paid version of the same iOS app? [closed]
The App Store Review Guidelines say the following:
2.20 Developers "spamming" the App Store with many versions of similar Apps will be removed from the iOS Developer Program
Does someone know if ...
0
votes
0answers
80 views
Batch update prices on AppStore [closed]
Is it possible to update (with a batch procedure) the price of a large amount of AppStore inApp purchase items?
Thanks.
0
votes
1answer
74 views
Subscription Products are Non-restoring, Why Apple is asking me to put up a restore button?
I don't understand Apple Guidelines. I had created an app which is having free as well as premium features.
By default the app comes installed with free features, I had provided the buy button so ...
3
votes
1answer
159 views
Sandbox: Is possible to simulate a failed or interrupted In App Purchase?
I have recently implemented In App Purchasing in my app. Good thing Apple has documented the whole process very well.
Using those docs, I'm finally able to test In App Purchasing through the Sandbox, ...
1
vote
1answer
57 views
How to add the simplest In-App Purchase?
There are a lot of questions and a lot of answers about In-App Purchase on the AppStore. But how to add the simplest In-App Purchase?
The code should be as short as possible. No one command more ...
3
votes
2answers
138 views
In-App Purchase in new version of the App
I have a live app on the App Store, which is currently version 1.0 with 5 in-app.
I just created the version 1.1 in the iTunes Connect but I was not able to configure my in-apps for my new version. ...
0
votes
1answer
64 views
App Store/Google play In-app purchase Subscription send Email to customers in every renewal period?
I'm developing a mobile app with Apple/google in-app purchase (auto-renewal)subscription services which I wonder if my server needs to send email to notify when approached every renewal period...
...

