Skip to content

blinks32/ionic3-paystack-plugin-setup

Repository files navigation

Check Out Full Tutorial Here

Create An account With Paystack, Copy Your PkText key

screenshot

Paste The below code in config.xml file in the android Platform tag <platform>add here</platform> and replace 'INSERT-PUBLIC-KEY-HERE' with your public key.

<preference name="android-minSdkVersion" value="16" />
    <config-file target="AndroidManifest.xml" parent="application">
      	<meta-data android:name="co.paystack.android.PublicKey" android:value="INSERT-PUBLIC-KEY-HERE"/>
    </config-file>

Installation:

$npm install

Then Install The Custom config cordova plugin, to automatically edit the configuration files in the platforms/ directory, You can Find Out More here

$ cordova plugin add cordova-custom-config

Afterwards Install cordova plugin paystack.

$ cordova plugin add cordova-plugin-paystack

About

This plugin allows you to add Paystack Payments to your application using the Paystack Mobile Android SDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published