Questions tagged [in-app]

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

349 questions
4
votes
1 answer

twitter for android in-app browser disables opening the link with native app

I have an app with an intent filter that can open some web urls. It is working fine for links(www.butterflytv.net/player.php?streamUrl=...) with the intent filter below
faraway
  • 862
  • 15
  • 27
4
votes
1 answer

Auto insert In-app Products on Google Play store

I have implemented In-App billing on my Android App. Now I want to auto insert In-App Products on Google Play store from my site. Is there any API/Any other way to do that?
Nauman Ash
  • 957
  • 1
  • 8
  • 19
4
votes
0 answers

Android - Change payment method popup is empty

https://dl.dropboxusercontent.com/u/876916/img/Android_payment_method_empty.png - Screenshot Two weeks ago some users with different Android 4+ versions started to report an issue (3-4 users each week). All of them was going to do first purchase on…
4
votes
1 answer

How do you run development-signed build in in-app purchase?

In Apple's "In-App Purchase Programming Guide" I read following advice when it comes to testing in-app purchase using Sandbox test. Create a test user account in iTunes Connect. On a development iOS device, sign out of the App Store in Settings.…
Bob Ueland
  • 1,804
  • 1
  • 15
  • 24
4
votes
2 answers

Can we change price for In app Billing product play store

I have integrated In app billing in my app. But I couldn't find If I can change price for a product or not after publishing my app ? I found that we can not change price for subscription product. But couldn't find anything for Managed product. Can…
keen
  • 3,001
  • 4
  • 34
  • 59
4
votes
2 answers

iOS SDK Auto Renewable subscription with RMStore - how to validate active subscription or not?

I am using RMStore library to work with auto-renewable subscriptions in my iOS app. It works well for purchasing, but I can't find any documentation how to check with RMStore that current subscription is still active? Code for checking purchased…
Dmitry
  • 499
  • 1
  • 3
  • 19
4
votes
3 answers

In-App messaging vs Push Messages: Pros and Cons

I am finding difficulty to know about in-App messaging. And how to do it. I have the following things in my mind, in-App messaging: Is an idea to receive contents from a server only the app is alive on screen. This is possible only the app is…
3
votes
1 answer

Android - In-app purchasing issue

I'm implementing in-app purchasing in my application. When i test that im keep getting "Purchase canceled Your payment could not be processed" issue all the times. Im using test account for testing purpose and dummy credit card number for…
Andro Dev
  • 395
  • 1
  • 4
  • 14
3
votes
1 answer

iOS Kiosk App - In-App Email - Clear past / autocomplete email addresses

I am using the iOS MFMailComposeView method of sending emails - its all working fine, except that as a Kiosk app, I don't want each new user to see the auto complete list of previous email addresses that this app / iPad has used. Is there a…
iOSProgrammingIsFun
  • 1,418
  • 1
  • 15
  • 32
3
votes
0 answers

An unknown error occurred while purchasing in app product in ios

I have consumable, auto renewable and non renewable in app purchase in my application. I am able to purchase product in sandbox mode successfully. But sometimes i am getting following error randomly. transaction error code is Optional(Error…
iosdev1111
  • 1,048
  • 1
  • 13
  • 32
3
votes
0 answers

Why is the InAppPurchase2.order method not executed or showing any errors with iPhone 11

I've been trying to implement in app purchase into an Ionic app. I'm able to make a purchase using my sanbox user for Android but iOS 11 isn't working. The weird thing is that iOS 11 initially worked but stopped all of a sudden. iOS 8 works…
D.Hodges
  • 1,794
  • 4
  • 24
  • 47
3
votes
2 answers

Upgrade new Google Play Console has effect to app's license key is available in the Play Console

All developers will get the new Google Play Console on November 2, 2020 enter link description here. Is App's license key is available in the Play Console effect? Please help me to explain this issue. Thank you for help.
Kelvin Võ
  • 41
  • 4
3
votes
1 answer

How to know users google play country from inside the android app?

We have some in-app products and subscriptions. The price varies from one country to another. The problem is that we dont know how to detect the country within the app. We are guessing based on a few things but what happens is that we guess the…
3
votes
1 answer

Google API Developer: purchases.products.get is ignoring productId value and always returns 200

When call GET method on https://www.googleapis.com/androidpublisher/v3/applications/{packageId}/purchases/subscriptions/{productId}/tokens/{token} it is ignoring productId value and always returns 200, whether its the correct product id or not,…
3
votes
1 answer

In-App Review calls Log but does not initiate a dialog

I have a situation where I use this method to call a dialog for the In-App Review, but the dialog does not appear either when the test version is an app, or when the app is live in the Play store. However, LogCat Info shows that the method is called…
Cule
  • 117
  • 8