Telegram API - How to solve create new application error? - telegram

I found a post in Stackoverflow, but it's unable to resolve my issue. enter link description here
Prooblem screenshot:
enter image description here

Working as of 1st January 2023
I've managed to register new App in PC under VPN (IP with another country that same with my registered number origin country).
You can try with following form details:
App title: CoinDanceNotice
Short name: CoinDance1
URL: http://api.coindance.cc
Platform: Webb
Description: This app is using Telegram API and is part of the Telegram ecosystem
OS: Windows 11
Browser: Microsoft Edge (InPrivate mode without any plugins installed)
Hope this helps to solve your problem =)

Related

Code: 0x80073CFB downloading my own app from Microsoft Store

I submitted a private windows app to Microsoft Store.
The app is c# framework 4.7.2 with Entity Framework, XAF and makes use of the Desktop Bridge.
When I try to install the app I get the above error code.
I have been able to install previous versions of the app.
I clicked the link "Get More Information About Faster Downloads." and turned off the attempt to use other nearby pcs.
I also encountered this issue for my own app on Microsoft Store suddenly. Turning off "Get More Information About Faster Downloads" doesn't help.
According to Ian Zheng from Microsoft, the code 0x80073CFB means that the provided package is already installed, and reinstallation of the package was blocked.
I just realised that my app was installed under another Windows account on the same PC. After I deleted it, the installation works again.
Hope this help anyone who has similar issue.

Valid GitHub acct but GitHub Extension for Visual studio 2017 show validation failed

I have created a GitHub acct. I can use browser to login to this acct.
However, when I used the same credential on Visual studio 2017 with Git Extension in stalled to sign in , I got the below message:
Validation failed
How to resolve this issue. Is there anyone experienced the same issue as my?
Please help.
Thanks
If you click "Sign in with your browser" under the Connect To GitHub window from the VS Team Explorer, do you make sure that you could sign in your browser?
I create a new GitHub acct, I get the same result as yours (Validation failed)in my side if I use that extension in my VS, but if I visit it in browser, I will get the following result if I select the "Sign in with your browser" option.
But if your account was verified, it will work well after you create a new repository. I test it in my side, it works normally now.

Apple Push Notification not working after changed Mac

since my old MacBook crashed and not able to revive, I have gotten a new macbook and load my project from SVN.
Because of this I faced problem with the code signing. So I deleted all my cert and provision profile from Apple developer and regenerated new set. I have successfully archive the app now.
Problem is the push notification is not working already. Even I have replaced re generated p12 on my server. My old app, ad hoc new app all don't receive message anymore.
Anybody can advise me where to check? Thanks.
Thanks Siva for the suggestions, those are all valid checking. However I have done all these but still to no avail.
After dive deep into the code and Google around, finally found the culprit. It is due to Apple no longer support SSL and using TLS now. Have to update code in Push Sharp.
These are 2 related links:
1) https://github.com/Redth/PushSharp/pull/369/files
2) https://github.com/Redth/PushSharp/issues/424

phonegap build 3.3.0 + pushwoosh not working

I installed according to this guide: http://www.pushwoosh.com/programming-push-notification/android/android-additional-platforms/phonegap-build/
And I defined in pushwoosh the Certificate is needed.
IOS system I get an error
your provisioning profile does not have aps entry. Please make your profile push compatible
And Android app costs but I send notifications are not coming.
Where could be the problem? What am I doing wrong?
Thanks for the help!
You need to recreate your mobileprovisioning profile for the app in Apple Developer Portal.
Your current mobileprovisioning profile does not allow push notifications.
After recreating the profile, open it in any text editor and double check that it has "aps-environment" line.

xcode refuse to run application on iphone something about private key

I spent one full week trying to get over this problem but nothing appears to help me.
I use to have a MacBook Pro, and I used it to connect my iphone devices and deploy my iOS applications on it. Now I have bought an new Mac Book pro, when I try to test some applications on my new iPhone using my new Mac, it just refuse to accept it or accept any of my old devices I registered on my old MAC.
It just report : "Code Signature error". I found in the device organizer >> iphone >> Provisioning profile in the status of "valid singing identity is not found"
From my reading and trying, I think the problem is that my new Mac seems to not bet able to get the private key of my team. However, I don't know how to get this key from my old Mac, and I don't know - if it possible - how to get new key for my new Mac.
Thank you in advance for your answer.
Did you verify that your certificates are present in the new Mac's keyChain ? (should if you initialized from a time machine). If they are not, export the certificates on the old mac with the keychain utility. Later import them in the new mac's keychain.
Look for certificates whose name begins with iPhone developer and iPhone distribution.
Ok, I found the solution in this link:
http://www.iphonedevsdk.com/forum/iphone-sdk-tutorials/90538-critical-back-up-your-developer-key.htm
I manage to archive my old Private key from my old Mac and installed it again on my new one and everything went perfect :)
Thank you.

Resources