Created on 14 February 2022
icon_unfollowing
Login to follow
editplistapplepay

EditPlistApplePay

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 14 February 2022 by 
editplistapplepay

EditPlistApplePay

Details
This plugin will help to edit .plist file for apple pay.
Read more

Apple pay requires to update the .plist files and add the Merchant IDs created on apple developer console.

This plugin will help to edit .plist file for apple pay.

<!-- example for updates to config.xml -->
<platform name="ios">
  <!-- other properties here -->
  <config-file target="*-Debug.plist" parent="com.apple.developer.in-app-payments">
    <array>
      <string>Put your debug / developer merchant ID here</string>
    </array>
  </config-file>

  <config-file target="*-Release.plist" parent="com.apple.developer.in-app-payments">
    <array>
      <string>Put your production merchant ID here</string>
    </array>
  </config-file>
</platform>

 

Release notes (1.0.0)
Reviews (0)
Category
Device capabilities, Other device capabilities
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
EditPlistApplePay has no dependencies.
Application Objects
EditPlistApplePay has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads