Skip to content

Commit 779e958

Browse files
committed
Fix a present tense issue in the mobile SDKs
1 parent 4fddc73 commit 779e958

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

fern/docs/pages/sdks/mobile/android/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- **Issue**: How does the DevRev SDK handle errors?
77
**Solution**: The DevRev SDK reports all errors using Android's logging utility. Look for error messages in Android Studio's Logcat after applying `DEVREV SDK` filter.
88

9-
- **Issue**: Support chat won't show.
9+
- **Issue**: Support chat doesn't show.
1010
**Solution**: Ensure you have correctly called one of the identification methods: `DevRev.identifyUnverifiedUser(...)`, `DevRev.identifyVerifiedUser(...)`, or `DevRev.identifyAnonymousUser(...)`.
1111

1212
- **Issue**: Not receiving push notifications.

fern/docs/pages/sdks/mobile/cordova/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
- **Issue**: Support chat won't show.
3+
- **Issue**: Support chat doesn't show.
44
**Solution**: Ensure you have correctly called one of the identification methods: `DevRev.identifyUnverifiedUser(...)`, `DevRev.identifyVerifiedUser(...)`, or `DevRev.identifyAnonymousUser(...)`.
55

66
- **Issue**: Not receiving push notifications.

fern/docs/pages/sdks/mobile/flutter/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
- **Issue**: Support chat won't show.
3+
- **Issue**: Support chat doesn't show.
44
**Solution**: Ensure you have correctly called one of the identification methods: `DevRev.identifyUnverifiedUser(...)`, `DevRev.identifyVerifiedUser(...)`, or `DevRev.identifyAnonymousUser(...)`.
55

66
- **Issue**: Not receiving push notifications.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Troubleshooting
22

3-
- **Issue**: Can't import the SDK into my app.
3+
- **Issue**: Can't import the SDK into my app.
44
**Solution**: Double-check the setup process and ensure that `DevRevSDK` is correctly linked to your application.
55

6-
- **Issue**: How does the DevRev SDK handle errors?
6+
- **Issue**: How does the DevRev SDK handle errors?
77
**Solution**: The DevRev SDK reports all errors in the console using Apple's Unified Logging System. Look for error messages in the subsystem `ai.devrev.sdk`.
88

9-
- **Issue**: Support chat won't show.
9+
- **Issue**: Support chat doesn't show.
1010
**Solution**: Ensure you have correctly called one of the identification methods: `DevRev.identifyUnverifiedUser(...)` or `DevRev.identifyAnonymousUser(...)`.
1111

12-
- **Issue**: Not receiving push notifications.
12+
- **Issue**: Not receiving push notifications.
1313
**Solution**: Ensure that your app is configured to receive push notifications and that your device is registered with the DevRev SDK.

fern/docs/pages/sdks/mobile/react-native/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
- **Issue**: Support chat won't show.
3+
- **Issue**: Support chat doesn't show.
44
**Solution**: Ensure you have correctly called one of the identification methods: `DevRev.identifyUnverifiedUser(...)`, `DevRev.identifyVerifiedUser(...)`, or `DevRev.identifyAnonymousUser(...)`.
55

66
- **Issue**: Not receiving push notifications.

0 commit comments

Comments
 (0)