Search found 12 matches

by mihi
18 Aug 2021, 16:39
Forum: SFS2X Java / Android API
Topic: Reusing sfsClient between Activities
Replies: 14
Views: 23993

Re: Reusing sfsClient between Activities

Anyone found useful solution?
by mihi
18 Aug 2021, 16:30
Forum: SFS2X Java / Android API
Topic: Anyone has example of static or global sfsClient.
Replies: 4
Views: 11935

Re:

mmilen wrote:Found a solution by wrapping up client in a Android Service.


Can you share you solution?
Thanks.
by mihi
17 Aug 2021, 05:23
Forum: Job offers and requests
Topic: we need a developer in order to develop a chatting application
Replies: 2
Views: 8438

we need a developer in order to develop a chatting application

we need a developer in order to develop a chatting application(android), this application is supposed to have following features: 1. user uses the app without login. the device id is used as the username to recognize the user in the chat. 2. all chats need to be stored in the database. 3. chat suppo...
by mihi
11 Sep 2018, 08:43
Forum: SFS2X Questions
Topic: Session removed error!
Replies: 3
Views: 5101

Re: Session removed error!

Hi, we need more info to be able to understand. In which country is the server hosted? Can you give us the IP address? (you can send it in a private message) Are you connecting from the same country? The fact that you can only use a VPN sounds like a problem from the client side. Have you contacted...
by mihi
11 Sep 2018, 08:38
Forum: SFS2X Questions
Topic: socket closed , gave me a hand
Replies: 7
Views: 9652

Re: socket closed , gave me a hand

I have this problem for 1 week. all things was good but i get Session removed and Socket closed error. Please check attached fire for errors. How can i fix that? Thanks This thread is very old. Please start a new thread providing all necessary informations on your setup (server version, client type...
by mihi
10 Sep 2018, 05:31
Forum: SFS2X Questions
Topic: Session removed error!
Replies: 3
Views: 5101

Re: Session removed error!

any help?
by mihi
09 Sep 2018, 12:06
Forum: SFS2X Questions
Topic: Session removed error!
Replies: 3
Views: 5101

Session removed error!

Hi,

My game was doing well on VPS about 3 months, but suddenly it stopped working and now it just works when i connect via VPN.
I get some errors that attached here.

How can i fix this problem?

Thanks.
by mihi
09 Sep 2018, 11:05
Forum: SFS2X Questions
Topic: socket closed , gave me a hand
Replies: 7
Views: 9652

Re: socket closed , gave me a hand

I have this problem for 1 week. all things was good but i get Session removed and Socket closed error.
Please check attached fire for errors.

How can i fix that?

Thanks
by mihi
16 May 2018, 17:23
Forum: SFS2X Java / Android API
Topic: android studio proguard config
Replies: 3
Views: 8786

Re: android studio proguard config

Hi, I did many searches to solve the problem, but finally i solved that myself: -keep class org.python.*{ *; } -dontwarn org.python.** -keep class com.smartfoxserver.*{ *; } -dontwarn com.smartfoxserver.** -keep class org.jaxen.*{ *; } -dontwarn org.jaxen.** -keep class java.rmi.*{ *; } -dontwarn ja...
by mihi
16 May 2018, 17:12
Forum: SFS2X Java / Android API
Topic: Proguard examples?
Replies: 5
Views: 13541

Re: Proguard examples?

Hi, I did many searches to solve the problem, but finally i solved the that myself: -keep class org.python.*{ *; } -dontwarn org.python.** -keep class com.smartfoxserver.*{ *; } -dontwarn com.smartfoxserver.** -keep class org.jaxen.*{ *; } -dontwarn org.jaxen.** -keep class java.rmi.*{ *; } -dontwar...
by mihi
16 May 2018, 15:56
Forum: SFS2X Java / Android API
Topic: Proguard examples?
Replies: 5
Views: 13541

Re: Proguard examples?

I have this problem to

When i build my project in android i get some errors about sfs.
How can i exclude sfs libraries from proguard?

Thanks
by mihi
16 May 2018, 13:32
Forum: SFS2X Java / Android API
Topic: android studio proguard config
Replies: 3
Views: 8786

android studio proguard config

Hi,

When is build my project in android with minifyEnabled=true get some errors about Sfs.
What's Sfs proguard config?

Thanks

Go to advanced search