App Crash/close

I see Connected to HA realtime API then the app crashes and closes. This occurs after a removal and re-install.

In my case it’s a bit different.

On the first start of the app I can set my settings and with a tap on the save button the app crashes.
Every time I open the app after that it crashes again.

With my own instance of hass or with the online demo, it’s always the same.

iPhone 6 with iOS 9.3.1
Python 3.4.2
Hass 0.16.1

I got a solution.
The problem occurs if you don’t set a password inside the app. If you set one the app works, even if your HA Instance has no password.

Greets
Jacko

This should have been fixed in builds 21/22, but let me know if it’s still an issue.

Happening to me on version .28

I am still getting this exact error. I enter my settings and hit save. App crashes and crashes everytime I reopen it. I must uninstall and reinstall to try again. I never get past the login screen.

After removing and re-installing the app today (in an effort to get the notification token ID to show up) I now see this crash. It connects to HASS and then shuts down.

I found the reason for the crash. In the search for the notification token ID at some point I added this to the config:

ios:
  health_check: true
  push_categories:
    - name: Generic
      identifier: 'GENERIC'

This seems to crash the app.