This is my app with apple reject reaseon :
Your app crashed on iPad and iPhone running iOS 10.1.1 connected to an IPv6 network when we:
The app crashed after entering demo credentials and tapping the login button.
This occurred when your app was used:
- Offline
- On Wi-Fi
We have attached detailed crash logs to help troubleshoot this issue.
and tap the button code like this:
-(void)signInWithEmail:(NSString *)email
password:(NSString*)password{
[[FIRAuth auth]signInWithEmail:email password:password completion:^(FIRUser * _Nullable user, NSError * _Nullable error) {
if (error) {
NSLog(@"Email sign error");
return ;
}
NSLog(@"Email sign in success");
}];
}
Please help me, thanks everybody frist!
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/66eda1c9-de84-4d4e-9c9e-4cf942158c04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.