a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by Cedar
Cedar  ·  3192 days ago  ·  link  ·    ·  parent  ·  post: Pubski: July 22, 2015

That's interesting and very cryptic :), well the usual sensors seem to be covered by Unity so I am assuming you are wanting to hijack into the users other activities in some fashion. Android is all message based and does support this for some instances, I imagine you could have your app act as the default handler for certain events and then pass the message on to an acceptable alternative app -- i.e. register as a SMS app then read some data and pass the full event on to the real SMS app. Is that the sort of thing you're thinking? It's okay, you don't have to reveal anything further, just let us know when you have built something :D





judohippo  ·  3192 days ago  ·  link  ·  

lol. Very cryptic! I want to make something like Lifeline but more involved. I wanted to hijack sms but I can't on iOS the way I want. So looking at a few other approaches. I may be able to get away with a bunch of native extensions but at the point I may as well do it native.

Cedar  ·  3192 days ago  ·  link  ·  

Oh cool! Would it be feasible / make sense to have a mock SMS app within your game?

judohippo  ·  3192 days ago  ·  link  ·  

It kills the experience I'm trying to achieve. I've come up with a different approach that I'm going to start playing with soon. Gonna try to write the first chapter of the story and build a prototype. May just start with objc since that's my day to day language at work atm. Make sure it's fun first and the controls makes sense.

judohippo  ·  3192 days ago  ·  link  ·  

It kills the experience I'm trying to achieve. I've come up with a different approach that I'm going to start playing with soon. Gonna try to write the first chapter of the story and build a prototype. May just start with objc since that's my day to day language at work atm. Make sure it's fun first and the controls makes sense.