Thinking about two different ways of supporting frostr signer on iOS.
One is to just copy primal and use the audio player for keeping background signer online, but who knows if I could get the app approved - also I would hate to copycat so quick and bandwagon onto this workaround, but hey if it works well??
The other way is doing push notifications; which I think I found a way to do very privately where no events are stored and we will have no idea whose device tokens are being held. However that still requires storing device tokens and also running a server which I really wanna avoid doing.... There are definitely more ways around this. There’s a lot that is technically possible, but with Apple, you have the additional question of will they even allow you to release this?? Such an interesting problem, there is no right answer!
One is to just copy primal and use the audio player for keeping background signer online, but who knows if I could get the app approved - also I would hate to copycat so quick and bandwagon onto this workaround, but hey if it works well??
The other way is doing push notifications; which I think I found a way to do very privately where no events are stored and we will have no idea whose device tokens are being held. However that still requires storing device tokens and also running a server which I really wanna avoid doing.... There are definitely more ways around this. There’s a lot that is technically possible, but with Apple, you have the additional question of will they even allow you to release this?? Such an interesting problem, there is no right answer!