mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #240] iOS 17.5.1 Decryption Failed #215
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paxtonyu on GitHub (May 31, 2024).
Original GitHub issue: https://github.com/Finb/Bark/issues/240
基本情况:安卓手机使用短信转发器,iOS端使用bark两边配置好了encryption,一直到5.26日都能正常接发消息。
问题描述:今天突然接受不到消息,直接在bark app里测试报错提示“Decryption Failed”,目前唯一确定的变量就是升级了iOS系统,安卓端没有更新软件和系统
@Finb commented on GitHub (May 31, 2024):
App 端的加密推送测试预览正常情况就是提示Decryption Failed,如果没有收到推送应该去发送端调试下,看下原因。
@paxtonyu commented on GitHub (May 31, 2024):
好的谢谢
@Finb commented on GitHub (May 31, 2024):
从你描述中看,既然能收到预览的推送那接收端应该没啥问题
@paxtonyu commented on GitHub (May 31, 2024):
是的,我小白了,排查了一下发送端发现太久不用联网权限给自动关了,感谢指导!