Questions tagged [in-app]

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

349 questions
0
votes
0 answers

NSLocalizedString for a set.messagebody with strings in it

I'm translating my app right now I have a problem with 1 line that does not translate here it is : mailVC.setMessageBody(NSLocalizedString("Your Hazard Index Score : \((totalScore as NSNumber).stringValue)\n Confidential data score", comment: ""),…
Jp4Real
  • 1,982
  • 4
  • 18
  • 33
0
votes
1 answer

Swift : how to open an URL in-app

I'm using OAuthSwift, it works perfectly, but when I click on my Login button, it opens a new Safari page. I would like to open the URL in-app, but I'm beginning and I don't know how do that. My code : @IBAction func loginButton(sender: AnyObject)…
alexandresecanove
  • 5,725
  • 4
  • 15
  • 14
0
votes
1 answer

Android in app purchases: is it possible to buy few subscriptions at same time?

From google documentation I don't clearly understand - Is it only one subscription can be active at same time? Or is it possible to buy few subscriptions simultaneously? Please explain it for me.
user2069363
  • 193
  • 1
  • 8
0
votes
1 answer

How to implement in-app purchases in a Windows Store App

I was wondering how exactly in-app purchases are implemented in Windows Store Apps (meaning not Windows Phone), simply because I've looked online and at Microsoft's tutorials and I have found nothing that seems to avail me. I used Unity to develop…
0
votes
2 answers

Can Android in-app purchase modify access permissions

I am curious if it is possible to change an App's access permissions using an in-app purchase? The App I am developing has access to network / internet and advertising. To improve user's privacy, there will be an in-app purchase option that will…
0
votes
1 answer

Should i get expire time After cancel Subscription without Google API?

Should i get expire time After cancel Subscription without Google API? { "orderId": "1299974343434705758.13875232327338313", "packageName": "com.test.99", "productId": "test_99", "purchaseTime": 1423213027496, "purchaseState":…
Girish Patel
  • 1,270
  • 4
  • 16
  • 30
0
votes
2 answers

Autorenewal Subription in ios

I need to implement Autorenewal in app purchase in my ios application. right now i am not able to find any type of code or help regarding that thing. Can any one help how shouuld i make the in-app purchase autorenewal in IOS application.
0
votes
0 answers

Inapp purchase money deducted but geting status as failure

I implemented inapp purchase in my application. I use activity for result to get IAP result failure or successs Intent intent = new Intent(LevelsActivity.this, PurchaseCoinActivity.class); …
0
votes
1 answer

Is there a way to support in-app purchase workflow without submitting the actual app?

I'm writing a test app, which needs to implement the in-app purchase feature. This app is only for testing so I don't want to submit it to the app store. However, according to the tutorials I found online, such…
kakyo
  • 10,460
  • 14
  • 76
  • 140
0
votes
1 answer

inapp products not found

I am getting crazy with android inapp purchases. I checked all SO posts I could find, checked and re-checked everything in app and console setup. I have the correct package name, I have the correct licence key, same apk uploaded and installed on…
michaelsmith
  • 1,011
  • 1
  • 16
  • 35
0
votes
1 answer

Android In-App purchase refund

I'm using the In-App purchase in my Application. I created a test account and my build was in Alpha which could be able to download for tester. When i prompt to buy a product it ask for Payment option. As by the docs, It says they will not charge…
0
votes
1 answer

iPhone in-app product contents example

I'm trying to implement an in-app purchase to open new features in an iPhone app. Can anyone give an example of a product file that provides this kind of capability?
0
votes
1 answer

Non-consumable in-app billing test item becomes consumable sometimes - Google Play

I implement an in-app for Google Play. I use the test item: android.test.purchased and described the item as NONconsumable (not consuming it anywhere in the code with mHelper.consumeAsync). While running the app, after some "restart"s and "force…
ozo
  • 763
  • 7
  • 13
0
votes
1 answer

Maintaining in-app-purchases in iOS

I am implementing ios app in which I want to add In-App purchase (IAP). I want to use in-app purchase for below situation: 1) User will make registration and pay $10. 2) Now, my app will allow user to download songs. (For ex. 10 songs of $1. So user…
iOS Dev
  • 25
  • 3
0
votes
0 answers

Android In-App billing only one time on PayPal SDK

I'm building an android app, but I have a problem on PayPal SDK. Pratically, I want to pay the app only one time, like a managed item on official Google In-App Billing. So, if I change the device, I don't want pay again! I'm reading the official…
user3449772
  • 749
  • 1
  • 14
  • 27