Posts

Showing posts from September, 2023

Custom Push Notification with image IOS

Image
  Custom Push Notification with image IOS  I created my first custom notification, I read many articles and videos. Is is tricky at first So Please Focus on your work and follow These step I follow these 3 site  given link :- 1. https://medium.com/@lucasgoesvalle/custom-push-notification-with-image-and-interactions-on-ios-swift-4-ffdbde1f457 2. Link https://stackoverflow.com/questions/21250510/generate-pem-file-used-to-set-up-apple-push-notifications 3. Link https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html   START READY TO GO……. 1. Go to X-code and create a project 2. Go capability and select PushNotification & Back grounds Modes 3.  Follow 2. Link and create certificate and install .p12 file So we Will start to create demo AppDelegate . swift file :-  Call didRegisterForRemoteNotificationsWithDeviceToken and didFailToRegisterForRemoteNotificationsWithErro...