8 Commits

Author SHA1 Message Date
Andreas Linde
223333facf Some more documentation updates 2013-10-30 13:42:04 +01:00
Andreas Linde
47b3a7e97d Fix documentation on how to invoke authenticateInstallation 2013-10-24 19:38:15 +02:00
Andreas Linde
934d8dc8cd Update to version 3.5.0 RC 3 2013-10-23 19:33:44 +02:00
Andreas Linde
498bd62cbb Remove automaticMode property since it is not needed any more
The developer needs to call at least `authenticateInstallation` instead.
2013-10-10 12:32:29 +02:00
Andreas Linde
7052f0cd7a Require the user to call authenticateInstallation manually
This solves multiple issues:
- Possible crashes at startup because the app is already in the process of presenting another modal view. This way the developer can make sure that only one modal view is being presented
- If the app is showing e.g. a login view on startup, it is now not needed to turn off automatic mode and setup the complete auth workflow manually and simply invoke `authenticateInstallation` after the login view is either fully presented (`viewDidLoad` finished) or the user did log in
2013-10-10 02:39:44 +02:00
Andreas Linde
2acdec27c7 Update intro text of Authentication how to 2013-09-26 16:37:45 +02:00
Thomas Dohmke
5e1e4e1421 Update authentication documentation. 2013-09-25 17:49:26 +02:00
Andreas Linde
18ab864eef Documentation improvements for BITAuthenticator 2013-09-19 15:42:07 +02:00