Frequently Ask Question

What usually people asks

Good to know: depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!

How to Debug Applications on iOS :

  • Just run chmod +x ./cordova_ios_debug.sh and execute as root.

  • Make sure whole project have write permission.

  • Check dependency on xcode then add firebase on package manager, Link Below : https://github.com/firebase/firebase-ios-sdk

  • Just check firebase cloud messaging & firebase installation.

  • Wait until fetching plugins complete.

  • Then check for error and deprecated if any, and rebuild again.

How to publish / release app to iOS devices :

Did this application project could be open in Android Studio ?

Yes, it could be open and modified using Android Studio

Last updated