Questions tagged [in-app]

Refers to issues related to in-app purchases in any app development framework.

349 questions
0
votes
1 answer

Disable in-app payments on android

I'm trying to create an easier library to manage in-app payments in Android. I'm dealing now with the CHECK_BILLING_SUPPORTED method to test if in-app payments are enabled or not, but I can't find a way to disable these payments, and this method…
Acampoh
  • 589
  • 1
  • 8
  • 23
0
votes
1 answer

Restoring an in-app transaction of an auto-renewable subscription?

I'm trying to restore user's purchases and re-enable an auto-renewable feature in the app; however it seems that whenever I am calling this function [[SKPaymentQueue defaultQueue] restoreCompletedTransactions]; for some reason I get a list of all…
AK_
  • 1,879
  • 4
  • 21
  • 30
0
votes
3 answers

Can I use Amazon in-app billing for device other than Amazon?

Can I use Amazon in-app billing for device other than Amazon. I have samsung galaxy tab 10.1 and Play Book. Will Amazon in-app billing work in these devices?
Androider
  • 2,884
  • 5
  • 28
  • 47
0
votes
1 answer

Is there a way to initiate a fully automated app installation from with in Android?

Is it possible to initiate a fully automated app installation (after a user clicked a "Install app" button)? Or do I simply have to open the respective Google Play page in the browser, and the user has to handle installation from Google Play as…
mrd
  • 4,561
  • 10
  • 54
  • 92
-1
votes
1 answer

Error while performing in-app Review for Galaxy Store

I am trying in-app pop up review for my Galaxy Store app for first time. As per the documents provided by Galaxy Developer (https://developer.samsung.com/galaxy-store/customer-review/galaxy-store-review-broadcast.html) I followed each step and got…
-1
votes
1 answer

Android - Create an in-app retractable message bar

I am trying to create what I call an "application status bar" (probably not the correct term) that will display application state indications for the user ("connecting...", "loading...", etc.). I have made several attempts on my own but I am not…
Nom1fan
  • 846
  • 2
  • 11
  • 27
-1
votes
1 answer

Android In-app micropayments with PayPal

I'm developing a free Android app and I want to sell a digital service inside the app. The price of this service is 1 €, so the 0.35 € commission of PayPal is just crazy. The solution could be micropayment system (about 0.10 € of commission in…
Eu Román
  • 165
  • 1
  • 1
  • 11
-1
votes
1 answer

Which android in-app billing is right?

I am implementing in-app billing in an android game. I found that the developer web pages have two completely different guides on different pages. This one seems to work: Preparing Your In-app Billing Application This one I have not been able to…
-1
votes
1 answer

Android In-App Purchase version 3 billing Issue not allowing more than 20 SKUs?

I have implemented the In-App purchase in my app using version 3 billing API . According to the .aidl file , this API allow only 20 SKU items from the play store. But i have 24 items listed there. When i list all the 24 items, it throws the…
Swaminathan V
  • 4,663
  • 2
  • 22
  • 32
-1
votes
1 answer

How to check if ever purchased some in-app features

If I publish only free version to Google Play and if user want to unlock some features or remove the ads via in-app purchase, how to program to check if they ever purchased that. Is there any Google Play API to get that data? And if they reinstall…
user1796735
  • 49
  • 1
  • 7
-1
votes
1 answer

Bad access crash app in-app ios

I have a problem with in-app. I have 2 in-apps in my app. But when I bought first and than i wanna buy second my app crash and it show me error Thread 1: EXC_BAD_ACCESS(code=1, address=0x10). On line with [[SKPaymentQueue defaultQueue]…
PatrikD
  • 379
  • 4
  • 16
-1
votes
1 answer

NSSet dynamic object - Swift

I'm tackling my first In-App Purchase set-up in my first Swift project. I'm trying to get an in-app bundle string from my UserDefaults, rather than bake it in as a fixed string, but I'm getting an error "fatal error: unexpectedly found nil while…
Richard B
  • 3
  • 1
-1
votes
2 answers

Is this a bug with Google's In-App Billing Service?

I am implementing an in-app subscription in an Android app. In the developer console I have a subscription item with a 7 day free trial. While debugging, I purchased this subscription. A couple days later, before the 7 day trial is over, I…
plevintampabay
  • 550
  • 4
  • 18
-1
votes
1 answer

How in app purchase deatils are maintained once user clicks on Clear cache in android

When I was testing inapp purchase a question struck my mind.Here it goes like, Do clear data for Google play app ,all the in app purchase details got erased from the Google play app.So My question is,if user accidentally cleared the data then what…
ARP
  • 603
  • 1
  • 11
  • 23
-1
votes
2 answers

Save purchase state/button state in-app billing android

How to save button state of in-app billing? i.e, For example, if a person buys a product using Google in-app billing, The next time he opens the application the button must be in unlocked state. I followed few tutorials and am successful in adding…
1 2 3
23
24