问题标签 [in-app]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
53 浏览

android - 如何在android中使用包含应用内计费的自己的应用程序?

我创建了一个包含应用内计费的免费应用程序,以解锁某些功能,我需要使用它。我需要买吗?我有另一个应用程序,它不是免费软件,我在开发者控制台中介绍了我的电子邮件地址以便免费使用它,但它不适用于应用内计费。为什么?我需要购买自己的应用程序吗?:crazy: 谢谢

0 投票
1 回答
113 浏览

iphone - 应用程序加载器噩梦

我应该将什么样的文件拖到 Application Loader 上的这个窗口中?

ZIP 文件被接受,但如果您尝试上传会出错。文档说它必须是一个 .pkg 文件,但 Xcode 只生成 .xacrchive 不能拖到这里,苹果没有解释如何生成这个 pkg。

所以?……

在此处输入图像描述

0 投票
1 回答
421 浏览

android - Android 应用内计费版本 2 订阅静态响应不起作用

在 Android In-app billing version 2 订阅静态响应不起作用,像 android.test.purchased 这样的静态响应适用于应用内产品,但同样不适用于订阅

1)还有其他测试吗(我们想做一个静态响应测试来节省我们的时间

2)任何人都可以分享应用内计费订阅的工作代码

0 投票
1 回答
4469 浏览

android - android in-app 此版本的应用程序未配置为通过 Google Play 计费

可能重复:
此版本的应用程序未配置为通过 Google Play 计费
此版本的应用程序未配置为通过 Google Play 计费

我将我的 apk 上传到Draft(昨晚 10:00 pm)和一些应用内产品(),现在我尝试对其进行测试,但它显示此错误,this version of application is not configer for billing through Google play .我已经检查过android:versionCodeapk 是否相同。那么可能有什么问题呢?

0 投票
0 回答
1219 浏览

android - android 应用内测试用户不符合此购买条件

我正在尝试实施,in-app但我从 google play 收到此消息**the user is not eligible for this purchase**,但我刚刚创建了测试帐户并将其添加到我的商家帐户中。(apk 在草稿中,所以我需要一个测试帐户进行测试)具有测试访问权限的 Gmail 帐户

我想知道这个过程需要一些时间(如果然后多少?)or它只适用于我改变它。

任何人都可以帮助我。

0 投票
1 回答
287 浏览

android - 在安卓设备中插入信用卡信息时没有连接错误

我正在尝试in-app在 android 中实现我的测试示例现在运行完美(终于)。 但是现在当我在我的 android 设备(Sony xperia sola 4.0.4,HTC salsa 2.3.3,Galaxy_tab2 4.0.4)中插入信用卡信息时,我遇到了另一个问题,由于这个错误,它是字段。 在此处输入图像描述

我每次都检查互联网,它工作正常,首先我不确定我的代码,所以我尝试从 Google Play 下载应用程序,即使错误变成了acouter。

0 投票
0 回答
624 浏览

ios - How will keep track of consumable In-App purchase items by user on multiple iOS devices?

The primary functionality of the iPhone app is to provide different driving routes. The routes are created dynamically from our server side. For each route the user has to pay between $1, $2 and $3.

Route 1 : $2 , Route 2 : $1 , Route 3 : S2 , Route 4 : $3 , … So on, hundreds of driving routes. In-App purchase type we have used is consumable type with three product Ids(price1,price2,price3). Once user had purchased route ,RouteId and DeviceId set to purchased. Later he can use that route for free on that device.

But Apple had rejected our app with reason, "We found that the Purchasability Type for one or more of your In App Purchase products was inappropriately set, which is not in compliance with the App Store Review Guidelines."

It says, once we have purchased route it must available on all devices. How will keep track of all the purchased driving route by same user on multiple devices. Can we use login with Facebook functionality to keep same track?

please suggest your input for scenario. Thanks in advance.

0 投票
2 回答
547 浏览

ios - iOS - 在应用内购买后从 Apple 服务器下载

在 iOS6 中,我们新增了将内容放置在 Apple Server 上的功能,以便在购买成功后,可以下载并正确使用内容。
我能够成功购买,下载内容时,它停止在 75%。
我尝试在苹果服务器上放置不同的购买和不同的内容。但它停止在 75%... 不知道为什么。我正在使用以下委托方法来跟踪下载进度:

它从未达到“SKDownloadStateFinished”
有没有人面临类似的问题。如果是,解决方案是什么?

0 投票
2 回答
2277 浏览

android - 通过应用内计费解锁试用应用程序

我将在 Google.Play 上发布一个商业应用程序。我有想法只创建一个版本。安装后 2 周内免费使用(试用期)。试用期到期后,用户将与建议购买应用程序的完整终身许可进行对话,并抛出标准的应用内计费(Google.Play 购买托管产品)。

我没有使用 Google.Play 制作的经验。对于更熟练的人的问题:

  1. 这是做这些事情的正确方法吗?我的意思是使用应用内购买解锁免费试用应用。
  2. 重新安装应用程序/更改设备后恢复交易是否容易?我需要在我的网络服务器上保存一些关于交易的信息吗?
  3. 有没有人有这种方式的经验?

谢谢你的帮助!

0 投票
1 回答
208 浏览

ios - 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?