0
votes
0answers
11 views

What time do iTunes Connect daily sales reports begin and end? [migrated]

The iOS app store and iTunes Connect generate daily sales reports for apps. The reports say, for example, that I have 15 app purchases and 10 in-app purchases. What time of day do these reports begin ...
0
votes
1answer
27 views

Do you need to reattach an in app purchase (IAP) to a version of your app after that app version is rejected?

After creating and testing my first IAP in iTunesConnect, I created a new app version and connected it to the IAP (as you must with it being the first one). The binary for the app version I submitted ...
1
vote
1answer
24 views

iOS/iPhone: Can you have only an english supported in-app purchase for an app distributed worldwide?

I have an app that available for worldwide distribution. It doesn't support localization at the moment, though maybe 5% of downloads come from countries where English is not the primary language ...
0
votes
0answers
39 views

memory leak in xamarin in app purchase

So I have been trying to setup in app purchase within my application and encountered a problem which I don't know how to solve. Im working with xamarin, and I followed their In app purchase guide on ...
-2
votes
2answers
23 views

In App Purchase NSUserDefaults how to save

hi there i have followed a tutorial online for in app purchase and have gotten it to work perfect but the only problem is when i reopen the app i have to restore the purchase to make is display again ...
0
votes
0answers
31 views

Strategies for battling iOS in-app purchase piracy?

My app uses in-app purchase, and I verify the transaction receipts with Apple. This has shown me that many users are trying to pirate the in-app purchase mechanism by submitting fake transaction ...
1
vote
1answer
42 views

In-App-Purchase Remove From Queue

I am new on iOS, i am trying to download 3 products from my service but the user needs to buy these products, i have 3 buttons, i click first one and after enter username and password, it is ...
0
votes
0answers
32 views

In-App purchase not working on iphone device,shows Account Information Error

I have integrated In-AppPurchase but its not working and gives error like given in screen shot. I have added product in itunes store and also integrated in my app. I am using MKStoreManager Class for ...
0
votes
1answer
21 views

AppStore authorization alert

I have an app with inApp purchases. Sometimes something happens and iOS asks user to authorize in AppStore. Authorization alert appears at any moment. It happens even my app is closed! I suggest, this ...
-2
votes
1answer
55 views

Apple In app purchase alternative [closed]

We are trying to sell lessons from IOS application and these lessons are quite expensive. The client wants to create IOS and android app and want to include their own payment gateways which are ...
0
votes
1answer
17 views

IAP detecting SK alert views

When user taps Buy button, my application issues addPayment to StoreKit. After that I want to show alert view with "Please wait" and activity indicator. However, SK can also show alert views. Is there ...
0
votes
1answer
17 views

How to handle situation with IAP internet loss

I have one button in my app, which is supposed to show the price of item, then if you tap on it you can buy an item. Initially that button is disabled and has no price on it. After application is ...
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
2answers
45 views

How to get List of Only Purchased Product Ids fron inApp in ios?

I am having an app in which I have 5 Non Consumable In App Purchases. On every Single In App Purchase I Update my DB with the images. There are 5 Packages for 5 Non Consumable In App Purchases. ...
1
vote
0answers
36 views

Cannot replicate crash experience by App Review team (logs included)

I'm currently trying to add an in-app purchase to my project. A view is loaded with three buttons: one to cancel, one to restore previous purchase, and one to make the purchase. Using the sandbox ...
0
votes
1answer
30 views

Unlock feature after buying from website in iOS app

I have a question on in app purchase I have a requirement like user can get the premium account from in app purchase in the app to extend usage of the the existing functionality. The same feature can ...
2
votes
0answers
45 views

Restore transaction doesn't download the content IAP IOS

I have been struggling with this issue since 2 days. I have implemented In App purchase successfully with downloadable content . But whenever I delete app and restore the purchase , restore doesn't ...
-1
votes
0answers
63 views

possible fake In App Purchase detection [closed]

IAP Purchase flow of my apps are as following iOS side (client) User purchases in-app Receipt data is retrieved from the relevant purchase Encoded and sent to my server Server side User id, ...
0
votes
2answers
34 views

In-app purchase issue

I have successfully used this tutorial for implementing In app purchases. However, it can´t use it. I don´t understand how to, for example, tell my ads not to appear if the user made the in app ...
0
votes
1answer
64 views

How to backup and restore Consumable In-App Purchase tracked in NSUserDefaults to/from iCloud or Dropbox? [duplicate]

I have a tableview that lets users add 2 rows of item for free (int max in NSUserDefaults). I have a pricing structure for in-app purchase as following: +$1 for 1 more item +$4 for 5 more items ...
-1
votes
0answers
243 views

In-App Purchases, AdMob and Chartboost SDKs for Delphi XE4 iOS apps [closed]

I'm Delphi user since Delphi 1 and would love to go back to this great language, so I am trying to switch from Objective-C to Delphi XE4 (future Android support, Mac OS X and Windows - all from a ...
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 ...
0
votes
1answer
62 views

Restore Purchase Functionality doesn't work well in ios

I am having an app in which I have 5 Non Consumable In App Purchases. I am using the following code for Restore In App Purchase. - (void) ...
0
votes
0answers
42 views

