mobfox / SDK-Plugins

plugins from various frameworks to our SDK
2 stars 2 forks source link

Update Cordova plugin to the latest native SDK versions #4

Closed andre-arsenault closed 6 years ago

andre-arsenault commented 6 years ago

iOS: 3.1.8d Android: 3.2.8c

Removes setUseLocation from the plugin interface as it is no longer part of the native SDK interfaces.

In its state before this pull request, if you drop the latest MobFox iOS SDK into your Cordova plugin it will fail to build because of the removal of the [MobFoxAd locationServicesDisabled:] selector from the native SDK.