Questions tagged [sinch]

Use the Sinch SDKs and APIs to enhance your app with Voice, SMS, Verification, and Instant Messaging.

The Sinch SDK is available for iOS, Android, JavaScript, and REST APIs

562 questions
2
votes
1 answer

Sinch Video Calling ios app using ionic framework

I'm trying to build a video calling app using sinch and ionic framework. The video call works fineon my localhost browser, but when I deploy the app to my iphone it throwing an error 'Error: SinchClient can't be started with calling capability.…
2
votes
1 answer

Cannot receive any notification in my iphone4s from simulator

I tried to use SinchService to test the remote notification. I did all the steps as per the tutorial IOS INSTANT MESSAGING USING SINCHSERVICE. And when I tested it by sending a message from the simulator to my iphone, I cannot receive any…
Coinnigh
  • 611
  • 10
  • 18
2
votes
1 answer

How to set caller id for Sinch App-To-Phone calling?

I have developed an app which does app to phone calling using Sinch framework. Calling works fine but the issue is I see a 4 digit number on receiver's phone but I would like receiver to see the registered number of caller. So I would like to set…
saint_n
  • 51
  • 7
2
votes
1 answer

Why doesn't Sinch allow keeping messages for longer than 30 days

On their documentation they specify that "Users can keep a 30-day message history". I assume this means that after 30 days the messages are deleted,is there anyway of extending this or disabling this feature?
user1686342
  • 1,265
  • 1
  • 18
  • 24
2
votes
1 answer

Change Sinch SMS Verification Text

I am using this brilliant product called Sinch for mobile number verification. Everything works as expected and I am able to verify the mobile number in question. I have a rather odd query. Currently the verification sms that I receive says "Your…
iOSer
  • 2,241
  • 1
  • 18
  • 26
2
votes
2 answers

Don't receive BroadcastReceiver using sinch example

I tried using this example in my app in order to have instant messaging https://www.sinch.com/tutorials/android-messaging-tutorial-using-sinch-and-parse/ I call broadcast receiver to listen for the broadcast from my service, but it never succeed or…
Gil
  • 235
  • 3
  • 13
2
votes
1 answer

Sinch APN shouldSendPushNotifications never called

I can´t make Apple Push Notifications work in development mode. The shouldSendPushNotifications method is never called on the source device when the target device is in background mode. I have uploaded my APN development certificate in the Sinch…
Tamas
  • 21
  • 1
2
votes
1 answer

Message keeps failing to send with Sinch

I've been following this tutorial at https://www.sinch.com/tutorials/android-messaging-tutorial-using-sinch-and-parse/#message and I'm having trouble sending the message to another user. When I write a message and send it. I keep getting a toast…
user5019732
2
votes
3 answers

Get another user's username from user id - Parse & Android

I've been trying to make a simple instant messaging application for iOS and Android. Got it all done on iOS. I'm stuck on one thing on Android though. Whenever I send a message, it sends the message with the two objects sender and other. Sender is,…
jwuki
  • 367
  • 2
  • 13
2
votes
2 answers

Sinch js sdk not making calls

This is my log i the call always ends with a timeout I'm using angularjs also so what i'm doing is starting the sinchClient (from a Factory) in the app.js and adding the onIncoming Listener then finally make calls in the controller (from a…
Osei Fortune
  • 831
  • 6
  • 12
2
votes
2 answers

Using Sinch with Xamarin

I'm targetting iOS and Android platforms for a messaging application. I want to use voice and messaging features of the sdk. Are there any bindings available for sinch sdk for xamarin?
Ayyappa
  • 1,876
  • 1
  • 21
  • 41
2
votes
1 answer

How to add a validated number to sinch sandbox

I am currently leveraging Sinch SMS to send SMS notifications based on events for a web application in python using sinchsms. When I send a message I get this exception: HTTP Error 403: Sandobx SMS only allowed to be sent to verified numbers. With…
Al Brown
  • 21
  • 1
2
votes
1 answer

error: cannot access Task class file for bolts

Im working through the tutorial given here and im stuck at the section of code posted below: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_list_users); } …
Japes
  • 255
  • 2
  • 16
2
votes
1 answer

Sinch Service does not seem to start with Android Studio and Parse.com (Android Messaging Tutorial)

I am following this tutorial: https://www.sinch.com/tutorials/android-messaging-tutorial-using-sinch-and-parse Github for tutorial: https://github.com/sinch/android-messaging-tutorial The issue I have is that the service does not seem to start at…
2
votes
1 answer

Sinch Production Keys Not Working

Hey so I have been working on an app which includes Sinch Messaging in it. Everything was working fine with the Sandbox key and secret. I am planning on putting the app in the Play Store and decided it was time to enter in the Sinch production keys.…
Rich Luick
  • 2,354
  • 22
  • 35