expo-ios-skadnetwork-plugin
v1.0.2
Published
react native ios skadnetwork writing(info.plist)
Downloads
77
Readme
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>