pebble / pebblekit

Pebble's app development toolkit for the Pebble smartwatch, Android and iOS
199 stars 13 forks source link

[iOS] Pebble app: Remove pbw after installation #39

Closed iosdeveloper closed 10 years ago

iosdeveloper commented 11 years ago

The pbw of every watchface ever opened in the Pebble iOS app is kept in the Documents Inbox directory. Since this directory cannot be accessed by the user anyway, these files occupy memory unnecessarily and should be removed right after installation.

iosdeveloper commented 11 years ago

Source: http://forums.getpebble.com/discussion/comment/55760/#Comment_55760

@martijnthe

Haifisch commented 11 years ago

Agreed; This is a simple fix, and just good app etiquette.

iosdeveloper commented 10 years ago

Still appears to be in 2.0-BETA6.

@sarfata

JaviSoto commented 10 years ago

This will be fixed on the next release. Thanks for reporting!

iosdeveloper commented 10 years ago

@JaviSoto Watchapps that are opened in the Pebble iOS app from another iOS app are still kept in Documents/Inbox in 2.0-BETA7. They should be moved to the Caches directory as well.

JaviSoto commented 10 years ago

This will be fixed on a future release, sorry about that.