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

How to add Scringo sdk to Android Studio

I want to use scringo in my app, I am registered and i have added my app in the scringo web, i also downloaded the sdk but i do not know how to add the sdk in android studio to use it.. I search in google but i only see two questions here but no…
Guixe94
  • 115
  • 2
  • 12
-1
votes
1 answer

where do i put the [Scringo initWithAppId:@"" completion:nil];

#import "AppDelegate.h" #import "Scringo/scringo.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after…
1 2
3