Question

How to use localised offering meta string in ios swift ?

  • 23 October 2023
  • 1 reply
  • 30 views

Badge +3

Hello below is my json file in meta offerings how to use this string in ios side ?

 

 

{

    subscriptionDuration : {

          “en_US” : “Yearly”,

          “es_ES” : “Anual”

     }

}

 

Please help me regarding this how can i use localised string in swift side...


1 reply

Userlevel 3
Badge +5

Here are the instructions for how to access the Offering metadata from within your app: https://www.revenuecat.com/docs/offering-metadata#accessing-metadata-from-your-app. There is also the ability to localize for your paywall (https://www.revenuecat.com/docs/creating-paywalls#localization) if you are interested in that as well.

Reply