Hacker News new | ask | show | jobs
by dprotaso 633 days ago
This seems timely given iOS 18 has limited contact list syncing [1]. Curious if you have a social app focus or thoughts?

[1] https://x.com/nikitabier/status/1836612494938509664

1 comments

Yup! One of our targeting properties is `contacts_permission`, and it will return 'limited' with the new setting. With the SDK you could formulate a response to the change and ship it; all through JSON over-the-air update.

For example, you could detect that the user limited permissions with out targeting, and use a native banner+modal to inform them of the benefits of approving all, and deep link to settings to change it. This would only target impacted users and not everyone. Again, no new code to write or app releases -- the SDK lets you handle the unexpected.