Peter Molnar

Results 7 comments of Peter Molnar

Hey @miliante , That particular file is not maintained by the PhoneNumberKit itself, but time-to-time it is updated from the Google libphonenumber repository: https://github.com/google/libphonenumber. I would suggest to open an...

@alexmx As a temporary workaround you can update your Podfile to have the git source for this repo, so it will be kept updated: `pod 'PhoneNumberKit', :git => 'https://github.com/marmelroy/PhoneNumberKit'`

@gerry-wood-sumup : For us it was working well with my suggestion. Indeed, without the CocoaPods CDN it was slowly resolved in our CI/CD. As a solution we moved (only this...

Hey @NathaSuleSM, Unfortunately with this project we are relying on the Google metadata, and it seems that this metadata is also marking the emergency number as invalid: https://libphonenumber.appspot.com/phonenumberparser?number=911&country=US. What I...

Hi @sthahemant, Unfortunately with this project we are relying on the Google metadata. Could you make it sure that your number is validated OK with Google's test site on https://libphonenumber.appspot.com,...

Hey @SpacyRicochet , I am afraid it is not possible by design. The metadata that PhoneNumberKit is using from Google relies on the country code. So there is also a...

Hey @RockyLin , Unfortunately I don't have the exact guide, but I think you need to use some bridging headers. Maybe that guide helps: https://developer.apple.com/documentation/swift/importing-swift-into-objective-c