pendo-io / pendo-mobile-sdk

Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
https://www.pendo.io
Other
57 stars 2 forks source link

Manage In-App pages for iOS is showing blank screen on Pendo panel #39

Closed Muzzamil75 closed 1 year ago

Muzzamil75 commented 1 year ago

I am receiving a black blank screen when capturing the screen from iOS for mange in-app pages but Android works well for me. I am using rn-pendo-sdk": "2.21.1"

image

@MikePendo

MikePendo commented 1 year ago

What kind of app is it? react native , react native navigation ?

Muzzamil75 commented 1 year ago

its React Native

MikePendo commented 1 year ago

I guess it's react native navigation. if so could you please debug in via Xcode turn on view hierarchy debugger and look for the following window RNNOverlayWindow. it seems like we are picking that window to scan instead of your actual app window. If I am right this issue is already resolved and will be available in 2.22

Muzzamil75 commented 1 year ago

So when you are releasing 2.22 ?

MikePendo commented 1 year ago

@Muzzamil75 can you please check what windows do you have on the native side? We had that issue in RNN, maybe RN has slightly different issue, can u provide minimal app sample that we could reproduce/verify it on our side? (as we are not aware of that issue in RN)

Muzzamil75 commented 1 year ago

@MikePendo I think this issue relates to RNN , when you are releasing the new version with that fix ? Also, you can fresh install the RN CLI with RNN u can get that issue ! @MikePendo

MikePendo commented 1 year ago

@Muzzamil75 We will release the fix next week, BUT I am still not sure if that's is your issue. what framework u use for navigation RNN or react navigation? (as this issue will fix only the RNN overlay )

Muzzamil75 commented 1 year ago

@MikePendo I am using "react-native-navigation": "7.27.1",

MikePendo commented 1 year ago

@Muzzamil75 We r trying to convince our management to release a HF for that issue BUT unfortunately I don't have the power over those decisions. So it either a HF in 2.21 or 2.22 (somewhere in June)

Muzzamil75 commented 1 year ago

Yes waiting for the Fix as my prod release is also upcoming please consider this ticket on urgent basis!

MikePendo commented 1 year ago

@Muzzamil75 We have just release 2.21.1 that should resolve the issue. I am closing the ticket feel free to ping us if u still have an issue