Bureau-Inc/BureauSMV — reverse-engineered prompt

Reverse engineered prompt

Build me an iOS SDK for silent mobile verification that app teams can drop into their app with either Swift Package Manager or CocoaPods.

I want it to be easy to set up in Xcode, including any Info.plist network exceptions that are needed. The SDK should let a developer create an auth object with a client ID and a mode like production, then make a verification call using a mobile number and correlation ID. Please support both modern async and await usage and a completion callback version too. The result should clearly tell the app whether the verification completed or failed for reasons like timeout, network unavailable, or operator mismatch.

It also needs to work from Objective C, with a completion result object that exposes a status code, message, and alert title.

Please make it feel production ready, with clean API names, simple integration docs, and a quick start example in Swift and Objective C. If anything is unclear, look up current iOS packaging and SDK docs online.

Want more depth? Deep Reverse