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

Push with DeepLink when app is not running #278

Open
antontolkachevgit opened this issue Jul 21, 2023 · 7 comments
Open

Push with DeepLink when app is not running #278

antontolkachevgit opened this issue Jul 21, 2023 · 7 comments
Assignees

Comments

@antontolkachevgit
Copy link

Hi I followed all the iOS dev-Docs steps to integrate the CleverTap but I'm facing issue regarding notification with deeplink

When iOS app is completely closed and click on notification deep linking is not working on device
When iOS app in foreground, all work correctly

@antontolkachevgit
Copy link
Author

if you completely remove your sdk, and try and try to simulate a push, everything works correctly
{ "aps": { "alert": { "title": "Title", "body": "Body" }, "badge": 1, "pt_dl1":"myApp://mainScreen" } }

@abdul-rehman
Copy link

following

@nishant-clevertap nishant-clevertap self-assigned this Aug 21, 2023
@nishant-clevertap
Copy link
Contributor

Hi @antontolkachevgit, @abdul-rehman ,
Can you share the screen recording of the behaviour you are getting in killed state when you click on notification. Also do share the debug enabled console logs if possible.

Also provide these few questions which will help us to investigate it further -

  1. SDK version
  2. Deeplink type which you are using
  3. Payload of push notification.

@rwrz
Copy link

rwrz commented Jan 24, 2024

I'm experiencing the same, using the flutter version.

CleverTap/clevertap-flutter#212

--
It works when you use the "URL" option + initialUrl . But to get the PAYLOAD using the clicked handle, it doesn't.

@Inshaf111
Copy link

Inshaf111 commented Jan 29, 2024

i am also experiencing the same issue
flutter clevertap_plugin: 1.7.0

@mchirino89
Copy link

I'm facing this same issue. No response so far from the CleverTap folks?

@nishant-clevertap
Copy link
Contributor

Hi @mchirino89,
Can you share some more detailed issue so that we can debug this? Share the following item -

  1. Which SDK and version you are using?
  2. Which deeplink type are you using? Have you tried handling custom url as mentioned here in doc ?
  3. Please share the video recording of the behaviour along with debug enabled console logs and payload

Also if you are facing this issue in flutter, raise the issue at https://github.com/CleverTap/clevertap-flutter

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

6 participants