-
When my app runs I'm getting the following error
[ERROR] : FirebaseInstanceId: Failed to resolve target intent service, skipping classname enforcement
[ERROR] : FirebaseInstanceId: Error while d…
-
Hi, I am getting this error reported a few times on the Android Vitals on the production app. Can't seem to reproduce it in dev environment. Does anyone know what it might be? Thanks
signal 11 (SIG…
-
On Android there is something conflicting using the latest versions of `firebase.analytics 2.1.0`, `firebase.core 2.2.0` and `ti.playservice 11.8.0`.
The app crash with this error:
```
[WARN] W/…
-
If the app target targetSdkVersion="26". Notifications wont be displayed on Android devices running android 8. I think this is due to how application in the background should handle notifications. Cou…
-
unable to call createNotificationChannel
[ERROR] : TiExceptionHandler: (main) [10,255] ----- Titanium Javascript Runtime Error -----
[ERROR] : TiExceptionHandler: (main) [0,255] - In /alloy/cont…
-
When building a Ti project with SDK 7.x (7.0.2.GA in my case) for iOS, I'm getting a build error:
```
[INFO] Invoking xcodebuild
[ERROR] ** BUILD FAILED **
[ERROR] The following build commands fa…
-
Hi,
I have updated the manifest accordingly with the required changes to build package using TI SDK 6.3.0.GA.
But we are having following error while compiling.
rt/Titanium/mobilesdk/osx/6.3.…
-
I'm getting an error when I try to build my project with both **firebase.core** and **ti.googlesignin** added to the project.
```
[TRACE] ld: 198 duplicate symbols for architecture x86_64
[TRACE]…
-
Im using Titanium SDK @ `7.1.0.GA`. Configuration looks like:
```
firebase.cloudmessaging
firebase.core
```
Results in error message:
```
[ERROR] An error occurred during build after 22s 346m…
ghost updated
6 years ago
-
**Scenario:**
The internet is turned off and a push notification is triggered from the server. The App is in foreground and the internet is turned on, push notification (data message) is received as …