infobip / mobile-messaging-react-native-plugin

Mobile Messaging SDK plugin for React Native projects
24 stars 4 forks source link

[ITMS-91053: Missing API declaration] Apple issue review #69

Closed Thaimay closed 3 weeks ago

Thaimay commented 1 month ago

I using "infobip-mobile-messaging-react-native-plugin": "^9.1.0" when i upload on testflight. I get response mail like image below. How can i fix it?

Ảnh màn hình 2024-04-17 lúc 15 22 09
riskpp commented 1 month ago

Hi @Thaimay,

This is the information e-mail saying that starting from the 1st of May you won't be able to upload the application without the privacy manifest and we are going to release the update of the plugin soon. We'll inform you additionally on this thread about this plugin release.

Thaimay commented 1 month ago

Thanks @riskpp for your response. If i use an old version, How do i solve this problem without upgrade latest version?

riskpp commented 3 weeks ago

Hi @Thaimay, in the new 11.1.1 version of the plugin we've added the privacy manifest file for the iOS SDK.

Also Apple requires from you to describe the reason for sharing your user's identity data. Before doing personalisation of your user with actual identity values (such as phone number, email address, name, etc.), remember to include the privacy category affected, as well as the purpose for the sharing, within your PrivacyInfo file, as described in the official documentation. You may check how it's done in the example app.

Thaimay commented 3 weeks ago

Thanks, @riskpp