Avatar
Montzstar
07ecf9838136fe430fac43fa0860dbc62a0aac0729c5a33df1192ce75e330c9f
Christian, Husband, Dad, iOS dev, freedom maximalist Open source contributor to: nos.social Nostr SDK for Apple Platforms Damus

Both apps must be registering the same URL scheme: “nostr”. So the OS decides which will get it. Maybe it’s always the latest installed one.

#[0]​ Fixed the image not loading issue in a much better way (no individual hard-coded hosts):

https://github.com/damus-io/damus/pull/792

Testing an image issue in Damus:

No, Apple enforces privacy settings at the OS level. If you can see all images and have not given the app you’re in permission, then it probably Apple’s image picker view, which runs in a separate process from the app you’re in. Then you select specific images to allow for the app.

#[0]​ PR to fix issue where pasteboard.co links don’t render properly:

https://github.com/damus-io/damus/pull/784

Testing an issue with pasteboard.co links:

Testing an image issue with pasteboard.co image URLs:

Here’s a blog post about the different APIs. Seems like it should be either UIImpactFeedbackGenerator in any of the three levels, or a UINotificationFeedbackGenerator with the success type:

https://www.hackingwithswift.com/example-code/uikit/how-to-generate-haptic-feedback-with-uifeedbackgenerator

#[0]​ Here’s a PR that fixes two different issues with the “Replying to…” string:

https://github.com/damus-io/damus/pull/777

Need to have your own Apple dev account and change the app’s bundle id. That’s what I do when testing a change.

#[0]​ #[1]​ Look who got on Nostr:

#[2]

#[0]​ PR to clear the EventCache whenever iOS sends a memory warning to the app:

https://github.com/damus-io/damus/pull/736