Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Implementing 'Copy Push to Notification Inbox' for iOS #1

Open
MAsadIlyasNajum opened this issue Sep 23, 2024 · 1 comment
Open

Comments

@MAsadIlyasNajum
Copy link

MAsadIlyasNajum commented Sep 23, 2024

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 :

  • I tried using drag and drop, but it didn't work.
  • I also added it as a general extension in my app (screenshot attached), but it still didn't resolve the issue.
Screenshot 2024-09-23 at 11 58 26 Screenshot 2024-09-23 at 11 58 52 Screenshot 2024-09-23 at 11 58 13

cc: @ShubhamN123 @BhaveshWebEngage

@ShubhamN123
Copy link
Collaborator

Hi Asad,

Yes, you need to drag and drop the NotificationInboxModule folder into your projects folder structure,
Screenshot 2024-09-25 at 2 49 04 PM
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants