Crashes and exceptions are not logged in Google analytics in Titanium - titanium-mobile

I have used the following code to track the crashes in the application in titanium
GA.trackUncaughtExceptions = true;
But the crashes are not logged in google analytics dashboard.

Related

Firebase Analytics console doesn't show up because of X-Frame-Options error

I started to use Firebase Analytics on my developing app, but the analytics console doesn't appear. I can't see even the navigation bar.
Here's a screenshot of my analytics console.
I installed Firebase/Core pods, set -FIRAnalyticsDebugEnabled, and debug console on Xcode says analytics data uploaded successfully.
My first event data sent about 20 hours ago. I'm planning to wait until 24 hours will pass, but is there any possible setting required?
---edit---
I found an error message in my browser's developers console. Here's a screenshot.
It seems some kind of X-Frame-Options problem.
I tried Safari and Chrome, but the results are same.
I found it's a problem of Google account's permission. I used my company's Google account and already got the permission to access Firebase, but permission for Google Analytics seems necessary too!
After getting another permission from the admin in my company, Firebase Analytics console appeared in a right way.

How to read crash report getting in Organizer?

I am getting a crash while running the App in real time only. If I send build using Diawi and Payload methods, it runs very well on all the iPhone devices but when I upload build using Testflight it crashes and gives me this kind of report:
Even I am not using any kind of enumrateObjectWithOptions:usingBlock function in my class. I have googled a lot about it but didn't get anything!
NOTE: First of all user logs in with facebook then firebase auth then
firebase login with facebook access token and after that getting crash
before I use the firebase instance id.
Any help will be appreciated.

unable to sign up for parse.com to create an app in order get the APP ID for my iOS app

I've been trying to sign up for Parse.com, but whenever I click "I don't have a Parse account" it just takes me back to the main page! If I try logging in with Facebook or Google or GitHub, it does the same. I even tried "Get started for free" in the development section. When I click that button, nothing happens AT ALL! Help??
Parse is closing down and disable new user creating an account. You can check out some Parse alternatives such as Apple CloudKit (https://developer.apple.com/icloud/) or AWS Mobile Hub or Firebase (https://www.firebase.com/)
Best of luck!

Google Play Android Developer API not linked with Google Play Account

I try to check purchase status of in-App product via Google Play Android Developer API and it return error 403 with message "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console." But Google API project id was linked Google Play Developer API.
This error was apeared only in last week - before it's worked.

Facebook API Implementation in Windows Phone

I have an application. I have created a facebook page for it . Now when I look at the Facebook API , It asks me this
1)Select how your app integrates with Facebook
Website with Facebook Login(Log in to my website using Facebook.),
App on Facebook (Use my app inside Facebook.com.),
Mobile Web (Bookmark my web app on Facebook mobile.),
Native iOS App ( Publish from my iOS app to Facebook.),
Native Android App ( Publish from my Android app to Facebook.),
Page Tab (Build a custom tab for Facebook Pages.),
2)What exactly I want to do is when my user opens up my app for the first time, I want to use his credentials and post using my app on his behalf.
3)I want to implement the API so that after the user allows my app to connect to his profile, I use my app while he shares anything through my app to post on his behalf.
Kindly help me in all these circumstances with the perfect code as I am novoice to OAuth
Take a look on official Facebook C# SDK Sample for Windows Phone 7
https://github.com/facebook-csharp-sdk/facebook-windows-phone-sample

Resources