Question:
How do I check if Web SDK is being properly initialized?
Answer:
First and foremost - check if the subscription prompt is being shown:
Then open the console in the "Developer Tools" tab and look for anything Pushwoosh related.
Ideally, there should be a bunch of calls like /registerDevice, /setTags and a couple of others:
If these calls do appear in the console, then Web SDK is being initialized correctly.
Comments
0 comments
Please sign in to leave a comment.