Questions tagged [truesdk]

TrueSDK is a product from Truecaller that enables one-touch sign-up using third-party mobile Android applications with an existing Truecaller phone number

TrueSDK is a product from Truecaller that enables one-touch sign-up using third-party mobile Android applications with an existing Truecaller phone number.

Homepage

https://developer.truecaller.com/

5 questions
2
votes
2 answers

Unable to compile Trucaller SDK

I am trying to add the truecaller sdk. But I'm facing this error: Failed to resolve: :truesdk-0.7-releasePartner I have Googled it a lot but haven't found a solution. dependencies { implementation(name: "truesdk-0.7-releasePartner", ext: "aar")…
Aksh
  • 321
  • 2
  • 16
1
vote
6 answers

Failed to resolve: :truesdk-0.7-releasePartner

I am trying to add the truecaller sdk. But I'm facing this error: Failed to resolve: :truesdk-0.7-releasePartner I have Googled it a lot but haven't found a solution. dependencies { implementation(name: "truesdk-0.7-releasePartner", ext: "aar") }
junaid amjad
  • 83
  • 1
  • 2
  • 5
0
votes
2 answers

TrueSDK.getInstance().getUserProfile(), What is the parameter of this method using example

When i did try to pass my MainActivity it gives me error. So, tell me what to pass in this method parameter.
0
votes
1 answer

Truecaller web login : Unable to process JSON - Error

Unirest.setTimeouts(7000, 7000); HttpResponse accessToken = Unirest.post("https://api4.truecaller.com/v1/apps/requests") .header("Content-Type", "application/json") .header("Accept",…
0
votes
1 answer

TrueSDK for iOS directs to 404 website

I have implemented a simple app implementing TrueSDK, using a storyboard I added a TCProfileRequestButton but when I click on the button it takes me to a website thus I can't fetch the Truecaller profile. I have Truecaller installed and followed the…
guenis
  • 2,520
  • 2
  • 25
  • 37