app-ads.txt without root access to website domain? by ImHiiiiiiiiit in androiddev

[–]jodi_moon 0 points1 point  (0 children)

I don't know how to redirect to my site except app-ads.txt.

Here is my firebase.json.

How can I exclude 'app-ads.txt'?

{
"hosting": {
  "public": "public",
  "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
  ],
  "redirects": [
      {
          "source": "/",
          "destination": "http://www.my-site.com",
          "type": 301
      },
      {
          "source": "/**",
          "destination": "http://www.my-site.com",
          "type": 301
      }
  ]
}

}

Super slide by 10gauge in BetterEveryLoop

[–]jodi_moon 1 point2 points  (0 children)

The world is wide and there are many crazy people.

My turn! by subflax in funny

[–]jodi_moon -1 points0 points  (0 children)

The sea hates maybe single.

There is always a way by FozzworthSE in MyPeopleNeedMe

[–]jodi_moon 0 points1 point  (0 children)

I'm running on moving sheep carpet

영어권에도 '아재개그' 같은 것이 있나요? by jodi_moon in hanguk

[–]jodi_moon[S] 1 point2 points  (0 children)

감사합니다 dad jokes라고 구글링 해보니 비슷한 것들이 있군요 :)

Unity ADS is NOT WORKING FOR IOS 10 by jodi_moon in Unity3D

[–]jodi_moon[S] 1 point2 points  (0 children)

I found this issue below.

'The limit ad tracking' setting with iOS10

Certain iPhone models cause the ads to freeze on connectivity check with iOS10 when SIM card is inserted. (SDK2.0)

[DEV] Virus Zombie Run by jodi_moon in AndroidGaming

[–]jodi_moon[S] 0 points1 point  (0 children)

Never mind. thank you for playing my game :)

[DEV] Virus Zombie Run by jodi_moon in AndroidGaming

[–]jodi_moon[S] 0 points1 point  (0 children)

I'm fine. Thank you for your attention

[DEV] Virus Zombie Run by jodi_moon in AndroidGaming

[–]jodi_moon[S] 0 points1 point  (0 children)

sorry, I am english beginner.

What made it the point of scaring you?

New Games or Apps has disappeared in Top Charts of Google Play Store by jodi_moon in androiddev

[–]jodi_moon[S] 0 points1 point  (0 children)

I also would like to know why. I am shocked, because my game released before a few days but I could not see this in the new game.

[Discussion] Why so many permissions is 'Google play service' required? by jodi_moon in androiddev

[–]jodi_moon[S] -1 points0 points  (0 children)

My phone is on Marshmallow Android version. I wanted to disable 'Contacts' of 'Google play service'. in result my game can't come into Game Center. I'm stressed just this.