I want to make a telegram client for iOS devices.
I searched stackoverflow and internet many times for this problem.
I found the telegram source code for iOS that cannot be compiled on Xcode 8.
I think there is a possible way, and that is downloading Xcode 7.x or later to compile the code on it. but this is not a real act, I think.
I just need to know how I can add MtProtoKit to my project in Xcode and use it.
im beginner on iOS, and I'm just trying to make a small program, if I give a message containing "DO_SOME_THING", my application is doing something for me, for example.
because of this, I don’t need all the extra part of the telegram source text.
.
How can I interact with the telegram server through iOS devices? is it just a mtProtoKit problem? can i use it on xcode 8? Is there a better way to get this? What do I need to do as a simple telegram client?
Thank you so much for sharing your knowledge with me and others. thank
source
share