Questions tagged [sinch-verification]

36 questions
2
votes
0 answers

Cannot find module "child_process"

I am trying to use sinch in ionic 3 project for phone verification, and I follow all the step, but I am facing the following error. Did anyone use sinch. I search about it, but could not find any solution. My code is import { Component } from…
2
votes
1 answer

sinch verification method not showing in swift 3.0 and xcode 8.0

We are using sinch verification by pods with swift 3.0 and xcode 8.0 . I want to call initiate() and verifyCode() methods but compiler show value of type SINVerification? has no member I have import import SinchVerificationand written below code :-…
Vinod Kumar
  • 3,375
  • 1
  • 17
  • 35
2
votes
1 answer

Send SMS From application to mobile using Sinch

I am writing a code to send sms from my application using sinch. When I run this code I am getting error 403.My code is : try { String phoneNumber = "Mobile Number"; String appKey = "Key"; String appSecret =…
Kunal Gadhia
  • 350
  • 2
  • 14
1
vote
0 answers

How Do I perform a flash call verification through rest API?

I have a list of over 1000 phone numbers that I am trying to verify using the sinch verification REST API by placing a flash call. However, I always get this response from the endpoint... [ callId:fa61c8ae-2936-4c3d-a89c-ca852d9bd464, …
Pila
  • 5,460
  • 1
  • 19
  • 30
1
vote
0 answers

Sinch Callout Verification : not verifying on input "1"

I am trying to use Sinch Callout Verification for my iOS App. I have implemented the code according to documentation. And I do receive call on iPhone. Recorded voice tells me to "Please press 1 for verification or hang up if you didn't requested…
ibnetariq
  • 718
  • 1
  • 4
  • 20
1
vote
1 answer

Sinch/Twilio iOS SDK use case

I have a use case in which I want the user to only be able to verify himself from the device that contains the sim card he is registering himself from. As this is a financial application which tracks user accounts based on their cell number. So I…
Asim
  • 361
  • 1
  • 2
  • 12
1
vote
2 answers

Sinch FCM based push notification

While implementing app-app calling with Sinch, I need to integrate push notification using firebase cloud messaging(FCM). As there is no doc available so I followed the same process like GCM but when I called…
Salman khan
  • 1,135
  • 10
  • 17
1
vote
1 answer

Sinch Verification API resending same code

My development team are using the JavaScript Sinch Verification method for verifying Mobile numbers. The iOS app calls the server to request a Sinch Verification code to be sent via SMS. On the initial request for a verification code, a code is…
kontact00
  • 11
  • 1
1
vote
1 answer

Apple push notifications certificate upload issue with sinch sms verification

I have created development and production APNS certificates through keychain access. However, when I try to upload aps.cer and aps-development.cer to the push configuration dashboard at sinch.com, it says: Error: Incorrect file type, or file too…
Zander
  • 11
  • 1
1
vote
1 answer

Sinch Sms Verification 2.0.3 SDK Swift 3

Hi Im using Sinch sms verification to sign up users in my app but after updating my code to swift 3 (and sinch sdk currently 2.0.3), Im getting the following error Use of unresolved identifier 'SINPhoneNumberUtil' Use of unresolved identifier…
ykorach
  • 588
  • 6
  • 14
1
vote
0 answers

What is the Session period for SINCH Pin Verification?

We are developing an android and iOS app which requires number verification. I am doing it using SINCH Verification SDK. For my app, number verification is being done from Server side using REST API call using SINCH REST API. We are not sure what is…
Jigar
  • 791
  • 11
  • 21
1
vote
2 answers

how to get the verified phone Number in E164 format using SINCH

Hi I implement the sms verification following SINCH tuto: verification.verify(enterPin.text!, completion: { (success:Bool, error:NSError?) -> Void in self.spinner.stopAnimating(); …
jerem
  • 1,016
  • 2
  • 12
  • 27
1
vote
0 answers

How to disable sinch chat history?

How to disable sinch chat history? It shows when we uninstall and reinstall the app. I think it shows all the chats for the past 30 days. I want to remove them.
1
vote
1 answer

Sinch verification not working with UK number

I have implemented SinchVerification, here is my code Config config = SinchVerification.config().applicationKey(getResources().getString(R.string.sinch_app_key)).context(getApplicationContext()).build(); final Verification verification =…
Ravi
  • 34,851
  • 21
  • 122
  • 183
0
votes
0 answers

bad base-64 runtime exception

I am working on an android application for on online taxi service , in which it supports in app calling using sinch SDK. To authorize a client, we need to share our APP_KEY and SECRET_KEY and userId with the sinch server and that's…
Liya
  • 568
  • 7
  • 28
1
2 3