Questions tagged [in-app]

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

349 questions
8
votes
3 answers

How to link to Android Marketplace Review from within the app?

I would like to link to Android Marketplace from within my app so I can send my user to write a review. I already know how to link to the Android Marketplace with a WebView, but this doesn't really set the user up to write a review. I need to open…
user189581
  • 160
  • 2
  • 7
8
votes
1 answer

Are auto-renewing android in-app subscriptions have to be consumed?

After hours reading documentation about android in-app product and subscription I am still stuck asking me about consumption process regarding in-app auto-renewing subscription. What Google says about consuming It's up to you to decide if you want…
nekflamm
  • 131
  • 12
8
votes
1 answer

iTMSTransporter : How to submit an uploaded in-App purchase for Apple review without iTunes Connect

I currently use iTMSTransporter (Apple’s command-line tool) for verify and upload App Store packages (.itmsp) that's contain metadata of a new in-App purchase to the App Store. but I'm forced to submit this in-App already uploaded for review in…
8
votes
3 answers

In-app update with TestFlight on iOS

My iPhone app has now entered into a beta phase. I am using TestFlight to send the app to the testers. Everything works great, I publish the link, they download the app, no problem with any certificate or anything (true story, lol). My only problem…
rdurand
  • 7,342
  • 3
  • 39
  • 72
7
votes
2 answers

Avoid Interstitial to show if the App is Purchased through App Store App

Starting from iOS 11, Apple Introduced a feature to Buy the In App purchase from App Store App. Problem: Our problem is to avoid interstitial ad to show when the app is waking up by in-app purchase bought from the App Store App. I am trying to…
htan
  • 333
  • 1
  • 9
7
votes
1 answer

iOS programming - how to discover from which (country's) app store the app was downloaded

As you iOS devs know, you can only set one price tier for your app and in-app products in the app store. However, you can (theoretically) publish it as separate apps in different countries with different prices. I would like to do the same with…
Avi
  • 826
  • 6
  • 16
7
votes
1 answer

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 can't find what first parameter to verify with…
TaeL
  • 1,026
  • 9
  • 17
7
votes
4 answers

android in-app billing sandbox

I'm developing a simple in-app billing library. It works with static responses from google, but now I'd like to test this lib with real in-app products. I have created a test account and I'm trying to buy a product, but google Play is asking me for…
Acampoh
  • 589
  • 1
  • 8
  • 23
6
votes
1 answer

Android: In-app billing question

I have a question regarding in-app billing. I have a published app that currently offers a single in-app product. If I plan to add another in-app product, do I have to push an update? Assume that I fetch the list of products to display to the user…
Akshay
  • 5,747
  • 3
  • 23
  • 35
6
votes
0 answers

File Input stopped working in Instagram in-app browser (Android only)

input type="file" stopped working in Android Instagram in-app browser recently. It was working fine earlier. It still works fine in iOS. I also tested it in Facebook in-app browser which also works fine on both Android and iOS. Here is my simple…
Jumbo
  • 176
  • 6
6
votes
1 answer

How to get orderId for an autorenewable transaction using Google Play Developer API?

I've developed an android application, in which inapp subscription is done by play store billing version v3. And I implemented Google Play Developer api so as to retrieve the subscription status whether it is autorenewable or not. The GET method…
user228654
  • 81
  • 4
6
votes
2 answers

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 and when downloading the content, it stops at…
Satyam
  • 15,493
  • 31
  • 131
  • 244
6
votes
1 answer

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 suggests that we have to put a file…
User42590
  • 2,473
  • 12
  • 44
  • 85
5
votes
2 answers

DropBox in-app login

I got DropBox SDK and it linked "correctly". When I tap my "Link to Dropbox" button, Safari opens, and then I can login and upload/download. Then I turn off my app completely, restart it, and retry to login to Dropbox. Now, Safari doesn't appear. Of…
sky1224
  • 158
  • 1
  • 9
5
votes
1 answer

How do you detect if a user's existing subscription's price has changed (Google Play in-app purchase)?

Google has documentation of what to do IF a subscription's price has changed. You're supposed to use a billing client and launch PriceChangeConfirmationFlow. However, how do you detect if the price has changed in the first place? What Android…
metaphyze
  • 1,412
  • 1
  • 15
  • 13
1
2
3
23 24