打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Delphi Android 64-bit In-App-Purchase (TInAppPurchase) Fix by Marco Cantu

Marco Cantu
19/12/2019

We have found a severe issue with the TInAppPurchase component on Android 64-bit and here is a workaround you can apply directly to your code.

After our release of RAD Studio 10.3.3, which includes for the first time Delphi Android 64-bit support, a few customers have reported issues with when recompiling applications that use the TInAppPurchase component. When these applications are compiled for 64-bit Android and runtime they raise an access violation.

You can see a couple of reports at https://quality.embarcadero.com/browse/RSP-27228 and https://quality.embarcadero.com/browse/RSP-27140.

These reports were escalated yesterday by two different customers, and we had our team have a look. It turns out we missed one of the required steps for migration to 64-bit in that component, namely shifting a data type from Cardinal (same size on all platforms) to NativeUInt (which is platform specific). This is achieved by using the TFmxHandle type.

The workaround to address the issue is to make a copy of the FMX.Helpers.Android.pas file, part of the FMX sources (installed by default under C:\Program Files (x86)\Embarcadero\Studio\20.0\source\fmx), copy into the project folder, add it to the project, and change line 250 of that unit from

FTimerHandle: Cardinal;

to:

FTimerHandle: TFmxHandle;

You can see the code snippet in the image below. This addresses the problem (and we'll include the fix in the next release of RAD Studio).


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder. Design. Code. Compile. Deploy.

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Delphi XE5 XE6 XE7 XE8 10 Seattle Berlin Firemonkey, Delphi Android, Delphi IOS | FMX Express
delphi 11.2 编译的APK ,无法在android 12 上运行
在Palette上隐藏与显示控件 - Delphi_教程
Delphi XE 11.1下创建签名文件
Delphi7控件包详解
Delphi XE5 for Android (一)
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服