Apoorv Khatreja
Apoorv Khatreja
@xotahal I have a lane in Fastlane that "announces a new release" to the rest of the team in a Slack channel when it gets approved and moves to the...
@xotahal The version number and build number are both essential. Here's what a sample Slack message looks like. The build number is essential for tying external things such as crash...
@xotahal Version number and build number combinations are not unique. Internally, when planning a new release, the version number is finalized first. Lets say for example we decide the next...
@xotahal I wish I could take credit for this versioning system, but this is all Apple 😃 All iOS apps distributed via the App Store and TestFlight work this way....
This obviously depends on your implementation, but I was also facing this issue and I was able to fix it without forking the library, instead I forced a view layout...