We have an internal tool which launches Wormholy via the following -
fileprivate func launchWormHoly() { NotificationCenter.default.post(name: NSNotification.Name(rawValue: "wormholy_fire"), object: nil) }
We have also made the following changes -
Wormholy.shakeEnabled = falseWormholy.ignoredHosts = ["app-measurement.com", "cdn-cf.sharechat.com", "localhost", "itunes.apple.com", "in.appcenter.ms"]
It has stopped working for the past few weeks, and it doesn't seem a problem at our end.
We have an internal tool which launches Wormholy via the following -
fileprivate func launchWormHoly() { NotificationCenter.default.post(name: NSNotification.Name(rawValue: "wormholy_fire"), object: nil) }
We have also made the following changes -
Wormholy.shakeEnabled = false
Wormholy.ignoredHosts = ["app-measurement.com", "cdn-cf.sharechat.com", "localhost", "itunes.apple.com", "in.appcenter.ms"]
It has stopped working for the past few weeks, and it doesn't seem a problem at our end.