The in-app tag has no wiki summary.
0
votes
0answers
12 views
android in app billing v3 with php
i'm trying android in app billing v3 verifying on my remote php server.
but, it seems something is wrong at my codes.
i think this openssl_verify function is problem.
result is always failed!
i ...
0
votes
0answers
18 views
thread 1 exc_bad_access (code=2 address=0x0) in-app purchases
I'm working on a new app which is clone of my existing app but with new content. So I created new bundle ID and new iAPS. I replaced old with new ones. All worked fine but suddenly my app starts to ...
-2
votes
0answers
42 views
Android: free with in-app purchase to lite & paid version [closed]
I've released my first application at Google's play and it is using the in-app purchase mechanism for getting the full version. Many of my customers are failing on the purchase and I see that the 3.0 ...
0
votes
0answers
8 views
How does my iOS app get informed that a user unsubscribed from in-app renewable subscription
I am implementing an iOS app with a renewable subscription. When I subscribe, I get a receipt and everything is OK. My app can autorenew subscription. Can I know that a user unsubscribed from the ...
0
votes
0answers
22 views
Get in-app billing user account details
I'm creating an Android application that implements subscriptions to digital content on my backend server. What I wish to do is obtain the name and email associated with the Play account that made the ...
1
vote
0answers
30 views
Android in app billing v3 error
I implement in app billing v3 and its work fine for android test product_id. But when i create my own product_id in my developer account. Than upload my sigend apk as a draft and install signed apk on ...
0
votes
1answer
30 views
How to test if my translations are show up on the app
I have just integrated android in-app billing sdk to my app. I am trying to display the title and description of the unmanaged in app products to Indian language Hindi. I have translated the english ...
0
votes
0answers
31 views
InApp Purchase product download /reset
I am trying In-App Purchase for the first time. I'm creating an app where every purchase increases an item count with a specific limit. For every click of buy button the counter increases by 50 items ...
1
vote
0answers
46 views
How to get the InApp Purchase response,purchase state?
I'm using Billing Version 2 !
1) In BillingSecurity Class: i've set the PUBLIC_KEY value taken from SERVICES & APIS Tab @Google Play Developer Console
2) After getting the key, i've added three ...
0
votes
1answer
66 views
In-App Billing - What to do when the Play Store app is not installed?
I am going to be supporting In-App billing/ purchases in my app.
From what I have read, it seems the Play Store app must be installed on the device in order to do In-App billing. I have 2 Android ...
0
votes
0answers
11 views
How must I deal with “full pack type” inapp purchase in iOS?
I have 3 in app products with tier 2 price. Their product identifiers are like:
com.mycompany.app.product1
com.mycompany.app.product2
com.mycompany.app.product3
In addition I have an extra product ...
1
vote
0answers
161 views
Phonegap/Cordova InAppBrowser not launching
I am not sure why but when I do the following
<img id="buttons" src="https://qikout.com/apppics/MerchantPromo.png" style="margin:1% auto; width:99% !important;" ...
2
votes
0answers
97 views
Can in-app billing use the previous ID's including versions changes to credit the users that have bought the previous version the new one?
We are deprecating an older .apk and the new one will have a different ID. Can we use in-app billing to query the users Google Play account and not charge them for the new one? I thought I read that ...
0
votes
1answer
69 views
Android In-App billing VS a payed app? [closed]
I'm a developer and I own some application and want to protect my applications.
I implemented the In-App billing but I find that it's not stable since we have two api's for that API3 and API2 and my ...
0
votes
0answers
174 views
PhoneGap: testing In-App billing using google sandbox account
I am trying to test basic in-app billing using this plugin, and so far followed these steps:
Created APK and published on play store.
Created a Google Buyer account and Merchant account on Google ...
0
votes
0answers
87 views
Google IAB starter questions: Testing
I've started to integrate Google IAB in my game, and I've got some questions that I don't seem to get from the documentation.
Why would I need to verify signatures on my purchases?
I get that, in ...
0
votes
1answer
274 views
'paymentWithProductIdentifier' is deprecated
I have simply problem with
SKPayment *payment = [SKPayment paymentWithProductIdentifier:@"ident"];
The problem is that paymentWithProductIdentifier is deprecated.
I found on the internet that I can ...
0
votes
2answers
257 views
How to deal with server side in-app purchase failures? (for consumables)
We have a server which amongst other things needs to buy something from a 3rd party (via an API call) before returning the consumable back to the user. Obviously it checks the Apple receipt ...
0
votes
1answer
94 views
iOS In-App Purchase invalid product ID iOS 5.1.1
In-App purchase retrieving products data and purchasing are working well on iOS 6. However, on iOS 5.1.1, I receive "invalid product identifier" when trying getting a product data. What can be ...
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
28 views
Android in-app billing. Is anybody know life-cycle of in-app subscriptions?
What will be after first month?
How to check if recurring was billed?
How to check if user continue subscription or not?
p.s.
seems it's here ...
0
votes
0answers
135 views
Unlocking trial application by in-app billing
I'm going to publish one commercial application on Google.Play.
I have idea to create only one version. It's free to use during 2 weeks after installation (trial period). After expiring of trial ...
0
votes
0answers
103 views
In App Purchase for PlayStore in Phonegap
I am trying to implement In App Purchase for PlayStore. I developed my app using phonegap . Can anyone know the plugin or way to implement In App Purchase in phonegap?
Thanks
10
votes
1answer
258 views
How to change toast message that comes after successfull purchase of a product in in-app billing
I am getting a message like "Thank You,Your item will be appear shortly" after user purchase the product.Now this message comes from the market place side.But i want a custom message instead of this ...
0
votes
2answers
138 views
Library for Implementation of in-app purchases
I am testing in-app purchases on my app. This will be an iOS 6 app with in-app purchases hosted with Apple, non-consumable.
I am using this implementation for in-app purchases. It works but it seems ...
1
vote
2answers
318 views
iOS Save in-app purchase data and deal with jailbreak
I 've created apps that use in-app purchase and everything's OK. Now suppose that the device is jailbroken and without access to the internet (so I can't verify the store receipt) and the user finds ...
1
vote
1answer
60 views
Text on in-app purchase button
Can I use other text then just "buy" or "purchase" on the in-app purchase button? In my case we have in our game picture of the gate with button "PULL TO OPEN" and big arrow "FULL GAME" next to it. Do ...
1
vote
2answers
959 views
Android in-app billing (IAB Version 3)
I have tried the sample application of in-app billing for version 3 http://developer.android.com/training/in-app-billing/preparing-iab-app.html#GetSample? App is TrivialDrive. When i tried to test the ...
3
votes
1answer
576 views
user is not eligible to this purchase for android inapp purchase
I have developed InApp purchase for Android app.
My APK is signed and uploaded into developer console and create one subscription product this product also Published ,my APK in draft mode and create ...
2
votes
2answers
140 views
iOS - Downloading from Apple server after inapp purchase
In iOS6, we have new feature to place the content on Apple Server so that after successful purchase, the content can be downloaded and use it appropriately.
I'm able to make the purchase successfully ...
0
votes
0answers
122 views
How will keep track of consumable In-App purchase items by user on multiple iOS devices?
The primary functionality of the iPhone app is to provide different driving routes. The routes are created dynamically from our server side. For each route the user has to pay between $1, $2 and $3.
...
5
votes
1answer
134 views
no connection error in inserting credit card information in android device
i am trying to implement in-app in android my test example is running perfectly now(finally).
BUT now i have another problem when i insert the information of credit card in my android device
(Sony ...
0
votes
0answers
21 views
iOS in-app subscription failing
We have developed a Newstand app and everything went well except in-app subscription. We use urbanairship.com for the same and unable to identify what is going wrong. App is not going to iTunes to ...
2
votes
0answers
742 views
android in-app testing the user is not eligible for this purchase
i am trying to implement the in-app but i get this message **the user is not eligible for this purchase** from google play, but i just created the test account and add it to my merchant account. (apk ...
0
votes
1answer
142 views
android in-app this version of application is not configer for billing through Google play [duplicate]
Possible Duplicate:
This version of the application is not configured for billing through Google Play
This version of the application is not configured for billing through Google Play
i ...
0
votes
0answers
51 views
Android In-app billing version 2 subscription static response not working
In Android In-app billing version 2 subscription static response is not working, This static response like android.test.purchased is working for inapp products, but the same is not working for ...
1
vote
1answer
79 views
Application Loader Nightmare
What kind of file should I drag to this window on Application Loader?
ZIP files are accepted but will give an error if you try to upload. Docs say it must be a .pkg file but Xcode just generates ...
0
votes
0answers
25 views
Check the price of an in app product from within an app
In my in-app shop currently, the user has to click on the item and be taken to the play store, before they can find out actually how much the item will cost. It would be nice if I could retrieve the ...
0
votes
1answer
30 views
How to use own apps that contains in-app billing in android?
I have created a free app that includes a in-app billing in order to unlock some features
and I need to use it. I need to buy it?
I have another app, that's not freeware and i have introduced my email ...
1
vote
0answers
63 views
json file in Amazon In-App on client side and server side
I implement amazon In-app in android for Kindle Fire. Downloaded the sample code test my app and its working fine.For Uploading app
will the test code also runs for the server side code
did test ...
0
votes
1answer
144 views
AMAZON IN-APP IN_VALID SKU
I am trying to implement amazon In-App Purchase in android for Kindle Fire. I read the instruction/documentation on amazon portal. downloaded the sample code and its working. After this i implemented ...
0
votes
1answer
290 views
Android + In-App BIlling + Proguard
I have created the app with in-app biling and now I want to obfuscate my code to short the chance to crack it. BUt there is some problems with proguard setup. I am trying to setup it by this tutorial. ...
0
votes
1answer
3k views
How can I change the Read/Write Permissions of /mnt/SDcard folder on Kindle Fire?
I am trying to develop Amazon In-app in android. For this i download the sample code for from this site https://developer.amazon.com/sdk/in-app-purchasing/sample-code/button-clicker.html. This article ...
0
votes
0answers
1k views
Android In-app billing problems
I'm having troubles with in-app purchasing. I have downloaded example from Google Play to test in-app billing, change public key, sign it for release mode, upload app in Store(didnt publish it), add ...
2
votes
1answer
171 views
How to check if a non-renewable receipt is expired (iOS)
I have a free iOS app that have some "pro" feature that can be enabled for 1 year with a non-renewable subscription.
I can't find a good solution to test if the license is expired or not.
I have the ...
1
vote
0answers
33 views
Where can I find good instructions on how to add in-app subscriptions to my Android app using Google Market Billing APIv2?
I have been trying to make sense of Android's developer docs concerning the in-app subscriptions capability that was included in the Market Billing API v2 earlier this year. All of the documentation ...
0
votes
0answers
46 views
The right place to declare an In-App product name
The class ProductListing among other properties has the following three Name, ProductId, Description. In the development center, when I make an app release, I can set product id, price, lifetime and ...
0
votes
0answers
47 views
android accessing packages/extra downloaded content
i am planning to use in-app billing to allow users to download additional data content in my app.
My question is how do i access it once its downloaded? I've seen things mentioned about packages ...
3
votes
1answer
83 views
How to implement yearly subscription on just the Android application itself, and not products within the application
In Android documentation, you can find how to implement subscription billing for the products that you offer for sale within your application. It involves exchanging a number of messages with Google ...
1
vote
1answer
249 views
Windows 8 Metro - CurrentApp.RequestProductPurchaseAsync
I have a free metro app in windows app store.
Now i want to try in-app purchase, so I create a in app purchase item in "Advanced features",
Product ID named "myProduct".
And when i try to buy this ...




