Cassiano Monteiro

Results 3 issues of Cassiano Monteiro

In order to share preferences between my app and its extensions, I'm using `UserDefaults(suiteName: "someSuiteName")` instead `UserDefaults.standard`. Because of the custom suite (domain name), the method `clearAll` from Prephirences doesn't...

Xcode version: 12.3 libPhoneNumber version: 1.0.2 Install method: carthage Version 1.0.0 works fine. With version 1.0.2, I got these errors: ``` ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one...

The test below works fine on version 1.0.0, but fails on version 1.0.1 and 1.0.2 (it returns `NOT_A_NUMBER` instead of `EXACT_MATCH`). ``` let formatter = NBPhoneNumberUtil() let number = "+16508636853"...