-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sendsay-docs): edit authext_id (#344)
- Loading branch information
1 parent
6a7fb84
commit b76cf81
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ sidebar_label: 'Импорт подписчиков' | |
description: 'Как импортировать пользователей мобильного приложения' | ||
--- | ||
|
||
import authextId from '/img/subscribers/import-and-export/how-to-prepare-file-for-import/authext-id.png'; | ||
|
||
# Как импортировать Mobile Push подписчиков | ||
|
||
Сервис пуш-уведомлений должен знать адрес устройства пользователя мобильного приложения, прежде чем отправлять уведомления на это устройство. Этот адрес принимает форму токена получателя уведомлений — он уникален как для устройства, так и для приложения. Получить токен пользователя можно только из приложения. | ||
|
@@ -19,7 +21,11 @@ [email protected]_id | |
- `token` — токен пользователя приложения (содержит от 64 символов, иногда его называют `device id` или `hwid`), | ||
- `platform` — через какой сервис пуш-уведомлений будут отправляться уведомления — `apns`, `fcm` или `hms`, | ||
- `os` — операционная система устройства — `ios`, `android` или `huawei`, | ||
- `authext_id` — идентификатор внешней аутентификации. | ||
- `authext_id` — идентификатор внешней аутентификации, который можно взять из адресной строки на странице приложения: | ||
|
||
<p align="center"> | ||
<img width="70%" src={authextId} alt="Authext id" /> | ||
</p> | ||
|
||
Например: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_label: 'Файл для импорта' | ||
description: Как подготовить файл для импорта контактов и других данных подписчиков | ||
--- | ||
|
||
import fieldCode from "/img/subscribers/import-and-export/how-to-prepare-file-for-import/field-code.png"; | ||
|
@@ -9,6 +10,7 @@ import fileForManualImport from "/img/subscribers/import-and-export/how-to-prepa | |
import listType from "/img/subscribers/import-and-export/how-to-prepare-file-for-import/list-type.png"; | ||
import Details from '@theme/Details'; | ||
import SupportLink from '@site/src/components/SupportLink'; | ||
import authextId from '/img/subscribers/import-and-export/how-to-prepare-file-for-import/authext-id.png'; | ||
|
||
# Как подготовить файл для импорта | ||
|
||
|
@@ -112,7 +114,11 @@ [email protected]_id | |
- `token` — токен пользователя приложения, содержит от 64 символов, | ||
- `platform` указывает, через какой сервис пуш-уведомлений будут отправляться уведомления — `apns`, `fcm` или `hms`, | ||
- `os` — операционная система приложения — `ios`, `android` или `huawei`, | ||
- `authext_id` — идентификатор внешней авторизации. | ||
- `authext_id` — идентификатор внешней аутентификации, который можно взять из адресной строки на странице приложения: | ||
|
||
<p align="center"> | ||
<img width="70%" src={authextId} alt="Authext id" /> | ||
</p> | ||
|
||
Например: | ||
|
||
|
Binary file added
BIN
+53.8 KB
...img/subscribers/import-and-export/how-to-prepare-file-for-import/authext-id.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.