Relative Content

Tag Archive for iosswiftxcodenotificationstestflight

Local notifications do not work on TestFlight builds

I’ve built an app for close family and friends to use. I can’t upload the app to the App Store as I’m using copyrighted material/assets so I’m using TestFlight to distribute the app to allow my family and friends to use it.
I’ve implemented local notifications in the app using UserNotifications, UNUserNotificationCenter, etc.. I schedule two notifications per week that should be delivered at the same time every week, each on separate days of the week. However, my personal device is the only one that is actually receiving these notifications, and everyone one of my ‘users’ who downloaded my app via TestFlight do not get these notifications. I’ve verified that my ‘users’ do have notifications turned on for my app.

Local notifications do not work on TestFlight builds

I’ve built an app for close family and friends to use. I can’t upload the app to the App Store as I’m using copyrighted material/assets so I’m using TestFlight to distribute the app to allow my family and friends to use it.
I’ve implemented local notifications in the app using UserNotifications, UNUserNotificationCenter, etc.. I schedule two notifications per week that should be delivered at the same time every week, each on separate days of the week. However, my personal device is the only one that is actually receiving these notifications, and everyone one of my ‘users’ who downloaded my app via TestFlight do not get these notifications. I’ve verified that my ‘users’ do have notifications turned on for my app.