Looks like for some reason your database didn't get upgraded.
This should have happened when you upgraded to 1.1.3:
ALTER TABLE xf_forumrunner_push_users
ADD token TINYTEXT
You can run that manually for your database and should be fine.
We simply call the XenForo backend with our add-on, so if the site normally generates loads like that (IE: searching, CPU intensive activities), then yes you will see the same load if you make the same query from the app.
1.1.3 has been released:
1.1.3
-----------------------------------------------------------------------------
* Remove requirement for branded users to have a push notification account
ClemsonJeeper updated Forum Runner iOS/Android XenForo App! with a new update entry:
Forum Runner add-on updated to version 1.1.3
Read the rest of this update entry...
This is just moving the old add-on from http://xenforo.com/community/threads/announcing-forum-runner-xenforo-iphone-ipad-android-app.12070/ to the new resource toolkit - nothing has changed. XenForo support is continuing for Forum Runner with no plans of changing.
forumrunner.com is the new...
ClemsonJeeper submitted a new resource:
Forum Runner iOS/Android XenForo App! (version 1.1.2) - Browse XenForo forums on your mobile device!
Read more about this resource...
Introducing Forum Runner for the iPhone/iPad/Android!
What is Forum Runner?
Forum Runner is an Android/iPhone/iPod Touch/iPad App that allows you to browse XenForo forums using a native client. This means faster access for those users since it only downloads the actual forum information...
You don't need to open a browser to sign up for push notifications, it comes directly from the app.
Granted, we came up with the push notification system 6 months before we considered branded apps, so it is a legacy issue. Perhaps in the future we can migrate branded apps from requiring the...
We've released version 1.1.2 of the plugin which:
1.1.2
-----------------------------------------------------------------------------
* Add support for XenForo 1.1.x Thread Prefixes
Yes, because we need to associate a user on your forum to a specific device. Your user can be on multiple forum runner sites with different usernames, and they want a total of all the notifications for the sites. So we have a single push notification user which keeps this data all synced up.
Very odd. I just did a install on a 1.0.4 and it worked fine -- I fully vetted it against the latest version before deploying.
We don't modify any templates/css at all.
Is it possible for you to get a dump of the page source with the CSS messed up when FR is installed so we can compare it to...
1.1.1
-----------------------------------------------------------------------------
* Fix issue with users with certain posts-per-page settings causing crash
issues