-
Hello, I have Packaged android module and implemented the same in Android project and its works fine. But now when I am trying to package the iOS module I am facing the following error :
Launching…
-
Hi,
I'm trying to get cloud messaging to work on iOS, but when I add the firebase-core module for iOS and try to run the app, I receive the following error:
```
[INFO] Encrypting JavaScript fi…
-
-
Today finally i resolve a problem incoming with the new Xcode version. When i tried to build my app on simulator, all work fine, but when i tried on my device i receive this error message:
[INFO] : I…
-
I would like to check if the user has disabled notifications in the settings app.
This feature is available in **ti.goosh** as a method `areNotificationsEnabled()`.
-
When creating a new Titanium project using the plugin the project is created, but when trying to run it, an exception is thrown and the project is not run:
```
FATAL ERROR: v8::ToLocalChecked Empty …
-
## There have been updates to the *babel7* monorepo:
+ - The `dependency` [@babel/core](https://www.npmjs.com/package/@babel/core) was updated from `7.1.5` to `7.1.6`.
- The `dependency` [@babel/pa…
-
I receive notifications normally when the app is in background but when I click on them I get the following error:
`TiLaunchActivity: (main) [16,187642] Android issue 2373 detected (missing intent CA…
-
While troubleshooting [this SDK error](https://stackoverflow.com/questions/9093709/installation-error-install-failed-older-sdk), I replaced my sdk version string values with integer values in my `tiap…
-
```
win.addEventListener('open', function() {
FirebaseCore.configure({
file:'google-services.json'
});
});
```
This simple code above generates:
```shell
[ERROR] : TiBaseActivity: (m…