apptentive / apptentive-ios

Apptentive Legacy SDK for iOS. See https://github.com/apptentive/apptentive-kit-ios for Version 6.
http://www.apptentive.com/
BSD 3-Clause "New" or "Revised" License
146 stars 103 forks source link

Unable to see mobile app user email address, when i set Apptentive.shared.personEmailAddress = "yu@gmail.com" #285

Closed yugandh closed 1 year ago

yugandh commented 4 years ago

Unable to see mobile app user email address, when i set Apptentive.shared.personEmailAddress = "yu@gmail.com".

Below is apptentive sdk code. /* The email address of the app user in form fields and communicating with Apptentive. / open var personEmailAddress: String?

In our mobile app code we are setting like below Apptentive.shared.personEmailAddress = "yu@gmail.com".

Refer: https://learn.apptentive.com/knowledge-base/ios-integration-reference/#customer-information

Previously in April 2020, it is working and i am able to see username. From the end of may 2020, it is not working.

Expected: please see email field and this sheet is download from apptentive website in April or may. Current one is different than below.

Screen Shot 2020-08-04 at 12 26 34 PM