Hi everyone,
I am a game dev. working at an indie game studio. We are in search of a plugin developer who can make us an IronSource plugin, compatible with IOS 14 and Android 10. If interested, contact us at chrisRadcliffe@gmail.com to discuss further terms.
Thanks.
Not exactly what you asked but there are already 2:
This one:
and of course, you can always use mine:
# solar2d-Ironsource-Plugin
Ironsource Plugin for solar2d
1. The full list of keys currently avalable for ironsource can be found here: https://developers.ironsrc.com/ironsource-mobile/ios/ios-14-network-support/
```
plist = {
NSAppTransportSecurity = { NSAllowsArbitraryLoads=true },
SKAdNetworkItems =
{
{ SKAdNetworkIdentifier = "SU67R6K2V3.skadnetwork" },
{ SKAdNetworkIdentifier = "cstr6suwn9.skadnetwork" }
},
}
```
2. Add any adapters.
3. Plugin supports Android 16 and above. Add to your build settings file:
```
minSdkVersion = "16",
This file has been truncated. show original
1 Like
@Chris_31as @agramonte mentioned I have a plugin on solar2dmarketplace
If need help with anything just let me know
Hi
Thanks, looks promising, I’ll check it out @Scott_Harrison @agramonte