While implementing notification sending functionality for android and ios, I ran into the issue where dry run is needed.
For FCM, this solved the problem but the issue still remains for APN. Is there the dry run functionality for APN?
While implementing notification sending functionality for android and ios, I ran into the issue where dry run is needed.
For FCM, this solved the problem but the issue still remains for APN. Is there the dry run functionality for APN?
clevertap library solved the issue.
The Content Available option with below value initialized did the work for me.
The official documentation states as below:
For more information, click here.