I\'m able to filter users with their phone numbers using [QBRequest usersWithPhoneNumbers:] method, but having problem with following scenario.
[QBRequest usersWithPhoneNumbers:]
Suppose, I\'
You are right, QuickBlox compares entire string, there is no intelligent comparison. So the only solution for you right now is to remove country code from phone number before saving user to QuickBlox.