Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

CallNumber plugin throwing error: "plugin_not_installed" after uploading build to cloud. #224

Closed
DavidWnek opened this issue Jun 28, 2017 · 0 comments

Comments

@DavidWnek
Copy link

When we build the native app using:
ionic cordova build android
or
ionic cordova build ios
and put the builds directly onto the phone, when we hit the callNumber function it works. Asks if we want to give this app permission to use your phone, then dials the number.

When we make builds for ionic cloud. i.e. ionic upload --deploy "dev", whenever we hit the callNumber function, we get this error: "plugin_not_installed"

`ionic info

global packages:

@ionic/cli-utils : 1.4.0
Cordova CLI      : 7.0.1 
Gulp CLI         : not installed globally
Ionic CLI        : 3.4.0

local packages:

@ionic/app-scripts              : 1.3.7
@ionic/cli-plugin-cordova       : 1.4.0
@ionic/cli-plugin-gulp          : 1.0.1
@ionic/cli-plugin-ionic-angular : 1.3.1
Cordova Platforms               : android 6.2.3 ios 4.4.0
Ionic Framework                 : ionic-angular 3.3.0

System:

Node       : v6.11.0
OS         : Linux 4.8
Xcode      : not installed
ios-deploy : not installed
ios-sim    : not installed
npm        : 3.10.10 

`

package.json
{ "name": "", "version": "0.0.1", "private": true, "scripts": { "clean": "ionic-app-scripts clean", "build": "ionic-app-scripts build", "lint": "ionic-app-scripts lint", "ionic:build": "ionic-app-scripts build", "postionic:build": "gulp", "ionic:serve": "ionic-app-scripts serve", "postionic:serve": "gulp" }, "dependencies": { "@angular/common": "4.1.2", "@angular/compiler": "4.1.2", "@angular/compiler-cli": "4.1.2", "@angular/core": "4.1.2", "@angular/forms": "4.1.2", "@angular/http": "4.1.2", "@angular/platform-browser": "4.1.2", "@angular/platform-browser-dynamic": "4.1.2", "@ionic-native/call-number": "^3.12.1", "@ionic-native/core": "3.10.2", "@ionic-native/splash-screen": "3.10.2", "@ionic-native/status-bar": "3.10.2", "@ionic/storage": "2.0.1", "angular2-jwt": "^0.2.3", "call-number": "^1.0.1", "ionic-angular": "3.3.0", "ionicons": "3.0.0", "rxjs": "5.1.1", "sw-toolbox": "3.6.0", "zone.js": "0.8.11", "cordova-plugin-console": "1.0.5", "cordova-plugin-device": "1.1.4", "cordova-plugin-splashscreen": "~4.0.1", "cordova-plugin-statusbar": "2.2.2", "cordova-plugin-whitelist": "1.3.1", "ionic-plugin-keyboard": "~2.2.1", "mx.ferreyra.callnumber": "~0.0.2" }, "devDependencies": { "@ionic/app-scripts": "1.3.7", "@ionic/cli-plugin-gulp": "1.0.1", "@ionic/cli-plugin-ionic-angular": "1.3.1", "gulp": "^3.9.1", "typescript": "2.3.3" }, "cordova": { "plugins": { "mx.ferreyra.callnumber": {}, "cordova-plugin-console": {}, "cordova-plugin-device": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-whitelist": {}, "ionic-plugin-keyboard": {} } }
config.xml
`

MyApp An awesome Ionic/Cordova app. Ionic Framework Team `
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant