11
A
回答
20
NSDictionary* infoDict = [[NSBundle mainBundle] infoDictionary];
NSString* versionNum = [infoDict objectForKey:@"CFBundleVersion"];
NSString *appName = [infoDict objectForKey:@"CFBundleDisplayName"];
NSString *text = [NSString stringWithFormat:@"%@ %@",appName,versionNum];
您可以使用此代碼發送應用程序名稱和版本號。
0
[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]]
相關問題
- 1. 如何獲取應用程序版本?
- 2. 如何獲取Android中應用程序的版本號?
- 3. 如何獲取Trigger.io應用程序的當前版本號
- 4. 從應用程序中獲取grails應用程序版本
- 5. 如何從調用應用程序獲取版本信息
- 6. 獲取Octopus從C#WinForms應用程序部署版本號
- 7. 從庫中獲取應用程序的版本號
- 8. Cordova/Phonehap - 從config.xml獲取應用程序版本號
- 9. 如何從桌面應用程序獲取Metro Style應用程序版本?
- 10. 如何從mac應用程序獲取其他應用程序的版本
- 11. 如何從itunes獲取最新的應用程序版本
- 12. 如何從應用程序獲取Rails引擎版本?
- 13. 如何從ContentPage獲取應用程序版本?
- 14. 如何從xcode獲取自己的應用程序版本?
- 15. 如何從iOS8的擴展中獲取應用程序版本?
- 16. 如何從二進制文件中獲取應用程序的版本號?
- 17. 用C#從XML中提取應用程序版本號
- 18. 獲取應用程序版本
- 19. 如何獲取Windows Phone通用應用程序的應用程序版本?
- 20. 如何在使用Chef部署應用程序時獲取版本號
- 21. 如何在iOS PhoneGap應用中獲取應用版本號?
- 22. Win8應用程序Html/Js獲取版本號(相當於PackageVersion)
- 23. 嘗試獲取版本號,但應用程序崩潰
- 24. 如何以編程方式獲取應用程序的版本
- 25. 如何獲取應用程序版本並構建iOS PhoneGap應用程序?
- 26. 如何從IPA中找到iPhone應用程序的版本號?
- 27. 排序應用程序版本號
- 28. 如何獲取手機版本中的任何應用程序
- 29. 如何從.NET獲取Windows版本號?
- 30. .NET核心應用程序 - 如何在運行時獲取內部版本號