-
Get teamgram-ios source code
-
build, see build teamgram-ios, and google
Default connect to Teamgram Test Server.
If you want to connect to your own server, you can modify the following code:
https://github.com/teamgram/teamgram-ios/blob/f95521c8ca1383126645b6730dec156e7f2427e3/submodules/TelegramCore/Sources/Network/Network.swift#L473
if testingEnvironment {
seedAddressList = [
1: ["XXX.XXX.XXX.XXX"]
]
} else {
seedAddressList = [
1: ["XXX.XXX.XXX.XXX"]
]
}