SDwebimage cannot get image from an unverified https - https

I question for my ios app development.
I used sdwebimage to get some image from my own server which is a https one.
However, i did not buy a certificate and the server address was not verified.
Therefore, the app failed to get the image. I've tried to get an image from amazon via https. It worked.
Is there any configuration should I do to my app so that it could get the image from my server?
thanks

Related

iOS 10 - uploaded build showing success in xcode but its not available in the app store content?

Xcode upload showing success while upload but not showing error message in the app store content page
Note: already requested more information to apple team
Please check your email, iTunes connect page.
App Store team should request resolving ITMS-XXXXX some issue.
It is showing success when uploading binary but after processing in iTunes connect, they request resolving specific issue number ITMS-XXXXXX
for example
Dear Developer,
We identified one or more issues with a recent delivery for your app, "SUPER GREAT APP". Please correct the following issues, then upload again.
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
Best regards,
The App Store Team
With the reference of the video, I resolved:
https://developer.apple.com/videos/play/wwdc2016/709/?time=1754
I missed NSCameraUsageDescription field in the info.plist
https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

Progressive Web App on a hosted UWP app does not work with HTTPS (Self-Signed)

A PWA Angular App hosted on IIS (HTTPS binding with Self-Signed cert) which is being accessed by an UWP app (Hosted UWP: just a UWP shell pointing to the PWA App).
When the package.appxmanifest configurations such as StartPage and Content URIs are pointing to the PWA with HTTP scheme it works well (Except of course the Service Worker registration throws a an error since HTTPS is a requirement). However, when I update the URLs to point to HTTPS the UWP shows only a blank white screen with no errors (on the Javascript Console of VS2017 while debugging the UWP).
NOTE: Accessing the PWA using HTTPS works fine from the browser. FYI, using a self-signed certificate.
In short:
PWA+BROWSER+(HTTP OR HTTPS) => OK
PWA+UWP+HTTP => OK
PWA+UWP+HTTPS (Self-Signed) => NG
Common constraints while developing PWA-UWP:
Min Windows 10 Version: 1809 (Service Worker supported since for EdgeHTML WebView)
Install SSL certificate on client devices (In case of self signed)
App URL must start with: https://<DomainName> (IP address does not work)
Client devices must have Developer Mode enabled (must allow Sideloaded apps)
WARNING:
If you are planning the following Visual Studio template to create UWP - PWA:
Note that Application URL should be known and configured in package.appxmanifest at the time of building the application. In our case this was not possible since we were building an On-Premise PWA.
However, In case the App URL is fixed then you can use the full power of WinJs APIs. The best part about that is the WinJs API access code can be written in your PWA, hence your UWP project is just a shell with 0 code.

Firebase web push notification in iframe is only working in firefox

I am using firebase for web push notification it is working perfect when I used it in same domain, but I have only one ssl domain and many non ssl website. So I have plan to use it in iframe and integrate this facility in all my non ssl websites too.
URL is
https://htmlcodeplay.com/notification/notification/index.html?websiteid=3
I have integrate it through iframe like below
<iframe src='https://htmlcodeplay.com/notification/notification/index.html?websiteid=3'></iframe>
I have integrate this lines into my blogger https://allinworld99.blogspot.in. But it is working perfectly in Firefox browser but not in chrome browser. No errors also displayed.
As per this link Does my web application require SSL for Firebase Cloud Messaging for Web to work?. It should not work, but how it is working in firefox browser.
I am not able to find a reference right now, but you want to do
embed a "push notification webpage" inside another via iframe
is blocked by Chrome for security reasons.

Google SignIn in Android and IOS with backend server

I am developing an app in Android and IOS. I want to use the Google Sign In to login in the app.
In Android I use the client ID of the backend server, but in IOS I have to use the IOS app client ID to login.
Is not possible to use the backend server client ID in the IOS app?
Google Documentation
https://developers.google.com/identity/sign-in/ios/backend-auth
Regards
I work on the team at Google: yes, unfortunately, this is a known deficiency and inconsistency of the iOS SDK for Google Sign-In. We're working on some changes and I'll update this answer when this is resolved.
For now, your backend server will have to determine what client the token is coming from and check appropriate audience. Very sorry for the trouble :/

Google Play badge with https

I need to integrate on my website a Google Play badge for linking to an Android app on Google Play, with https.
The badge generator offers the badge in http version: http://developer.android.com/distribute/googleplay/promote/badges.html.
On the other hand, this page gives the possiblity to download the desired badge.
Google doesn't seem to provide these images with an "https" url, which creates warning on the browser if the user is accessing the website with https.
I was wondering if I am allowed to host the image of the Google badge on the website that is using it, and therefore being able to access the image through https connection when desired.

Resources