Search found 1 match

by coprestu23
Mon Aug 03, 2026 3:38 am
Forum: iOS Deployment
Topic: Download Data Automatically After Push Notification
Replies: 1
Views: 56488

Re: Download Data Automatically After Push Notification

I ended up using a silent push that wakes the app and lets it fetch only the updated records, which worked well without putting the actual data in the notification. It also keeps the notification payload small and avoids exposing unnecessary information.