pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.31k stars 184 forks source link

We are not able to open Wormholy from our application #124

Closed pratik-gits closed 1 year ago

pratik-gits commented 1 year ago

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.

pratik-gits commented 1 year ago

Fixed. Closing now.