0
votes
0answers
35 views

why in app purchase method run on simulator perfectly but not on real device iOS 6?

well this time mi problem is, I did Create an in app purchase method, for buy 2 products,is my first time so, I did learn from the tutorials of raywenderlich ...
0
votes
0answers
31 views

App crash only first time restore in app purchase

friends I am working on mealplan app. Every feature of app is working well but only one time app crash when we restore button press at first time for in app purchase restore. After that when i ...
3
votes
2answers
197 views

When using Apple Hosted Content with In app purchase on iOS, is it possible to download the content before buying?

I am working on an app that is going to use IAP with Apple hosted content. I want to show images of the content to the people that are downloading it before they buy. Is it possible for the app to ...
0
votes
0answers
27 views

Strange In App Sandbox Testing Issue

I am using In app purchase for non-renewable subscriptions. First Time I tested in sandbox it's working fine. But second time strange things happens. What I am doing is when I get receipt I send the ...
2
votes
1answer
37 views

Archive In-App-Purchase detect png as executables on iOS6

I have created a pack In-App-Purchase on iOS6. I upload content to apple´s server. The packet has a group of png files. If I use the option: Compress PNG Files = YES The pngs uploaded to the server ...
0
votes
0answers
218 views

Corona - In-App Purchase Consumable Product Error ( You have already purchased… )

I'm trying to make an update to my application. Before iOS6 everything was fine. But now, I face with this problem: 1 . I buy a product. ( Sandbox mode, consumable product ) 2 . Everything works ...
0
votes
1answer
62 views

INApp Purchase (ios 6) how to create kStoredData @“com.emirbytes.IAPNoobService”

We are using InApp Purchase Tutorial "http://xcodenoobies.blogspot.in/2012/04/implementing-inapp-purchase-in-xcode.html".We don't no how to create kStoredData @"com.emirbytes.IAPNoobService" Tell ...
1
vote
1answer
74 views

ios 6 InApp Purchase SKPaymentTransaction dose not work method

I am using following Code: But error is: Switch case is in protected scope on case SKPaymentTransactionStateRestored: also case SKPaymentTransactionStateFailed: and default: anybody solve this ...
0
votes
1answer
87 views

Is Hosted In-App Purchase only available for IOS6?

I want to create an app with in app purchases. As I see, Apple now hosts the contents of non-consumable in-app purchases. What if I want to support IOS5? Can I send my content to Apple for hosting? ...
0
votes
1answer
48 views

In app purchases Auto renewable

your server must track purchases and allow user to restore purchased subscriptions to all iOS devices owned by a single user I also need to track purchases and allow user to restore purchased ...
0
votes
0answers
138 views

Crash in ios 6 and later -[MKStoreManager provideContent:forReceipt:]

I have my app live which is non-consumable type. App is crashing on iOS 6 and later. It is crashing on user's device but not on testing device. Crash log says this: Exception Type: ...
1
vote
0answers
141 views

In app Purchase Apple hosted content - How to load nib from downloaded pkg file

I have following file structure in my hosted content, after extracting every possible archive in the way. My hosted content was originally a pkg file which was uploaded to Apple, and after ...
1
vote
1answer
193 views

Restoring purchases in iOS

I am working on restoring purchases, So I have few doubts 1) How to show restore button I have shown it on top left corner, and on click of it I call this function - ...
1
vote
0answers
82 views

Strange error of executable while creating archive/.pkg with PDF content to Host at Apple

I have enabled In App Purchase for my an application and integrated the classes. The type of purchase is Non-Consumable and I mark Host Content with Apple to YES. When I want to host content with ...
4
votes
1answer
201 views

iOS In App Purchase requests login twice

I'm adding In App Purchases to one of my apps. As required, I've added a button to let users re-download purchased items. Here is the IBAction method for that: - ...
-2
votes
1answer
105 views

IOS Paypal integration [closed]

My Ios app has a purchasing flow. I want to use Paypal as the payment gateway. since they provide an SDK for IOS, is it compulsory to develop the app through In-app purchase? If I use the Paypal SDK ...
0
votes
1answer
58 views

iOS - change app-name after app upgrade to full version via inApp-purchase

I'd like to create a lite version of my app and allow the user to upgrade to the full version via inApp-purchase. When the user downloads the free version of the app it is named lite. Is there any ...
0
votes
0answers
26 views

Unexpected SKDownloadStatePaused

Sometimes I receive SKDownloadStatePaused in - (void)paymentQueue:(SKPaymentQueue *)queue updatedDownloads:(NSArray *)downloads But I don't call - (void)pauseDownloads:(NSArray *)downloads Why ...
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
0answers
15 views

Disable 'Share your information' on in-app purchase? [duplicate]

