After we migrated to 3.3.0 and 3.4.0, we noticed that we no longer received Push Notifications from a Campaign on iOS. Since the removal of the setPushToken(value, type) API and replacing it with setFCMPushToken to save the APNS Token generated, we now experience this issue.

Previously we use the setPushToken to saved the APNS token associated to a Clevertap account. Kindly advice on how are we going to resolved this issue.
PS: During the testing phase sending a test push notification on an iOS simulator and device. We can received a push notifcation.
After we migrated to 3.3.0 and 3.4.0, we noticed that we no longer received Push Notifications from a Campaign on iOS. Since the removal of the
setPushToken(value, type)API and replacing it withsetFCMPushTokento save the APNS Token generated, we now experience this issue.Previously we use the
setPushTokento saved the APNS token associated to a Clevertap account. Kindly advice on how are we going to resolved this issue.PS: During the testing phase sending a test push notification on an iOS simulator and device. We can received a push notifcation.