0
votes
0answers
21 views

Payment Transaction State Failed

I am trying to make In-app purchase in my application using phonegap plugin which is https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/InAppPurchaseManager but in sandbox testing i'm ...
-3
votes
1answer
63 views

In App purchase is getting rejected [closed]

I have made 2 apps with the same bundle ID. One is uploaded, the other is getting rejected. Both apps have in app purchase which has the same methods. Apple rejected my app because of the in app ...
1
vote
0answers
30 views

Does StoreKit and SKDownload guarantee integrity of finished download?

My app downloads non-consumable IAP content with StoreKit, hosted by Apple. Do I have to check the integrity of the finished download (e.g. calculate a SHA1 or MD5) or can I trust the integrity of the ...
-1
votes
1answer
39 views

How to store and fetch the response of in-app purchase in ios?

I have implemented in-app purchase in my project. The implementation worked well but I have a problem to store a response. I unlocked the button and when I go through in-app purchase the button will ...
0
votes
0answers
29 views

How to correctly deal with failed or cancelled IAP content downloads?

I am working through the non-consumable Apple-hosted IAP examples in Ray Wenderlich's iOS 6 by tutorials book. There he suggests that the code calls finishTransaction: even when the download fails or ...
0
votes
0answers
24 views

Are apps with IAP allowed to remember product and pricing information for faster display upon launch?

I am attempting to cache SKProduct data retrieved from the App Store, so my app can show the information immediately after launch. It still updates in the background. Is this good practice or are we ...
0
votes
1answer
45 views

Does StoreKit handle the download of non-consumable Apple-hosted in-app purchases?

How does the download part work when the content is hosted with Apple? Does Store Kit take care of this? Does it resume interrupted downloads when transactions are resumed?
0
votes
0answers
30 views

Is it possible to test in-app purchases that use Apple's new hosting feature for downloadable content?

We're planing to use Apple's hosted content service for in-app purchases but I could not find a good resource about testing and how these downloads work.
0
votes
1answer
28 views

Do apps with in-app purchases remember retrieved product information?

We are working on an app with in-app purchases. Is it okay to store retrieved product information so the data displays faster when the app loads again?
0
votes
3answers
143 views

How to test IAP (in-app purchase) in iOS Simulator OR on the Device?

I've implemented a simple non-consumable in-app purchase mechanism by following the Ray Wenderlich tutorial book. When my app starts, I initiate a product info request: self.productsRequest = ...
0
votes
2answers
52 views

lite value on full and lite apps

I have an app that has both the full and the lite versions (including the in app purchase) the thing is that when I buy the app, the lite version loads all the full things, but when I close the app ...
0
votes
0answers
36 views

IAP: Setting the full version of an app

I have implemented an IAP which buys the full version of my lite version app. In my code I have to implement a way to bring all the full version added icons and new levels. As I'm implementing a code ...
0
votes
3answers
97 views

How to display an activity indicator while loading in app purchase?

I have a button that calls the in app purchase feature. I would to display a loading wheel while it is loading the product and the dismiss it when the UIAlertView to confirm the purchase appears. I am ...
-1
votes
1answer
125 views

Itunes Connect IAP Edit Error [closed]

Anyone else having this problem?: If you go into your iTunes Connect, and go to an app, and go to Manage in-app purchases, then go into one of them, and if you try to click "Edit" Inside In-App ...
-1
votes
1answer
53 views

How to design In App Purchase of reader app? [closed]

I am developing a reader app. Now, I am trying to use IAP to implement the payment in the app. I've read In-App Purchase Programming Guide and some tutorials. Now I still have some questions not ...
-1
votes
2answers
316 views

App's metadata rejected by Apple: “Cant locate In App Purchase in my App”.? [closed]

Today my Apps metadata was rejected from Apple, this is what they say: We have begun the review of your app but aren't able to continue because we can't locate the In App Purchase within your ...
0
votes
3answers
239 views

Remove ad banner after completing in-app purchase within iPhone app

How is it possible to remove chartboost banner after in-App purchase ?
0
votes
1answer
37 views

Magazine App with login feature only, but offering no In-App Purchase - will it be rejected?

I am currently concepting an app which shall be setup for multiple mobile Systems, like iOS, Android, Windows. The app shall distribute publications, for which a login is required. This login can ...
6
votes
3answers
349 views

iOS : In app purchase. Product is paid or free based on user type

I am developing an iOS application & I am going to sell products in application based on user type after user login. If user is of Type A [ Privileged User] Then he can download product ...
3
votes
2answers
81 views

How to implement subscription plans in an iPhone application

we got a new requirement for creating an iPad application for a web app (business app). In this web app user can subscribe for a month and after that the subscription will be auto renewed. We need to ...
0
votes
1answer
76 views

In App Purchase for multiple accounts subscriptions

We are building a solution with a cloud Backend and an iPad application connecting to that Backend, strangely Apple rejected the application because the payement had to be done from the web and they ...
1
vote
2answers
93 views

where to store downloadable in-app purchases?

my app has downloadable in-app purchases. When the content is downloaded I am storing it right now on the documents directory. But I know Apple is nitpick and will probably reject my app because ...
7
votes
1answer
268 views

Do we really need this verification for in-app over iOS 6?

Back last year, that russian hacker created a way to validate in-app purchases without payment and this guy created a class to verify each purchase. As far as I know, this technique exposed by the ...
0
votes
0answers
21 views

Cleaning store kit purchase queue

I am debugging the restore purchases part of my app that has in-app purchases. As this is being debugged and the version is not stable yet, sometimes the app crashes or I interrupt it without ...
0
votes
0answers
23 views

Changing iPad Application Targets' Functionalities

