VidyoConnector font Issue displayname ( VidyoNative SDK 22.3.0.9 ver, 21.2.1.3 ver, 19.3.2.3) - vidyo

There is font Issue in displayname of conference view.
( VidyoNative SDK (VidyoConnector for Android), https://developer.vidyo.io/#/packages )
It’s occurred same in 22.3.0.9 ver, 21.2.1.3 ver, 19.3.2.3 ver)
The Korean text works fine in MessageEvent, Participants
But display as “□□□” in conference view.
vidyoconnect application dowloaded in Playstore works fine.

Related

Jitsi_meet Crash and Technical Difficulties using Flutter

am currently using this package in a release version for my user and it's on playstore.
But there are some few technical issues that my users are having
Some device can't open the meeting
Some device are able to open the meeting but got stuck at "Connecting you to meeting"
When two participants are in the meeting the jitsi package it's saying "No Audio device is available" But Audio device is always available
Sometimes when pass meeting ID it does show null when meeting start.
Package Name
jitsi_meet_wrapper: ^0.0.5
Below are screenshot

Xamarin.Forms Missing 120x120 While Uploading To Asset Store

Using Visual Studio Community 2019 for Mac and trying to build my Xamarin Forms app for App Store,
Build and Runs pretty fine BUT, it gives me this error while i try to upload to App Store,
ERROR: ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."
I tried every single solution with this google search: Xamarin iOS ITMS-90022 site: forums.xamarin.com
I Tried naming all my Icons according to Apple Developer Docs here: developer.apple.com/library/archive/qa/qa1686/_index.html
But Visual Studio converts naming to AppIcon-60x60#2x.png when i check the resulting ipa file.
Can someone please point me to right direction because honestly, it is driving me mad.
Thank you.
I Tried all things here: Xamarin iOS ITMS-90022 site:forums.xamarin.com
Here: Xamarin iOS ITMS-90022 site:stackoverflow.com
Expected: Upload without a problem.
Result: ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."
Answer to this problem is, using one of the ImageCropper library, when you use a library that has iOS info.plist and Icon definitions there, it automatically overrides ( i don't know why ) Icon files and if they don't have the definition for 120x120 you get this error.
Either remove the library, or get the library source, add icon files to that libraries Info.plist aswell.
you should check the info.plist.
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon-120.png</string>
</array>
Remove all appicon in images.xcasesets and then recreate o

ios registering document in document files

I am working on app that reads gpx (topografix) file attached to an email. I have successfully registered this document type to my app so whenever I select such a file I get the option to open it by this app on iPhone. It works fine on my iPhone but on iPad my app is not recognised for opening such a file so my app does not appear on the list of apps that are capable to open it. This app uses iPhone environment and is set for iPhone not for universal environment. By changing on universal environment does not change anything. Why is my app not recognised in the list?
Well the conversion of an iphone app to ipad app has to be done if you want to make it universal.
refer this

version limitation for triggering my app and opening email attachment

I have used CFBundleDocumentTypes and ask system to trigger my app when I touch the email attachment file.
It worked on my iPhone, iPad,
but it has no function on ipod (os 3.1.3).
It only display the options 'Save Image' 'Copy' when I touch and hold the email attachment file.
If I select 'Copy' and paste it to app 'Note', it only display cid:**--*--*******
Does this function have version limitation ?
Welcome any comment
CFBundleDocumentTypes is supported in iOS 3.2 and later and all versions of Mac OS X.
Document Support section in What's New in iOS 3.2 mentions it.

Universal app rejected in itunes for "missing screenshot" yet is set for "iPhone" Targeted Device Family

I upgraded my app to universal, but am not ready yet to release the ipad version just an update to the iphone version, so I set targeted device family to "iPhone". After successful upload of the binary, the app is quickly marked red with "missing screenshot". Presumably, this error is related to a confusion about iPad? Looking at the ArchiveInfo.plist, the UIDeviceFamily has 2 items in the array (1,2).
What do I need to do to get address this error in itunesconnect?
Your targeted device family setting is currently:
TARGETED_DEVICE_FAMILY = 1,2
It should be:
TARGETED_DEVICE_FAMILY = 1
You can leave bugs at http://developer.apple.com/bugreporter/