0.0.50 • Published 1 year ago

com-jetbeep-plugins-sdk v0.0.50

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Welcome to Jetbeep Corodova plugin

Here you can find Android and iOS Cordova plugins. If you want native SDK you can find it at Android link and iOS link.

Install process using npm:

Get in into your terminal and call your project folder cordova plugin add com-jetbeep-plugins-sdk.

Android

  1. Get in the jetbeepCordovaDemoApp folder at your command line.
  2. Add Jetbeep plugin cordova plugin add com-jetbeep-plugins-sdk
  3. Add Android platform cordova platform add android if you don't have it.

iOS integration

After adding a plugin to your project and installing relative Cocoapods

  1. Get in the jetbeepCordovaDemoApp folder at your command line.
  2. Add Jetbeep plugin cordova plugin add com-jetbeep-plugins-sdk
  3. cordova plugin add cordova-plugin-add-swift-support
  4. If you don't have the iOS platform cordova platform add ios.
  5. Go to platforms\ios
  6. Set to platform :ios, '13.0'
  7. Open Podfile and add at the end of the file:

    post_install do |installer|
      installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
          config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
        end
      end
    end
  8. Save changes

  9. Call pod update
  10. Don't forget to call pod update when you play with Cocoapods in the future.
  11. **Open your project and bump the target version to ios 13

Now you are ready to go!

0.0.50

1 year ago

0.0.49

1 year ago

0.0.48

1 year ago

0.0.46

1 year ago

0.0.47

1 year ago

0.0.45

1 year ago

0.0.44

2 years ago

0.0.40

2 years ago

0.0.41

2 years ago

0.0.42

2 years ago

0.0.43

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.39

2 years ago

0.0.34

2 years ago

0.0.36

2 years ago

0.0.33

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.30

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago