Google Ads - Wrong Category - google-ads-api

Google wrongly assumes that our page is related to online gambling and therefore disapprove our ads. But we don't see any option to disagree with this categorization. Do you guys have any ideas? We couldn't find any information.

Change the structure of your ads and reput it on this time Google will accept ur add

Related

Shorten Apple Maps Location Share Link in iOS

I have a direct chat messaging app where when a user pastes and submits a share link via apple maps of a specific location, it displays as a long ugly link. The redirect and it being clickable is all good and okay, but optically, it'd be nice to abbreviate it like iMessage does for apple maps links to maps.apple.com.
Is there any way to detect and convert the link into one that is easier to consume? I could not find any references or threads to even begin experimenting with solutions, so any thoughts would be greatly appreciated.
You can use Apple's CLGeocoder to convert coordinates and create a "link preview" feature inside your app. Here are some useful links:
https://developer.apple.com/documentation/corelocation/clgeocoder
https://developer.apple.com/library/archive/technotes/tn2444/_index.html

Generate song suggestions (auto-complete)

I'm developing an app and I want a user to be able to start typing a song name/artist/whatever and then have a list/drop-down show suggestions on the fly depending on what the user typed (preferably as the user is typing).
I was thinking I would need to use some sort of API which queried the iTunes database for songs available for purchase (or any other large database with song information), but I'm open to using any other source.
Does anybody know of an API I can look into or a framework I can use. I don't need a solution in code or anything, I'm simply asking for a nod in the right direction.
Let me know if you need anymore information. Thanks.
Apple exposes a search API for the iTunes Store. That should help you. https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
Here's a writeup by Apple describing the API: https://www.apple.com/itunes/affiliates/resources/blog/introduction---search-api.html
From there, you just have to hit the endpoint with the appropriate parameters and then display the results. The endpoint is:
https://itunes.apple.com/search?parameterkeyvalue

How to add custom tab to youtube channel

Want to add the custom tab to youtube channel. Can somebody send me the steps for this. As I searched for it, but not found any proper solution.
Any help would be appreciated.
Custom tabs are now a form of gadgets. Check out this link for more information about the guidelines when creating a gadget. Typically you need to have invested a minimum amount in advertising to be approved by Google. If you have contact with a Google representative for your channel, it's worth asking them. It's not an option available to everyone.

linking to content available on itunes, amazon.com, google play and others

Okay so I'm building a web app that aggregates entertainment (TV shows, movies, other videos, podcast's ) and it's basically all sorted into genre's recent release etc. now I would like to link to legal places on the internet that you can buy this content ie. apple itunes store, amazon.com, google play and maybe some other's. Now for the itune's store i found this handy called link maker. Now my Problem is that if I have a couple of thousand title's I have to enter each one and then again for each country to get each link... Okay I can write a script php curl or python's scrapy but is there anything similar tool for amazon? Is there a better tool then the one I have altogether for apple? I figured I can't be the first person who's run into this problem and just looking for any help, yes/no's that anyone else has found useful as my last 4 hours of googling has returned fairly little minus the link maker tool. Ideally an api but i'm now doubting those exist
iTunes offers an API for what you are attempting to do - see the documentation here:
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

Using Google Maps Direction API into iOS app

Basically i want to show Google map with direction overlay on top of it from one place to other and Direction instructions into UITableView (eg. 30Miles move left , 20 miles turn Right etc.)
Is it acceptable by Apple? I can get directions using
https://developers.google.com/maps/documentation/directions/
Main requirement is show directions instructions for example Driving, Walking instructions into UITableView.
But not sure Apple will approve it .
IF not what other option we have to do so.
Any help would be highly appreciated.
Yes , the Google Direction APIs are acceptable by Apple . I have used the direction in my projects out of which some of the Apps have been submitted to AppStore .
#Gaurav Rastogi,
find this message, I'm very happy, do you know this,
according to the Google Terms & Conditions you're not allowed to use their directions/data on someone else's maps." copy somewhere.
Is it legal?

Resources