I have created an ipad application with In-App Purchase. I'm doing same thing (Ads & Purchase) in single app. So, after puchasing it'll be free & not display Ads in application. But it'll ...
0
votes
2answers
63 views

Is it possible to modify an iPhone app to make it run full-screen on the iPad?

I have a paid iPhone app, and I'd like to create an updated version that will run as an iPhone app until the user completes an in-app purchase that will have the app use the full screen. Is there any ...
1
vote
1answer
101 views

IN-App Purchase Pop-up Text

I am facing a strange issue. When a user presses a button for cancel in in-app purchase pop-up hides at that time but the pop-up comes twice when he presses the cancel button again. This is getting ...
0
votes
1answer
186 views

How to save SKProduct object locally?

I have tried to save a SKProduct object with archiving it with the class NSKeyedArchiver but it generates an error as -[SKProduct encodeWithCoder:]: unrecognized selector sent to instance. + ...
0
votes
1answer
138 views

Consumable In-App Purchase and Restore Button

The Restore IAP button is required to all apps now, and if they don't have Apple will reject the app. The questions is, what about consumable items? It seems logical that you can't restore them, ...
0
votes
0answers
45 views

Aborting in-app purchases in iOS

When I start the purchase transaction I can observe the state changes in the SKPaymentTransactionObserver-method - (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray ...
0
votes
2answers
51 views

Having an issue while trying to implement In-App Purchase

This is my first time to implement In-App purchase and I am using the tutorial located here: Ray Wenderlich Now I am sure this is something simple, but I am having issues figuring out, so I figured I ...
2
votes
1answer
686 views

What kind of content does Apple host for in-app purchases, and under which conditions? [closed]

I've heard that Apple offers hosting content for in-app purchases. We are working on an app where users can purchase small video clips of about 5 MB each. I couldn't find detailed information about ...
0
votes
0answers
111 views

IOS app in game coins [closed]

We are currently close to releasing an iPhone/ iPad game where you earn coins by playing the game and then can buy guns with those coins, how ever we are unsure on where to store how many coins the ...
0
votes
1answer
100 views

Where to install and reference ios in-app purchase content with phonegap

Have a phonegap app that supports in-app purchases. I'm able to purchase and download the content just fine. I'm placing the content in my apps' documents folder (e.g. ...
-1
votes
1answer
151 views

learn to built a server for in-app purchase [closed]

I'm a freshman about the server programming,and now I want to built a server for my ipad app. This server is used for Server Model of in-app purchase. After the user has paid for the plug-in, he can ...
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 ...
0
votes
1answer
487 views

iOS 6 inApp issue

Anyone used iOS6 inApp purchase? My inApp was working fine on iOS5 but when i am tying to build my app in iOS6 (XCode 4.5 beta). It is showing below error while inApp purchase. 2012-10-06 ...
0
votes
0answers
15 views

Send purchased update to friends for free in ios

Is it possible to send purchased update of some application to other with free of cost? I am developing some application which contains In-app purchase. User can download multiple templates of some ...
0
votes
0answers
65 views

iPhone App on iPad inApp Purchases [closed]

I have an iPhone App that runs on the iPad with the iPhone size. The problem I'm having is inApp purchases work fine on my iPhone, but when I go on to my iPad it says all the products are invalid. ...
0
votes
0answers
26 views

No need to restore the products of in-app purchase for the products that not purchased yet

I have one restore button to restoring the in app purchase in my application.It works well but the problem is that,If user doesn't purchase anything and if he/she try to restore for an account that ...
0
votes
0answers
102 views

Dont restore the products If they are not purchased

I am using one button to restore the non-consumable products. It works very well. Now my requirement is that if customer does not previously bought the products. On restore button i just want to show ...
2
votes
1answer
379 views

iOS - transferring in-apps between apps

I am working on a project that was not initially developed by me and this project is an iphone application with a lot of in-app purchases and these in-app purchases are large images stored inside the ...
0
votes
0answers
15 views

How to rollback the payment when receipt not be confirmed?

I have a app with in-app. and when the user payed success, I put the receipt to my server, and then server commit this receipt with apple, if the receipt is not commit, and if or not I should back the ...
2
votes
1answer
102 views

in app purchase implemention

In My app I have to implement in app purchse in below scenerio:- App is free for all user i.e every person can download it at free of cost. I have implemented Consumable type for this. in ...
1
vote
1answer
112 views

In-App Purchase test fails on IOS 4.01, works on iOS 5+

This is driving me crazy. I'm trying to debug an App that uses In-App Purchase. I use the following simple piece of code to get my products (I've got only one product): NSSet *productIdentifiers = ...
1
vote
0answers
129 views

Need help utilizing Beeblex validating in-app purchases with xCode

Has anyone had success using Beeblex to validate in-app purchases? I have an app that is already live in the app-store with in-app purchases enabled and working. In light of the recent hacking news ...
-1
votes
1answer
130 views

Do not remove in-app purchased content when application update

in my application users can load content from my server. Then this content stored in EDIT: application bundle, NSLibraryDirectory so when I release new version and user updates application, all ...
0
votes
1answer
127 views

iOS app - Fix Apple not allowing you link website for payment?

I have an app which require user (loggin required) to pay before they can use (not Apple InApp Purchase), kind of like DropBox. Of course there will be user don't sign up for my plan first and ...
0
votes
1answer
203 views

How to offer non-consumable content for in app purchase?

I am developing an app for learning piano and I would like to offer lessons as non-consumable in app purchases. All of the files that are required for the lesson will be bundled with the app (as they ...
0
votes
1answer
262 views

Restore button for in-app purchase - is it the same as buying again?

I have written some code for a restore button; -(IBAction)restore:(id)sender { [[MKStoreManager sharedManager]buyFeature]; } -(void)productPurchased { for (UIView *view in self.view.subviews) { if ...

1 2 3