-3
votes
0answers
58 views

Google Play - Free app to in-app purchasing [closed]

I have a free app on play store. Is it possible to change the free app to a free app with in-app purchasing. Basically, my app is now completely free but I am releasing new "premium" features that I ...
0
votes
1answer
39 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 ...
0
votes
1answer
166 views

iOS In-App Purchase “Premium Pass for All Apps”

I'm trying to figure out the best method for allowing customers who are using my several apps to have a "premium pass" to all of them. They can purchase a monthly subscription on one of the apps, and ...
-1
votes
1answer
80 views

iOS App: Free -> InApp Subscription model [closed]

I have a question and I wonder if they have had a similar experience. We are finalizing an application in which we only need implement InApp Purchase. My question: If we send application with free ...
0
votes
1answer
102 views

in-app purchase, partially usage of credit

I have IAP question. Basically, my app needs calculate how many times a user is using a function, and I would like to charge accordingly. I probably going to charge 1 cent or so per usage of the ...
1
vote
1answer
172 views

How to avoid abuse of “restoring” in-app purchases to different devices?

I have a free app with a paid upgrade option. If I upgrade my app, then reinstall it, then upgrade again, I get a notification that I have already bought this upgrade with this Apple ID, so I can just ...
-2
votes
1answer
62 views

add content to android app [closed]

I created an app and I want the user to be able to buy with real money virtual tokens to use. However I cant find anything on this. How can I have the user buy the tokens from the market like ive ...
0
votes
0answers
62 views

Itunes In app subscription purchase

(sorry about my english) Instead of asking the question, I will descibe what I think happens if I make in-app purchase feqture in my app, and please correct me if I am wrong. Lets say I have a ...
0
votes
1answer
380 views

BlackBerry App world not able to download application in draft mode

I am trying to create BB application that features the in-app purchase. I followed the following steps and was expecting the result. Setup a 'sandbox' account in using the BlackBerry App World ...
2
votes
1answer
223 views

In-App Billing switching activities

Ahh the in-app billing problems never end! ^.^ I have everything working properly to show the transaction page for the in-app purchase. If I complete the purchase it returns me to my application and ...
0
votes
1answer
131 views

Android In App Purchasing

I've got a quiz app on the Android market right now selling for $1. I would like to offer a free version with limited questions, and include a menu offering the user to upgrade to the full version. ...
0
votes
0answers
182 views

In-App Purchase testing

I'm trying to test in-App purchase 1)I've created a new Bundle ID for a testing app ex: com.innero.inapptest 2)I've created a new Provisioning Profile for this app 3)I set the Bundle identifier in ...
0
votes
2answers
241 views

How to synchronize iphone paid-to-free price change with app version change?

I have a paid app at the App Store. I want to convert this app to a free app that offers some content with in-app purchase that the paid app used to contain. How do I ensure that the price change ...
0
votes
1answer
357 views

Can you unlock Google Marketplace applications through in app purchases

Can someone create an application A for Android devices that contains functionality to unlock applications B and C in the marketplace? Keep in mind that applications B and C should be purchasable by ...
0
votes
1answer
144 views

Splash screen & InApp purchases not working on a live app

I have recently published an App to the App store. When testing the app everything was fine (in-app purchases, splash screens etc.). Now that the app is live I have two major problems: The splash ...
1
vote
2answers
932 views

in app purchase non consumable product

I have written the following code. But when i execute this code, i got log, which shows "no products available". I am unable to find the reason. -(void)viewDidLoad { [super viewDidLoad]; if ...
0
votes
2answers
113 views

Can I bill in-app purchases for user-generated offers in iOS?

I'm building kind of a mobile marketplace on which users can offer and buy services that are only valid for a short time (for example, 5 hours). Is there a possibility to implement a in-app payment ...
0
votes
1answer
345 views

Share between my applications a nonconsumable product bought with In-App purchase?

I'd like to develop several iPhone applications that will allow an user to buy nonconsumable products using the In-App Purchase feature. Is it possible that these applications share the same ...
0
votes
1answer
186 views

invalid Product Id's in In App Purchases iPhone application?

i just created In App Purchases for my new application and checked Cleared for Sale option. But when i test my application after 2 days its still giving me invalid product id's.. I didnt Approve them ...
0
votes
2answers
342 views

Sort In App Purchases

I'm working on a store front for my in app purchases. I have the items being loaded into an NSMutableArray within -(void)productsRequest:(SKProductsRequest *)request ...
3
votes
1answer
4k views

What should the transactionReceipt verification json look like?

I'm trying to verify a sandbox transactionReceipt at https://sandbox.itunes.apple.com/verifyReceipt using php and cURL. The original receipt when it arrives at my server looks like: { "signature" = ...
2
votes
1answer
183 views

in app purchases question

I am looking into the iPhone in app purchased models and need to implement a subscription. Ex content will be available for 24 hours. Now the most important thing is that it needs to be available on ...
1
vote
1answer
358 views

Can I submit iPhone applications with same Icon.png but differnt bundle name

Can some one tell me if it is possible to submit two different iphone applications which has same Icon.png but have a different bundle name? I am working on a travel guide app that is targeted for ...
2
votes
2answers
1k views

verify in app purchase

I'm builing an iPhone app that should handle subscriptions through In App Purchase. When I get the receipt back from Apple in my app I want to save the receipt on my own server and on my server I also ...
1
vote
2answers
4k views

iPhone In App purchase subscriptions auto renew?

I am looking for a subscription solution in my app where the user can use the app for free and then to be able to sync with a website he/she pays a monthly subscription fee. Right now I'm using PayPal ...
0
votes
2answers
2k views

In app Purchase “Invalid Product Identifier” error message

I am getting invalid identifier problem while requesting for product information I have done the following thing: I have added my application to the iTunes connect and the bundle identifier matches ...