iOS find phone#199
Conversation
|
cc #198 |
|
As mentioned in the FW PR, we don't want to do this without a permission system. We also want to add a native find-my-phone app which works cross-platform (handled entirely by the mobile app, not pkjs), which would would mean this isn't required (i'm not sure how many legitimate use-cases there are for your phone making a noise apart from find-my-phone) |
|
@sjp4 I did like that to offer if other developers wants to create there own findby app, but if core team is doing that, that is okay. |
|
I will try the approach as native app. |
|
@sjp4 with this new approach as native app? We don't need to have a"permission system", or you still want to have it even if the feature is only used by PebbleOS stock apps? |
|
@sjp4 don't forget me |
I think that's OK - rather than a permission we could have a LibPebbleConfig setting to allow users to disable it. Using AppMessage for this or not is a good question (alternative being a new pebble protocol endpoint, if it's really a system app sending this). AppMessage has the benefit of being able to install the app that controls this on older watches. Drawback that any app could technically use this UUID to trigger the sounds (but wouldn't be allowed on the app store, so not a big issue IRL). This looks pretty sensible (without reviewing the code deeply) |
Explanation here: coredevices/PebbleOS#1326