I need All Apps Links that are published on Google Play Store. Can you suggest a way to get all apps links at once ? or any Api ?
Links Format : https://play.google.com/store/apps/details?id=com.Packagename
Related
Integrate google AdSense in NextJS project?
I tried several way which gives on internet blog but I was stuck each method. and I tried AdSense at dummy site but It couldn't work in my case
Here I have several Question regarding Google AdSense:
Is there any dynamic traffic required to integrate ads at NextJS app ?
If there is any traffic required then how we can start at locally or via live third party hosting or using github CD/CI ?
How we can set layout of google ads layout?
How to integrate Next App to AdSense?
How to test google AdSense ads in my NextJS App?
The message itself says that AdSense will not show ads on screens that they found are low-value content or under development.
Apply for Adsense, only when your site is fully functional and has content or tools which is helpful for others.
Linking.openURL(`whatsapp://send?phone=${phoneNumber}`)
Take one example, the above is the code to navigate user from our app directly to contact window on WhatsApp.
And now I'm wondering how to navigate user to my company page on facebook page?
Linking.canOpenURL('fb://profile/mycompanypage')
The above not working of course. And other than that, usually how do we know what is the url for us to navigate to the apps?
For example particular Youtube Channel or Vimeo Channel or Twitter profile?
For Facebook you can use these scheme
for Android fb://facewebmodal/f?href=${url} (url is the fb classical url you use in browser)
for IOS fb://page/PAGEID fb://profile/PAGEID you can find the PAGEID of your company page here https://findmyfbid.com/
The IOS solution is great when you don't have to generate the url on the fly which works for you i think. In a different case you'll have to use the FB SDK.
As for your other question: i generally go to the ressources website of the said app to find the right scheme for linking. But maybe there is a place where all those informations can be found ...
EDIT: IOS scheme was wrong
i want to know if there is any whatsapp api that can help me to send messages from my php project because after some research i found that whatsapp doesn't have any api for developers..
someone can help me please?
I used Google :
A quick google search with the proceeding query : "WhatsApp PHP API" gives us many results , the first result is a github page made by mgp25 a well known member of the github dev community.
Good luck!
You are absolutely right that whatsapp does not published the api for the such chatting using php .
By the way you can use the sharing uri to share text messages who have whats appp installed in their device or web chat option for whatsapp
Chat API: https://api.whatsapp.com/send?phone=15551234567
Custom URL: Scheme whatsapp://send?text=hello world
First one is used to open chat with the desired phone number and the second one is used to share some test as custom url format.
Whatsapp is now maintain by facebook and it has created a api for business to communicate with customers .
This it has launched api for whatsapp as well as for Facebook instagram .
You can have a look on the documentation portal for whatsapp api for more details
https://developers.facebook.com/docs/whatsapp/api/reference
Also there are partners of Facebook who give ready made solution to the productivity.
I have seen many apps that is gave option to download media that is from instagram app.
I m creating app with the same functionality (download photo and video) from instagram posts. I have successfully implemented that in my app and i have submitted the app to app store, but apple says
we still found that your app allows users to download media without authorization from the relevant third party sources.
Solution from apple - Please provide documentary evidence of your rights to allow media downloading from third-party sources.
So, my question is that how we can get that permission that allows us to download meadia from instagram.
You can ask for permisstion using their official email, such as:
Dailymotion : notifications#dailymotion.com
Facebook : ip#fb.com
Instagram : ip#instagram.com
Periscope: copyright#periscope.tv
Twitter : copyright#twitter.com
Vimeo : dmca#vimeo.com
I am interested in creating a Google plus application.But I come to know that Google haven't released its api yet.Then How these guys are creating Google plus applications?
http://startgoogleplus.com/
https://chrome.google.com/webstore/detail/egmjfgoffglfaiieliagnianjiohfnhf?hl=en-US&hc=search&hcp=main
Thanks in advance.
The second one looks like the only thing it does is to allow you to access the mobile version through desktop browser, so my guess is that is "faking" the the User Agent of a mobile browser to cheat Google+.
The first one, if it just imports the photos from Facebook and adds them to Google+ it may be using the Picasa api, since it's where Google+ stores the pictures.
Even if you cannot access Google+ api just yet you can use the other Google ones to "influence" what you get in Google+. Just be creative :)
The API has now been announced at: http://googlecode.blogspot.com/2011/09/getting-started-on-google-api.html and the official homepage is: http://developers.google.com/+/