Mr. Andi,
Thanks so much for your support.

Posts made by TOAN DANG
-
RE: Error Configure iOS App in Monaca Cloud IDE
-
RE: Cannot create angular 2 app with monaca
Hi,
Did you update latest release? https://github.com/monaca/monaca-cli/releases/tag/2.0.3
When using “monaca create” of Monaca CLI 2.0.3, it says: "- Onsen UI and Angular 2 (Coming soon)"
Maybe we need to wait next release. -
RE: Error Configure iOS App in Monaca Cloud IDE
@Andi , yes, correct. Sorry for my bad sentence.
-
Error Configure iOS App in Monaca Cloud IDE
The first problem, I cannot install Cordova Plugin PowerManagement by Monaca LocalKit tool. I need to install the plugin by Cordova command line as Mr. Andi said. (Reference this topic). So I fixed first problem by that way.
But there is another problem. I cannot config iOS app in Monaca Cloud IDE. This is my steps:- Opening Monaca Cloud IDE. There is an error message: Error reading setting
- Choosing menu Build/iOS App. There is an error message: Error reading setting
- Filling information as:
- Application Name: TestIdleTimerDisablePlugin
- App ID: (same as the App ID which I have registered in iOS Dev Center)
- Version Number: 1.0.0
- Localizations: English
But there is an error message when I clicked Save button:
Title: Error saving configuration.
Message: Error in input data
My guess is: Because I removed iOS Monaca platform and I created new iOS Cordova platform to add the plugin. So Monaca Cloud IDE cannot read information setting of Cordova platform.
I tried with another project which is iOS Monaca platform. I can config it successfully.Hi Mr. @Andi , could you please take a look at this problem?
Thanks! -
RE: Cannot install Cordova Plugin PowerManagement to Monaca project
Hi @Andi ,
Thanks for your support. I tried this way before but the new iso platform is Cordova platform, so I afraid it doesn’t work with Monaca build.
Actually, I just tried with Monaca Debugger, the plugin didn’t work. I will try with Monaca Build.
Thanks. -
RE: Cannot install Cordova Plugin PowerManagement to Monaca project
Hi @Andi ,
I added the plugin in the root directory project: /Users/dang.toan/Documents/TestIdleTimerDisable. But it return error as I said:Error: The provided path "/Users/dang.toan/Documents/TestIdleTimerDisable/platforms/ios" is not a Cordova iOS project.
Addition, I created this project by LocalKit.
-
Cannot install Cordova Plugin PowerManagement to Monaca project
Hi,
I want to install Cordova Plugin PowerManagement to my Monaca project by Monaca Localkit but this plugin is unavailable after installed.
I tried install by Cordova command line:$ cordova plugin add https://github.com/Viras-/cordova-plugin-powermanagement.git
but there is a error:
Error: The provided path "/Users/dang.toan/Documents/TestIdleTimerDisable/platforms/ios" is not a Cordova iOS project.
Addition, I also try edit file .monaca/project_info.json as below:
"external_plugins": [ "cordova-plugin-whitelist@1.0.0", "cordova-plugin-splashscreen@2.1.0", "cordova-plugin-device@1.0.1", "cordova-plugin-inappbrowser@1.4.0", "https:\/\/github.com\/whiteoctober\/cordova-plugin-app-version", "https:\/\/github.com\/Viras-\/cordova-plugin-powermanagement.git" ]
It still not work.
I’d really appreciate it if you can help me how to install this plugin to Monaca project.
Thanks!