Open hendrikschneider opened 3 years ago
same issue for me
This plugin does not specify an exact version for the required pod AppCenter
, and unfortunately the Pod as of version 4.0.0+ has renamed the prefix for variables from MS
to MSAC
in the Obj-C code (breaking change). This means when building a project using this plugin today, the latest version of the Pod is used and will cause the issues above.
AppCenter 3.3.4 is the latest version that still uses the old variable names, so this plugin will need to have the pod file updated to target that version. pod 'AppCenter' ~> '3.3.4'
Or target the new Pod version and update the plugin code to reference the correct variable names (and other core changes); however, this plugin hasn't been updated in a while unfortunately.
Make sure to check the demo app(s) for sample usage
Make sure to check the existing issues in this repository
If the demo apps cannot help and there is no issue for your problem, tell us about it
Please, ensure your title is less than 63 characters long and starts with a capital letter.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
node_modules/tns-core-modules/package.json
file in your project)"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)package.json
file of your project and paste your dependencies and devDependencies here)Please, tell us how to recreate the issue in as much detail as possible.
I setup the plugin with nativescript 7.2.0 and when starting I get this error:
CONSOLE ERROR: ERROR ReferenceError: MSAppCenter is not defined
When configuring the plugin in main.tns.ts this error appears: