I changed my code in my main menu script to:
if admob then
admob.set_callback(admob_callback)
admob.set_privacy_settings(true)
admob.request_idfa()
end
and added the code in the callback section
elseif message_id == admob.MSG_IDFA then
admob.initialize()
It still got rejected