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
0
votes
1 answer

Not able to loging to Facebook but i am able to sign up using Scringo

I have integrated the facebooksdk into my android application which is using scringo, I am able to signup to FB using the below code, Intent intent = new Intent(ScringoSignUpActivitySub.this, ScringoProfileBridge.class); intent.putExtra("network",…
kumar
  • 708
  • 4
  • 15
  • 39
0
votes
1 answer

how to add ringtone or vibrate notifications for post and messages in android scringo social networking app?

i am using SCRINGO SDK in my android app....following are the screenshot for my app.. it is working fine but i am not getting notification when someone post , like or comment an activity , user messages .. i want to setup up alert ringtone or…
0
votes
1 answer

Scringo and Parse: how to perform simultaneous Facebook login?

My app allows typical registration (e-mail,username,password, etc), but also enables Facebook/Twitter signup/singin via Parse. If at all possible, I'd like to avoid forcing a user to sign in twice if they sign in with Facebook or Twitter. Currently,…
domitall
  • 655
  • 5
  • 15
0
votes
1 answer

Scringo Manifest merger error

I'm trying to use the Scringo chat project in my own and I've encountered an error when merging the manifest files. I get this: Description Resource Path Location Type [/home/mihai/Dropbox/Freelancing/2014-03-10, Man…
Mihai Boisteanu
  • 563
  • 1
  • 4
  • 15
0
votes
2 answers

How to display banner ad in the bottom of all pages in my android application

I am having banner ad in the bottom of the home page as below,
kumar
  • 708
  • 4
  • 15
  • 39
0
votes
1 answer

Want to know the different type of intents which we can create in android

I saw a line of code in scringo sdk which creates an Intent as below, public void run() { Intent intent = new Intent(aActivity, com/scringo/features/feed/ScringoFeedActivity); aActivity.startActivity(intent); …
kumar
  • 708
  • 4
  • 15
  • 39
0
votes
1 answer

Scringo Login status changes not received on Android

I'm trying to implement Scringo Login status change on Android. But my Broadcast receiver is never called. I've followed the instructions described on http://www.scringo.com/docs/android-guides/popular/handling-login-status-changes/ So I registered…
0
votes
2 answers

Using API for opening a chatroom - Scringo Android

I am using Scringo for implementing Group Chat within my Android App. Is there a way in which we can open a particular chatroom through code ? Right now, from the sample applications and API, I found only the below code.…
Nirmalkumar
  • 251
  • 3
  • 12
0
votes
1 answer

Not able to create an Android app using scringo

I am trying to create new Android app using scringo by following this link, http://www.scringo.com/docs/android-guides/quickstart/ finally after completing all the step when i tried to run my app its telling "Your project contains…
kumar
  • 708
  • 4
  • 15
  • 39
0
votes
1 answer

What sorts of problems cause Core Text crashes in calls to `sizeThatFits`?

I've seen a handful of different crash reports coming in that all seem to be triggered when Core Text is calculating the size of some text in response to a call to [UIView sizeThatFits]. I suspect the crashes share some common cause, but I've only…
Chris Loer
  • 190
  • 1
  • 12
0
votes
1 answer

Scringo framework app crashes in ios?

I'm Facing very strange problem, my ios app crashes on my devices and simulatore, i developed app on one mac and system and move source code to another mac, on new mac my scringo framework showing different types of crash reports like…
Sri..
  • 163
  • 5
  • 18
0
votes
1 answer

Scringo Android Flaws : No support for Amazon store apps

I have done my research and now face a very strange problem and no support from the Team @ scringo , the Android sdk or the jar for Scringo has sufficient evidence that when i click invite friends to my app via Facebook , it only supports a Google…
Adit
  • 105
  • 8
0
votes
1 answer

Scringo Android configure menu button

I am trying to add a button in the menu of Scringo. I wrote this code: Scringo.setAppId(myId); scringo = new Scringo(main.this); scringo.init(); scringo.setEventHandler(new ScringoEventHandler() { @Override public void…
0
votes
2 answers

Undefined symbols for architecture i386 - Updated Scringo

I know this has been asked before and I have been through the many answers but I am still unable to resolve this after hours of trying. I updated my Scringo and Facebook SDK's and I am now facing this problem: Ld…
justMike
  • 235
  • 2
  • 9
0
votes
1 answer

Scringo Help (Freezes / Sigbart)

I have Scringo all set up in my application. However after the user logs into facebook and returns to the app the app freezes and my log shows this error. 2012-07-24 10:25:56.724 BlackOps2[3558:907] -[__NSDictionaryM…
user1350228
  • 59
  • 1
  • 7