Post

Replies

Boosts

Views

Activity

Reply to padOS15 cannot receive remote push notifications
We already found the cause of the problem. We are using the UIDevice.systemName in determining the APNS URL. For iOS15 devices, we got iOS as the UIDevice.systemName. For iPadOS14 devices, we got also iOS as the UIDevice.systemName. But for iPadOS15 devices, we got iPadOS as the UIDevice.systemName. Since on our server-side, we only checked for iOS to determine the APNS URL, the push notification was not registered. I hope this will also help others who have the same problem as ours.
Jun ’22
Reply to Your app uses a mobile device management (MDM) profile but does not have MDM capability granted
Hello, we also have the same issue.
Replies
Boosts
Views
Activity
Jan ’22
Reply to padOS15 cannot receive remote push notifications
We already found the cause of the problem. We are using the UIDevice.systemName in determining the APNS URL. For iOS15 devices, we got iOS as the UIDevice.systemName. For iPadOS14 devices, we got also iOS as the UIDevice.systemName. But for iPadOS15 devices, we got iPadOS as the UIDevice.systemName. Since on our server-side, we only checked for iOS to determine the APNS URL, the push notification was not registered. I hope this will also help others who have the same problem as ours.
Replies
Boosts
Views
Activity
Jun ’22