Apple recently changed his currency conversion rates, which puts the synchronization between prices in our app and the real prices invalid. So I figured there must be a way to get this price information dynamically. I googled a little to find out that SKProductsRequest is the way to get the price information from apple store. But I'm not using Objective-C, but trigger.io. is there a way to get this information with Trigger.IO? I can't seem to find any related method in Payments module.

有帮助吗?

解决方案

There is currently no method in Trigger.io's payments module to get price information for inapp purchases. I've added this functionality using a own native module and SKProductsRequest, however this code is not published yet. I'll send it over to Trigger.io and maybe they will be happy to implement it in their official module.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top