aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Zsika Phillip <protocol86@users.noreply.github.com>2017-08-05 08:54:51 -0700
committerGravatar GitHub <noreply@github.com>2017-08-05 08:54:51 -0700
commitef16282b4ec28bd8e0ae938d92778bf1a3c58392 (patch)
treeaf8275754f6dbb6b101da4d9695e3348235b1946 /Firebase
parent4ec1d8a30b0ce7a7a1eeef9b0e2aa68ea30fa7b5 (diff)
update APNs Token error (#180)
* update APNs Token error * update message * updates error message to be more readable * fixes mis-spelt word * fixes missspelled word
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/Source/FIRAuthErrorUtils.m7
1 files changed, 3 insertions, 4 deletions
diff --git a/Firebase/Auth/Source/FIRAuthErrorUtils.m b/Firebase/Auth/Source/FIRAuthErrorUtils.m
index b320cf9..5c5b10a 100644
--- a/Firebase/Auth/Source/FIRAuthErrorUtils.m
+++ b/Firebase/Auth/Source/FIRAuthErrorUtils.m
@@ -321,10 +321,9 @@ static NSString *const kFIRAuthErrorMessageQuotaExceeded = @"The phone verificat
/** @var kFIRAuthErrorMessageMissingAppToken
@brief Message for @c FIRAuthErrorCodeMissingAppToken error code.
*/
-static NSString *const kFIRAuthErrorMessageMissingAppToken = @"Remote notification and background "
- "fetching need to be set up for the app. If app delegate swizzling is disabled, the APNs "
- "device token received by UIApplicationDelegate needs to be forwarded to FIRAuth's APNSToken "
- "property.";
+static NSString *const kFIRAuthErrorMessageMissingAppToken = @"There seems to be a problem with "
+ "your project's Firebase phone number authentication set-up, please make sure to follow the "
+ "instructions found at https://firebase.google.com/docs/auth/ios/phone-auth";
/** @var kFIRAuthErrorMessageMissingAppToken
@brief Message for @c FIRAuthErrorCodeMissingAppToken error code.