Questions tagged [in-app]

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

349 questions
0
votes
1 answer

Allowing user to install an app via an ad in another app

I am building a third party library that is essentially an ad network, i.e., it will provide ads in apps. So, I need to allow users to install apps from within the app, using an ad - something like Facebook, where you see an app advertisement, you…
Gaurav Wadhwani
  • 1,352
  • 2
  • 15
  • 32
0
votes
1 answer

android inapp purchase lib not found in eclipse

I am trying out to implement in-app purchase in my android app for the first time. After lots of research I found a tutorial for it. https://developer.amazon.com/sdk/in-app-purchasing/documentation/environment-setup.html#Prerequisites However, as…
Shahbaz Pothiawala
  • 1,175
  • 5
  • 20
  • 38
0
votes
1 answer

unable to create a new app id for an iOS app originally submitted with a wild card app id

I have been stuck spinning my wheels on a problem and thought I'd see if someone can help. Have you ever added in-app notifications to an app that was already on the app store? I am trying to add in-app notifications to an existing app. fyi...in…
Peter Chmiel
  • 41
  • 1
  • 2
0
votes
1 answer

iPhone Add new non consumable product to existing released application

In released app with non consumable In-App purchases. Can i add new non consumable product for existing released iPhone application?
user2349539
  • 161
  • 1
  • 1
  • 7
0
votes
1 answer

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 to Hindi script, now I need to test it. Is there a…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
1 answer

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 incompatible here?
Ahmed Said
  • 1,285
  • 5
  • 16
  • 28
0
votes
1 answer

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 subscriptions 1) IS there any other of testing it( we…
user966391
  • 161
  • 1
  • 8
0
votes
1 answer

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 address in the developer console in order to use…
The Matrix
  • 1,268
  • 2
  • 14
  • 23
0
votes
1 answer

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. My project structure is common and the main…
Viktor M.
  • 4,393
  • 9
  • 40
  • 71
0
votes
0 answers

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 before but i would want just data added not code?…
Russ Wheeler
  • 2,590
  • 5
  • 30
  • 57
0
votes
1 answer

Unable to configure In-App product for USD $0.99

While configuring inapp products on play.google.com, I am unable to charge 0.99 USD for my inapp products. Thats because countries like Australia Canada Switzerland Denmark Japan Norway Swedan have minimum expectations on their currency. I am forced…
Siddharth
  • 9,349
  • 16
  • 86
  • 148
0
votes
2 answers

Using vserv in J2ME Application , No ads shown

I'm trying to use Vserv ad network in my J2ME application(The Banner Ad one) but until now i can't receive any ads,i don't get any exception, i just notice that the vservAdFailed() method is always executed first, and the debug result is : Ad Failed…
Reham
  • 1,916
  • 6
  • 21
  • 45
0
votes
1 answer

In App Purchase Auto Renewal - How to get first or initial purchase receipt?

I have had a hard time finding a good tutorial that goes through the entire auto renewal implementation process, so I am confused as to how I get the receipt from the initial purchase. I have created a server-side app to call iTunes for receipt…
0
votes
1 answer

In-App Purchase Auto-Renewable Subscription error code 21005

One of my customer is getting error code 21005, tough he has a valid subscription.. As per apple docs, it is given "The receipt server is not currently available." for 21005. Anybody knows what does exactly the error means.
Mohan
  • 361
  • 1
  • 3
  • 11
0
votes
2 answers

Android In-App billing security issues?

During our efforts to design InApp Billing for our Android App, we came up with the following scenario; Customer has rooted/manipulatable device (so Market app + my app can't be trusted) Customer purchases a product Purchase state 0 (purchased) is…
Greezer
  • 515
  • 2
  • 4
  • 18