XCUITest - 如何访问 XCUITest 中的应用程序设备令牌以触发推送通知但不在应用程序代码中设置任何 UIView?

XCUITest - How to access the app device token in XCUITest for triggering the push notification but without setting any UIView in app code?

Objective: 我想检索用于在 XCUITest 中触发推送通知的应用程序设备令牌。执行以下测试

  1. 点击推送通知
  2. 断言推送通知文本
  3. 收到推送通知后截取应用程序主屏幕的屏幕截图。

限制: 我不应该在应用程序代码中创建任何 UIView 以在我的 XCUITest 中检索设备令牌。

考虑到该限制,如果有任何其他解决方法,请建议我。

在这里回答(我假设是同一个提问者):https://forums.developer.apple.com/thread/110361