Hay all,
I was trying this Elgg Android Application: https://github.com/josealopezpastor/ElggAndroidClient
but I am not able to logg into my account. I just get "Registration failure".
I've put my Elgg adress into the code, build an APK, installed it on my phone and it just doesn' work. I am using the lates Elgg version.
Are there anny other applications that work or can somebody help me with that.
Thanx and have a nice day.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- v06@new_hero

v06 - 0 likes
- Soor@webyme_net

Soor - 0 likes
You must log in to post replies.download web service pack (by coldtrick) from github and enable web_serivce pack
I've downloaded WSP from github, put it into the mod folder, and activated it via admin console, but the Android app still doesn't login.
I have set the adress in the code like this:
/**Change URL and strablish the appropiate*/
public static final String MAIN_URL = "http://beta.mydomain.eu";
Is maybe something wrong with the adress?