Skip to content

Whitelist plugin CAS.AI (new) #9027

@Str4tos

Description

@Str4tos

Hi, I would like to request the addition of our cordova-plugin-casai version 4.6.4 to the plugins whitelist in order to support building with Construct's Server Build service.

this._info.AddCordovaPluginReference({
            id: "cordova-plugin-casai",
            version: "4.6.4",
            plugin: this,
            variables: [
                ["IOS_CAS_ID", casIdIOSProp],
                ["IOS_CAS_SOLUTIONS", solutionsIOSProp],
                ["IOS_CAS_ADAPTERS", adaptersIOSProp],
                ["IOS_USER_TRACKING_USAGE", userTrackingUsageIOSProm],
                ["ANDROID_CAS_SOLUTIONS", solutionsAndroidProp],
                ["ANDROID_CAS_ADAPTERS", adaptersAndroidProp],
                ["ANDROID_USE_AD_ID", useAdIdAndroidProp],
            ],
        });

CAS.AI is a mobile ad mediation SDK that supports multiple ad networks. Our Cordova plugin uses hooks to dynamically add Android/iOS ads adapters based on the plugin preferences. It also uses a custom Ruby script to automatically configure the Xcode project, which is triggered via Cordova plugin hooks as well.

CAS.AI plugin source code is available in the following GitHub repositories:

CAS.AI Mobile Ads Construct Addon page

Could you also clarify - did I understand correctly that a new issue like this only needs to be submitted for major and minor version updates of the CAS.AI Cordova plugin, rather than for every release?

Thank you!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions