darvin/SparkleShare-iOS

No longer available on iTunes

Closed this issue · 17 comments

I really hope I am not doing something stupid here, but I can no longer seem to located this on iTunes. What gives?

the author of server side asked to remove it from itunes

kjyv commented

That's sad to hear. Is there any more detail about this? Why did he ask to remove it and will it be back at some point?

He said he is working on his own implementation or something. You can ask him @hbons

This is unfortunate. I will contact with Hylke Bons and see what he says…

I don't think that he is working on his own implementation, given the comments "no time, no focus" in hbons/SparkleShare#1383 and hbons/SparkleShare#970

Would you put up that client again?

Confirmed: hbons/SparkleShare#1383 (comment)

What would you need to put up the SparkleShare client again?

I can do that right away, I need a permission from @hbons - I won't conflict with maintainer of base project

ok, I'll republish it in iTunes. But I'm not interested in that project anymore, frankly.

Thank you very much: any news on that?

By the way, I believe that SparkleShare and your mobile app are a very interesting platform, did you find a better solution for private document sharing?

Thanks a lot, just saw that it is available again:
https://itunes.apple.com/app/sparkleshare/id494180718

kjyv commented

For people coming here this might be interesting.
After wanting to try SparkleShare-iOS, I spent an evening yesterday to port the outdated sparkleshare dashboard to a current nodejs stack so I can run it. You can find it here https://github.com/kjyv/sparkleshare-dashboard.
I can connect from my phone as long as the server url is not using https. I think right now, it is not possible to use SparkleShare-iOS on a server that uses a self signed certificate which makes it a bit useless.

@kjyv Way cool! I definitely want to check this out. Do you think https would work with a proper certificate?

Honestly, if we can get proper mobile clients for sparkleshare one could conceivably completely ditch dropbox (maybe supplement a little BTSync for the big stuff).

kjyv commented

I think since it uses AFNetworking, https should be supported with valid certificates. Maybe even with a CA of your own and installing it on the phone. Ideally the app would show an alert that asks the user about it.
There is a ticket about it here: https://github.com/AFNetworking/AFNetworking/issues/189
Sadly, I don't have a developers license (anymore) to try it.

At the same time, you could always create valid, free, iOS-recognized SSL certificates over at http://startssl.com

kjyv commented

About the self-signed certificates for documentation: An easy workaround for self-hosted repositories and sparkleshare-dashboard with self-signed certificates and ca is to simply email the .crt file to yourself and install it on the phone. Https is possible afterwards. This still needs some steps but is possible for anyone while startssl might be to much hassle for many.

The app is gone again :-( Would it be possible to put it on the app store again, pretty please?

kjyv commented

I have been working on lot's of little things to make the app look and behave nice on newer iphones. It also includes the ability to edit files if used with my fork of sparkleshare-dashboard. So @darvin feel free to use that version or commits from therein in case you do put it back on the app store.