Questions tagged [scringo]

Scringo (scringo.com) is an SDK for mobile apps that lets the developer add chat, chatrooms, forums, discussion pages, and lets the user send feedback, see other users on a map and share photos and stickers.

Scringo was an SDK for mobile apps that let the developer add various social features to their app. Scringo has since been shut down but their features included:

  • Chat,
  • Chatrooms,
  • Forums,
  • Discussion pages,
  • Create ad-hoc comment pages for content such as images/videos/any other data
  • Send push messages to the user's inbox

... and other stuff, and lets the user:

  • Send feedback,
  • Invite friends
  • Connect to Facebook/Twitter or sign-up using email
  • See other users on a map
  • Share photos and stickers.

The Scringo SDK was available for:

  • iOS,
  • Android,
  • Phonegap,
  • Titanium (Appcelerator),
  • Buzztouch,
  • Cocos2d and others

Download SDK from here

See Scringo SDK Documentation

And some samples at github

32 questions
3
votes
1 answer

Translucent Status Bar Bug

I have a problem with the translucent statusbar only when opening of the app for the first time. Take a look at the screenshot: When opening the Navigation Drawer this bug appears, but only on first opening of the app. When I close my app and…
Line.Dev
  • 43
  • 7
3
votes
1 answer

Scringo Group Chat Features

I am newer to Android, but and am attempting to add group chat functionality that would be similar to the GroupMe app. Within GroupMe, a person can make a group, invite friends and all those friends can share content and see the message updates of…
Sauron
  • 6,399
  • 14
  • 71
  • 136
3
votes
1 answer

Using Scringo in Android app

I'm using Scringo in my Android app because I want to enable chat between users, but I want to disable option on Invite for users to send text messages and that popup window that is shown every time when I open app. Also I'd like to now how to…
androidEnthusiast
  • 1,140
  • 1
  • 12
  • 21
2
votes
1 answer

Scringo - Managing our own users

I am trying to implement a Group Chat within our application. I have get started with Scringo. I am able to use the exisiting example projects to open the default chat interface and Signup inside the Scringo App. I do not want users to sign up…
Nirmalkumar
  • 251
  • 3
  • 12
2
votes
2 answers

_OBJC_CLASS_$_ScringoAgent", referenced from:

I am using Scringo in BuzzTouch iOS application - and creating an archive. It fails with the following error (null): Ignoring file /Users/rbabu/Desktop/XCodeProjects/Development/selenagomez_iOS 1.4/Scringo/Scringo.framework/Scringo, missing required…
1
vote
0 answers

Facebook login stopped working in my scringo android app

I have integrated facebook into my scringo android app and it was working fine previously. Now suddenly without any code changes login/signup is not working. So i updated both scingo sdk and facebook sdk but still no use,its not working. do anyone…
kumar
  • 708
  • 4
  • 15
  • 39
1
vote
0 answers

How to rearrange chat table while in live chat on scringo chat app?

I am developing a chat app using Scringo SDk, it is all fine, but there is a problem in one to one live chat that is new message comes on the top so i need to scroll to top in all messages to see new message, or need to press the back button in…
Revinder
  • 291
  • 2
  • 14
1
vote
0 answers

How to add Scringo to the project using Android Studio?

I have problem integrating Scringo SDK into the project. I use Android Studio. The tutorial on the Scringo website is only applicable to those using Eclipse.
Teerapat
  • 11
  • 1
1
vote
0 answers

Using Scringo in Android Studio project

I'm trying to use Scringo SDK in my project to enable user chat. However I am using Android Studio for the project and currently stuck at how to actually enable my project to depend on the SDK provided by Scringo. In the documentation, the provided…
Arif Samin
  • 257
  • 1
  • 9
1
vote
1 answer

Scringo twitter integration callback URL configuration

I have followed the directions to a tee from http://www.scringo.com/docs/android-guides/popular/connect-to-social-networks/ to integrate Twitter with Scringo. I'm using a callback URL of the form (http://www.example.com). On Twitter, access is set…
1
vote
2 answers

Scringo Facebook , app id logcat issues , Facebook login works with Parse SDK not with Scringo

I use parse sdk and scringo in my app , parse works fine for my login with facebook so app_id is set correctly , but when login via scringo it just shows please wait any help !! Logcat Scringo(11060): You need to set the facebook app id in the…
Adit
  • 105
  • 8
1
vote
1 answer

Login with facebook and chat with Scringo

Hi I am having trouble to login my ios app with facebook. I have Scringo package, so I want to use facebook to login first then using scringo to chat. Is there any way to do this?
0
votes
2 answers

Is scringo still working?

anyone knows if scringo is officially down? I have read some comments about it. I am trying to use Scringo in my project and after merging manifests and adding the library, I get the error: 10-11 22:29:58.125: E/Scringo(12075): Error fetching 10-11…
0
votes
1 answer

facebook login issue in my android application

I am using facebook login in my android app and it was working fine before. from around last one month login is not working. I heard that facebook has changed some features while loging-in like, now the users can give access to only specific…
kumar
  • 708
  • 4
  • 15
  • 39
0
votes
1 answer

Scringo: openChat function doesn't work

I am using the library scringo on Android. "openChat" function doesn't seem to be working. It does absolutely nothing. Here is my code. I read through their API: http://www.scringo.com/docs/api/android/ openChat function should open the 1-on-1 chat…
1
2 3