Possible Duplicate: In app purchase for auto-renewable content prompts user to share information Is there any way I can disable the dialog with my in-app purchase, that asks for the user's ...
1
vote
0answers
54 views

SKProduct localizedDescription in different languages

I have in app purchase in my app. I am testing a thai language device with a test account that is in the thai store. I have both English and thai in app purchase titles and descriptions. ...
0
votes
1answer
97 views

iOS give users default downloadable content

I'm facing this problem while designing my iOS app. Suppose that a user purchases an app and downloads it to the iPhone. I would like to provide him with a default consumable item the first time he ...
1
vote
1answer
400 views

Testing Non-consumable In-App Purchase

I am trying to create my first non-consumable in app purchase for my ios app and I just uploaded the .pkg to iTunes Connect (via XCode) but I still see this warning... This In-App Purchase is not ...
0
votes
0answers
32 views

Does IAP completes when download fails in IAP Hosted Content?

I am using the new hosted content option in iOS6. My question is - Does Apple charge the user even if the download fails ? Or in other words do I need to let the user repurchase the product or just ...
3
votes
2answers
249 views

Error “Archive for In-App Purchase … is invalid. The package contains an executable at 'Contents/xyz.m4a'”

I am creating a .pkg file for a couple of game levels using iOS 6 and Xcode 4.5.2. When validating the Xcode .pkg for the IAP content, it complained about m4a audio files that I have in the package ...
0
votes
0answers
106 views

SKPaymentQueue restored Transaction problems

I'm implementing in-App purchase in my application. It's working fine. However I'm facing a problem is delegate method of SKPaymentQueue. My code is as follows:- - (void)paymentQueue:(SKPaymentQueue ...
0
votes
1answer
79 views

SKStoreViewController Sandbox issue

int productID = xxx; NSDictionary *parameters = @{SKStoreProductParameterITunesItemIdentifier:[NSNumber numberWithInteger:productID]}; [self.storeViewController ...
0
votes
0answers
108 views

When MKStoreKit's SERVER MODEL works?

I'm using MKStoreKit for In App Purchases of Apple. I preferred to use 'Server Product Model' of Apple which is also supported by MKStoreKit. I set OWN_SERVER url and other Parameters(macro actually) ...
0
votes
0answers
21 views

The default backup flag for downloaded content on iOS app

Just wondering - I know that I have to mark content with NSURLIsExcludedFromBackupKey to NO to prevent it from being backed up. I saw WWDC 2012 movie on IAP and the new hosted content feature, and I ...
0
votes
0answers
29 views

How to sort products by time In App Purchases?

I want to sort a list of products based on the date they were uploaded to the iTunes Store, is it possible? I know how to sort by price but no date. Is there any way to know the exact date of rise? ...
4
votes
2answers
631 views

In-App purchase on iOS simulator causes …/usr/libexec/lsd to crash

While testing In-App purchases in the simulator I get the following crash: Path: ...
0
votes
1answer
491 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
2answers
717 views

Using ASIdentifierManager / advertisingIdentifier for tracking of auto renewable subscriptions in IOS 6

In my current implementation for verifiying auto-renewable subscription I am using the UDID of the device and check with the server database if an active subscription for this device is on-going. Im ...
0
votes
0answers
305 views

App Crashes after in-app purchase

I sent my app to review and the APP Review team told me that: We found that your app crashed on iPad (3rd Gen) running iOS 6, which is not in compliance with the App Store Review Guidelines. Your ...
1
vote
1answer
669 views

iOS In-App Purchases: Sandbox Invalid Product ID

Background on the slightly odd setup before I get to the problem: Working on an app for a client and we're using an different iTunes developer account than the one this will eventually be published on ...
2
votes
1answer
229 views

InApp purchase on iOS 5 vs iOS 6

I've been testing the new version of my app, which will include an in-app purchase in the next update, for one month. Everything worked fine both on iOS 6 and 5, but recently I'm starting to get an ...
0
votes
0answers
159 views

In-app purchase for ios6

I've noticed today that in-App purchases doesn't work for ios6. I didn't change any line of the code and my in-app purchase works on ios 5.1 or older version but not for ios6. What's happening? Is ...
7
votes
2answers
985 views

is Store Kit framework working on i OS 6 Simulator?

I implemented In App Purchase in my application. It is working fine on iPhone 5.1. I know Store Kit is not working on iPhone Simulator 5.1. But on i OS 6 simulator, i can connect to App store and i ...
1
vote
1answer
236 views

Do I need to implement two content storage/delivery systems?

“iOS 6 for Developers” says this: In-App Hosted Content Host In-App Purchase content on Apple’s servers, so you can easily add, manage, and deliver In-App Purchase content for your app. Apple ...