This is great Gerald. I got one question, since FreshMvvm package is only on the shared project. How would you register services from platform projects?
Hi Gerald, thank you for the great content. In every Demo of FreshMVVM Michael Ridland uses Fody, can you make a video on that and explain why its used and how to use it?
@@jfversluis when navigating from login page to AppShell page which consists of flyout menu app gets stuck. and it was a viewmodel to viewmodel navigation.(fresh mvvm)
Hi Gerald, nice video... I have uploaded app into app store but they were rejected due to network connectivity issue... They are not able to call our API hosted on static IP address with specific port no. And I'm using network IPv4... Could you please help me?
Thanks! I think it will be really hard to help without knowing any of the details I’m afraid. Sounds like you need to make sure that server is accessible from everywhere and you app is useable by anyone. I think you can contact Apple for more details if needed
@@jfversluis thank you for your reply... Yess this is static IP address and accessible from cellular network as well as WIFI... And I also replied to App store review team but didn't provide me proper response.
@@Khan89aamir sorry to hear that but I really don’t know what to tell you. If they say they can’t access it there or either a problem with it or a problem on their side. I’m afraid there is not much I can do to help there.
Dear Gerald....Great demo....I wanted to know how to implement root checker of the device in order to protect from securiry concern in Xamarin Forms app. Can you plz help on this...Thanks
Question out of current subject but it's big improvement .. Should I use outh token JWT or no need .. another mean .. can any brogrammer find my API inside my xamarin app after release to APK With no security any one can insert any wrong data to my database?! What should I do?! I can't find how to secure my API .. I have username and password instead my database. Can you help me.. please I'm not good in English but I think you understand the meaning
In theory it's simple: the decryption key is only on the devices of the user. Before a message is sent it is encrypted and in its encrypted form it's saved on the server. Then when the other user retrieves the message they will also have the key, only locally on their device, and they can decrypt the message. How to implement it... Good question ;)
Thanks for the video mate. I've been thrown into a Xamarin project at work and your videos have been a lifesaver.
Sounds like you're having fun at work! :D Glad to hear my videos have been useful, let me know if you need anything!
Awesome, looking forward to any video you provide on freshmvvm ..
There are already a couple now!
This is great Gerald. I got one question, since FreshMvvm package is only on the shared project. How would you register services from platform projects?
Really Love your work Gerald. You make Mobile development so easy to understand. Super Impactfull!
Thank you so much Jean!
Hi Gerald, thank you for the great content.
In every Demo of FreshMVVM Michael Ridland uses Fody, can you make a video on that and explain why its used and how to use it?
Ah good one! I should definitely make a video on that, I'll add it to the list!
@@jfversluis Nice
Good stuffs... As always... Keep up the great work....
Thanks Waseem!
Interesting video. Lately got stucked with flyout menu with fresh mvvm. If possible do small video on that.
What did you get stuck with?
@@jfversluis when navigating from login page to AppShell page which consists of flyout menu app gets stuck. and it was a viewmodel to viewmodel navigation.(fresh mvvm)
Hi Gerald, nice video... I have uploaded app into app store but they were rejected due to network connectivity issue... They are not able to call our API hosted on static IP address with specific port no. And I'm using network IPv4... Could you please help me?
Thanks! I think it will be really hard to help without knowing any of the details I’m afraid. Sounds like you need to make sure that server is accessible from everywhere and you app is useable by anyone. I think you can contact Apple for more details if needed
@@jfversluis thank you for your reply... Yess this is static IP address and accessible from cellular network as well as WIFI... And I also replied to App store review team but didn't provide me proper response.
@@Khan89aamir sorry to hear that but I really don’t know what to tell you. If they say they can’t access it there or either a problem with it or a problem on their side. I’m afraid there is not much I can do to help there.
@@jfversluis thank you for your reply... I found that app store need response from IPv6 network instead of IPv4
@@Khan89aamir glad you figured it out!
Dear Gerald....Great demo....I wanted to know how to implement root checker of the device in order to protect from securiry concern in Xamarin Forms app. Can you plz help on this...Thanks
You might want to have a look at this library: github.com/nmilcoff/BreachDetector
Question out of current subject but it's big improvement ..
Should I use outh token JWT or no need .. another mean .. can any brogrammer find my API inside my xamarin app after release to APK
With no security any one can insert any wrong data to my database?!
What should I do?!
I can't find how to secure my API ..
I have username and password instead my database.
Can you help me.. please
I'm not good in English but I think you understand the meaning
Hi Gerald,
How to do End to End Encryption when using SignalR to encrypt the chat messages "like What's App do"?
In theory it's simple: the decryption key is only on the devices of the user. Before a message is sent it is encrypted and in its encrypted form it's saved on the server. Then when the other user retrieves the message they will also have the key, only locally on their device, and they can decrypt the message. How to implement it... Good question ;)