signalapp / Signal-iOS

A private messenger for iOS.
https://signal.org
GNU Affero General Public License v3.0
10.81k stars 3.04k forks source link

iOS 8 Support #28

Closed FredericJacobs closed 10 years ago

FredericJacobs commented 10 years ago

Looks like iOS8 users are not able to sign up. We won't support it until public launch though.

hubert3 commented 10 years ago

+1. Received SMS but can't enter the number :(

None of the controls on the VALIDATE screen seem to react.

iOS 8 beta 4 on iPhone 5s.

FredericJacobs commented 10 years ago

I'm aware of this, will fix soon.

corbett commented 10 years ago

This happens if it passes the 4 minutes, request a phone call at that stage

Sent from my iPad

On Jul 29, 2014, at 8:22 PM, hubert3 notifications@github.com wrote:

+1. Received SMS but can't enter the number :(

None of the controls on the VALIDATE screen seem to react.

iOS 8 beta 4 on iPhone 5s.

\ Reply to this email directly or view it on GitHub.

FredericJacobs commented 10 years ago

No @corbett. Issue is that on iOS8 you can't interact with one of our UITextFields.

corbett commented 10 years ago

Oh, well we don't support iOS 8. FYI this behavior is also seen if it has passed 4mins.

Sent from my iPad

On Jul 29, 2014, at 8:47 PM, Frederic Jacobs notifications@github.com wrote:

No @corbett. Issue is that on iOS8 you can't interact with one of our UITextFields.

\ Reply to this email directly or view it on GitHub.

hubert3 commented 10 years ago

@FredericJacobs I just compiled Signal from source using Xcode 6 Beta 4 without making any changes (except signing identity) and this issue doesn't occur (haven't tried calls yet).

The 4 minute countdown appears (which doesn't happen running the App Store version on iOS 8) and I'm able to enter the 6 digit number in the UITextField without issues.

FredericJacobs commented 10 years ago

Calls won't work because you need codesigning to get the incoming call push notifications.

hubert3 commented 10 years ago

Outgoing calls? A test number would be handy.

FredericJacobs commented 10 years ago

Outgoing calls should work. And yeah, we were thinking about establishing an automated reply number or a "chatroulette" kind of system :)

FredericJacobs commented 10 years ago

Exciting news, iOS8 beta 5 is fixing it. In parallel, I started working on integrating iOS8 SDK features.