You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing difficulties implementing the 'Copy Push to Notification Inbox' feature for iOS as described in the WebEngage documentation. The guidelines are unclear, and there is no specific information on whether additional steps, such as adding it to a target, are required.
Documentation suggests dragging and dropping the module, but it is unclear if further integration steps like adding it to targets are necessary.
Encountering import errors with import WENotificationInbox, even after fulfilling all prerequisites.
Expected Outcome:
Clear guidelines on how to properly integrate and resolve import errors.
Yes, you need to drag and drop the NotificationInboxModule folder into your projects folder structure,
after that follow the steps mentioned in the document,
Also, you don't need to add it to your targets it will be a part of your main target itself.
I am facing difficulties implementing the 'Copy Push to Notification Inbox' feature for iOS as described in the WebEngage documentation. The guidelines are unclear, and there is no specific information on whether additional steps, such as adding it to a target, are required.
Details:
Reference Documentation:
Copy to Notification Inbox (iOS)
Sample Notification Inbox Module (iOS)
Problem:
Documentation suggests dragging and dropping the module, but it is unclear if further integration steps like adding it to targets are necessary.
Encountering import errors with import WENotificationInbox, even after fulfilling all prerequisites.
Expected Outcome:
Clear guidelines on how to properly integrate and resolve import errors.
Steps :
cc: @ShubhamN123 @BhaveshWebEngage
The text was updated successfully, but these errors were encountered: