Telerik-Verified-Plugins / InAppPurchase

In-App Purchase for PhoneGap / Cordova iOS and Android
8 stars 3 forks source link

Fall back to `base64EncodedString` if `cdv_base64EncodedString` does not exist #3

Closed Mitko-Kerezov closed 8 years ago

Mitko-Kerezov commented 8 years ago

The cdv_base64EncodedString method was introduced in cordova-ios 3.8.0. Using it in earlier cordova version causes a compiler error in xcode.

Ping @EddyVerbruggen for review

EddyVerbruggen commented 8 years ago

Awesome @Mitko-Kerezov, thanks for this! :+1: