DEV_TIPS.md (695B)
1 # Dev tips 2 3 A collection of tips when developing or testing Damus. 4 5 6 ## Logging 7 8 - Info and debug messages must be activated in the macOS Console to become visible, they are not visible by default. To activate, go to Console > Action > Include Info Messages. 9 10 11 ## Testing push notifications 12 13 - Dev builds (i.e. anything that isn't an official build from TestFlight or AppStore) only work with the development/sandbox APNS environment. If testing push notifications on a local damus build, ensure that: 14 - Damus is configured to use the "staging" push notifications environment, under Settings > Developer settings. 15 - Ensure that Nostr events are sent to `wss://notify-staging.damus.io`. 16