4
fyroc
8y

Even though the app geolocation works for all 20 of my devices it's not for apple.

long = fakeLong;
lat = fakeLat;
if (geoLocationWorks){
long = actualLong;
lat = actualLat;
}

Ha! Now even if apple's geolocation isn't working the app will still work.

Comments
  • 0
    Ohh.. Workarounds for someone else's shitty work.. Love it..
  • 0
    It keeps getting rejected by Apple and I even tested on the exact device they use to test.
Add Comment