Hello, I would like to ask you for a little help with a case of an app I am working on. I was able to publish the app on Google Play from the first attempt, but in the App Store I have already submitted 9 times and they keep rejecting it for the same reason.
My app is for food delivery from a restaurant. The data requested from the user is:
-Name or nickname
-Phone number
-Email
-Address for delivery
My app uses OneSignal for notifications WITHOUT geolocation.
It does not use a location sensor, it uses the entered address to do geocoding using the Google Maps API or reverse geocoding to obtain the address from the API by tapping on a coordinate on the map
Apple’s problem has to do with App Tracking Transparency, which, according to me, I already added:
TUD: “The user’s data is used to fulfill their orders. OneSignal services are used to send eventual notifications with restaurant promotions. Google map is used to calculate coordinates (geocoding) using the address entered by the user. The data that the user provides are destroyed when they finish serving it” (This TUD is written in Spanish, I don’t know if it influences Apple’s decision)
About the string of the question to the user about app tracking:
-Question: Allow Ensaladas del RĂo to track your data to track your order?
-Title: We need to use the data you share in this app (name, phone number and email) to be able to attend to your orders. We will never share this data or use it for any other purpose.
The question here is: Is it correct to use the Thunkable Alert component to ask the app tracking question?
The next question would be: If it is also correct for my app to handle the user’s response like this: If the user says YES, the app continues operating normally. If you say NO, some parts of the app where data is required are blocked. This is right?
Thanks a lot