Skip to content

Commit 1dfe5d6

Browse files
committed
[faq] add No SIMs found error entry
1 parent db2de7d commit 1dfe5d6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/faq/errors.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,24 @@ To resolve this issue, there are two options:
2222

2323
1. Set the default SMS app and SIM number in your device's settings
2424
2. Provide the SIM number explicitly in the `simNumber` field of the request
25+
26+
## `Can't send message: No SIMs found` Error
27+
28+
This error occurs when the app cannot detect any SIM cards on the device. There are several possible causes for this issue:
29+
30+
1. **SIM card issues:**
31+
- The SIM card is not properly inserted.
32+
- The SIM card has poor contact with the slot.
33+
- The SIM card is damaged or faulty.
34+
35+
2. **Permission problems:**
36+
- The app doesn't have the necessary permissions to access the SIM cards list.
37+
- For Xiaomi users: You may need to disable MIUI optimization to prevent the app from requesting permissions repeatedly.
38+
39+
To resolve this error:
40+
41+
1. Check that your SIM card is properly inserted and undamaged.
42+
2. Ensure the app has all required permissions in your device settings.
43+
3. For Xiaomi users: Disable MIUI optimization in Developer Options.
44+
4. Restart your device to refresh system processes.
45+
5. If the problem persists, try using the SIM card in another device to rule out hardware issues.

0 commit comments

Comments
 (0)