How can I share in-app purchases between iPad and iPhone app

I created an iPhone app which is already in the AppStore and it contains in-app purchases. Now I want to launch an iPad version of that same app as a separate app. I really would like that customers ...
1
vote
1answer
65 views

In App purchases not working

I am in a strange situation. I have around 200 in app purchases in my application. Some I am able to test while for others i keep on getting SKErrorDomain error with error code =0. Since I am able to ...
6
votes
3answers
131 views

Apple rejected my App due to restore IAP

I have a Restore button. The problem is if they havent' done a restore, and they try to purchase an item, and they have already purchased that item, I need to tell them they already purchased it and ...
0
votes
3answers
42 views

iOS in-app purchase free / paid persistence

I am building a game that will be free to play, and will include 100 free consumable 'hints'. I intend to offer more hints for purchase through in-app purchase. My current method is to store a file ...
0
votes
2answers
50 views

How to get Price Tier for InApp Purchase dynamically?

I am having an app in which I am using 5 Consumable In App Purchases. There are InApp Price on the buttons. - I don't want to set the value of In App (e.g. $0.99,$1.99 and so on...) statically. - ...
0
votes
0answers
33 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
1answer
56 views

Why does this Objective-C code trigger False Purchase Tracking

The point of this code is to track Purchases using a service called MobileAppTracking, some of which are correctly tracked. But the service is showing that this code is sending a bunch of extra ...
1
vote
2answers
42 views

In app purchase, ID products

I'm working now on the in-app purchases, but even if i found a tutorial, i have a question. In this tutorial, the buy button is associate with a method like this : - (void)buyButtonTapped:(id)sender ...
4
votes
1answer
37 views

Error in Integrating InAppPurchase in iphone application

I integrate inApp Purchse in my iphone app but I getting Following Error mentioned in screenshot. please give me solution.
0
votes
1answer
24 views

Itunes Connect In App Purchase

While configuring the In App Purchase in ItunesConnect I get the following warning "Your first In-App Purchase(s) must be submitted with a new app version. Select them from the In-App Purchases ...
-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 ...
0
votes
1answer
18 views

Consumable InApp purchase for different amount of product

I have a game where user can buy consumable product (i.e.: energy). Now, i want to start a SALE where i would sell MORE energy for the same amount of money (and probably different amount of energy, ...
0
votes
1answer
47 views

Should I create a consumable or a non-renewable subscription for a premium account? [closed]

I have an iOS application (and a website). There should be a premium user option i.e the user has access to special content if he/she is a premium user. Users can become premium users on a monthly or ...
-2
votes
1answer
37 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
41 views

In-App Purchases and Upgrading iOS Apps

Say in my app I'm selling cats for $.99, dogs for $.99, and birds for $.99. Or, you can buy all 3 at a discounted price of $1.99. The "buy all" would have it's own product id in iTunes Connect. Now, ...
0
votes
3answers
114 views

IOS IN-APP purchase add In App Purchase items automatically

I am developing an IPHONE application where multiple users can come and upload images,videos,audios etc such digital items for sales . So now I am going for In App Purchase as I am dealing with ...
3
votes
1answer
73 views

How to 'fake' a restore in-app purchase for previous app users when moving from paid to free

Our app is moving from paid to free, and in the process, moving a key functionality from being included to activating via In-App purchase. Obviously, we don't want current users who paid for the app ...
0
votes
1answer
87 views

InApp Purchase verifyReceipt (error -42351)

I could not find a better place for this post, so please tell me if I have picked the wrong one. Starting around 2 days ago the we have been having periodic trouble verifiying some iOS InApp Purchase ...
2
votes
2answers
100 views

App crashing when buying in-app purchase

My app crashes sometimes when buying something with in-app purchase. Most of the time it works fine but sometimes the app crashes without any error (I am testing in debug mode). To set-up the in-app ...
0
votes
1answer
29 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 ...
0
votes
1answer
43 views

In app purchase crash occasionally

I have in app purchase in three of my apps. The first one works fine since more than a year. In that I have this routine: -(void)purchaseProUpgrade{ SKPayment *payment = [SKPayment ...
0
votes
0answers
49 views

Create a Hosted In-App Purchase Bundle in xCode 4.6.2

How can I create a hosted in app purchase bundle in XCode 4.6.2 on Mountain Lion? The previous advice of New->File->iOS->Other->In App Purchase Bundle doesn't work, as the option is no longer there!
0
votes
1answer
34 views

In App Purchase Restore Query

Hey StackOverflow... My iOS app allows the user to purchase videos as non-consumable iAPs, all the videos are pretty weighty at circa 300mb/650mb each... Apple require you to implement a restore ...
0
votes
0answers
35 views

How to detect in-app return inside the app? [closed]

It is possible to return in-app purchased by mistake. It's ok. But how it looks from the app side? Does app receive any notification about removed purchase? And is there a way to disable returned ...
-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
34 views

How should I handle updates to the downloadable content of an in-app purchase?

I'm planning on having an in-app purchase in my app. When they purchase it, the app will download audio files that are hosted with Apple. If I later find that there was an error with one of the audio ...

1 2 3 4 5 21