1.0.2 • Published 6 months ago

expo-ios-skadnetwork-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

expo-ios-skadnetwork-plugin

react native ios skadnetwork writing(info.plist)

API documentation

SKAdNetworkItems can be customized. If no optional values are set, the values listed in the documentation above will be set as default values.

Installation in managed Expo projects

For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release. If you follow the link and there is no documentation available then this library is not yet usable within managed projects it is likely to be included in an upcoming Expo SDK release.

Add the package to your npm dependencies

yarn install expo-ios-skadnetwork-plugin
or
npm install expo-ios-skadnetwork-plugin

How to use

app.json

"plugins": [
  [
    "expo-ios-skadnetwork-plugin/plugin/build",
    // option string array
    [
      "aaa",
      "bbb"
    ]
  ]
]
<key>SKAdNetworkItems</key>
<array>
  <dict>
    <key>SKAdNetworkIdentifier</key>
    <string>aaa</string>
  </dict>
  <dict>
    <key>SKAdNetworkIdentifier</key>
    <string>bbb</string>
  </dict>
</array>
1.0.2

6 months ago

1.0.3

6 months ago

1.0.1

1 year ago

1.0.0

1 year ago