Can Google Pay be used in webviews - webview

Can Google Pay be implemented in Webviews/WKWebview/SFSafariViewController for both IOS device and Android devices?
Google pay FAQ page said "For Android apps which use WebViews, you must invoke platform specific Android Google Pay APIs." - I'm not sure what does that mean...
Most other question I saw involves Stripe, I'm not using Stripe however.

Related

Finding Out if Traffic Comes for Google Ads iOS

I'm trying to run Universal App Campaigns for my iOS App with Google Ads. And I would like to show them a specific page in the app for those who came from the UA Campaign, deep linking is not possible with Universal App Campaigns, so is there a way to track if the install came from Google Ads? Right now we use Firebase for tracking Installs.

Does UPI support Deep Linking on Apple IOS

With deep linking using "intent" one can initiate payment from your app and complete payments in UPI enabled apps like Tez, BHIM, PhonePe. This is enabled due to Android Intent APIs. I do not find anything similar on IOS. Also I did not find any mention of Deep linking support for IOS in NPCI specification documents.

Here maps free evaluation iOS mobile SDK for 90 days, no link available on the web to download

As part of our mobile app development we need to work on offline maps. Recently we have registered for HERE maps iOS free evaluation sdk(90 days), however we are not able to download HERE maps sdk and explained samples since there is no download link available on website(https://developer.here.com/native-apis). We have sent several mails to support team but nobody responded to my mails.
Someone help us to proceed further like how to get this sdk, so that we can integrate this free evaluation HERE sdk in our apps. If we are happy with this maps we are ready to purchase business license also.
Note: Google Maps(no offline), Skobbler maps are giving sdks and sample programs but not Here Maps.
The native HERE Maps SDK which includes offline map support can now be evaluated by anyone, no business license required. You just need to create a HERE account and request an evaluation copy.
Go to developer.here.com > Mobile SDKs > Sign up for a 90-day free trial
https://developer.here.com/native-apis
I contacted HERE a few days ago. They said that the SDK is available only for business contracts, not for free contracts. And it's not possible to get the sdk for evaluation. We need first a business contract...
Click on the below link to download Here maps mobile SDKs for android and iOS:
https://developer.here.com/plans/mobile-sdk
Currently there are two types of mobile SDKs are available
1.Starter Evaluation(90-day free trial) : Some feature will not be available here.
For ex a).We cannot download maps with this.
b).Hybrid mode will not work here etc.
Hybrid version will work both online and offline modes whereas online version will only work in online mode. You can download the maps with Here mobile SDK and then you can navigate to the places without internet. In hybrid version app will switch to offline automatically whenever net is not available.
2.Premium Evaluation(90-day free trial) : We can download maps.

Can I use Facebook advertising for an iOS app without having the SDK integrated?

I have my app already sent for App Store review few days ago. I just noticed that Facebook advertising requires the Facebook SDK to be integrated with the app. Is it a compulsory step? Or can I use Facebook advertising without having the Facebook SDK?
From Facebook
Can I run mobile app ads without using the SDK?
Yes, we allow anyone to run mobile app install ads from our Ads Create Tool simply by dropping the link to their Apple App Store or Google Play URL. For mobile app engagement ads, you will need to register your app, but can also run ads without the SDK.
However, without installing and using the SDK, Facebook will not be able to provide install or app event reporting, and thus you will not have the option to use more advanced bidding options (oCPM, CPA) or see performance beyond clicks.

Proper Way to use Admob in Phonegap app for iOS

I have built an iOS app with Phonegap (Cordova 1.8.1),and now I'm trying to add admob ads to my app.As you know that AdMob is now not allowing to chose "smartphone web", so can I just simply implementing JavaScript code in the index.html or do I need to using Admob iOS SDK?(OR JUST USING Google AdSense??)
note:
We are simplifying our suite of products by transitioning AdMob mobile web publishers to Google AdSense. Starting May 1, 2012 support for mobile web sites on AdMob will be discontinued and you must have a Google AdSense account to monetize mobile web sites. More information is available here.
I believe that according to their terms of service you'll have to integrate the iOS SDK since you're still releasing a native application.
It's pretty easy to integrate an AdMob ad using the iOS SDK. In (void)webViewDidFinishLoad:(UIWebView *)theWebView, you can add a GADBannerView and follow the integration instructions outlined here.
An important caveat to remember is that you'll have to decrease the size of the UIWebView to make room for the advertisement. Make sure the MainViewController is your RootViewController.

Resources