To be able to use a custom domain with my GAE application, I've contacted with my DNS provider and made them add to add 4 A and 4 AAAA records as described in https://cloud.google.com/appengine/docs/domain. I also made them add a CNAME record for directing the www sub-domain, the current state of the DNS configuration can be seen in http://intodns.com/suatgonul.com and in http://www.tcpiputils.com/browse/domain/suatgonul.com.
The problem, now, is that while www.customdomain.com works, customdomain.com does not work. Could it be related with DNS propagation latency? I tried Tor Browser and there customdomain.com also works. I'm not sure what to understand from this.
Furthermore, here, https://cloud.google.com/appengine/kb/general#naked_domain, it says that "Naked domains are not supported if you are serving your App Engine app through Google Apps". However, I'm not sure whether I'm using Google Apps to serve my app. I just used Google Plugin for Eclipse.
So, my question is: Is there any other thing that I should to configure naked domain for Google App Engine?