gpt4 book ai didi

ios - 在我们的应用程序外部使用 "Open Image with our app"和 "sleep/wake"按钮进行屏幕截图时,如何获取我们应用程序的本地通知 "home"

转载 作者:行者123 更新时间:2023-11-30 13:04:01 24 4
gpt4 key购买 nike

当在 ios 中使用“whatsapp”等其他应用程序进行屏幕截图时,以及通过按住“ sleep /唤醒”和“主页”进行屏幕截图时,我需要收到我的应用程序“使用我们的应用程序打开屏幕截图”的本地通知”按钮,我的应用程序应该有一个本地通知,以使用我的应用程序打开屏幕拍摄的图像,例如 Android 中的“Stich&share”。在 Ios 中是否可能(我的应用程序可能在后台运行)?

最佳答案

是的,您可以使用UIApplicationUserDidTakeScreenshot

let mainQueue = NSOperationQueue.mainQueue()
NSNotificationCenter.defaultCenter().addObserverForName(UIApplicationUserDidTakeScreenshot,
object: nil,
queue: mainQueue) { notification in
// executes after screenshot
}

关于ios - 在我们的应用程序外部使用 "Open Image with our app"和 "sleep/wake"按钮进行屏幕截图时,如何获取我们应用程序的本地通知 "home",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39595577/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com