Question

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 remove those test examples from my app, like those "imaginary" people on Radar that are there only for test but they were shown every time when user go to Radar.

I searched all over the web to find some instructions on how to customize Scringo in my app, and I didn't find anything about it and I can't send them messages because that section on the site is under construction.

And there are not many post all over the web about Scringo.

There are some about using it in IOS and thats it.

SOLVED: Well I sent message to Scringo developers and to disable the "invite" feature is not possible at the moment, so I disabled it on ScringoResources, found scringo_panel.xml and looked for the android:id="@+id/scringoPanelInvite" and set up its android:visibility="gone". And I disabled Invite freature for showing in Scringo panel.

Was it helpful?

Solution

Disabling the "Invite" feature is currently not possible, as you can see on the dev zone of Scringo (dev.scringo.com). Send a feature request to support@scringo.com and I'm sure they'll try to support it in the next version...

The test/debug/"imaginary" users you see are there because you called "Scringo.setDebugMode(true);", if you delete that line you won't see them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top