<br />
<b>Deprecated</b>:  mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in <b>/opt/bbs_site/club/upload/source/class/discuz/discuz_database.php</b> on line <b>177</b><br />
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>机智云 - iOS 开发</title>
    <link>https://club.gizwits.com/forum-155-1.html</link>
    <description>Latest 20 threads of iOS 开发</description>
    <copyright>Copyright(C) 机智云</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 09 Aug 2026 10:20:14 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://club.gizwits.com/static/image/common/logo_88_31.gif</url>
      <title>机智云</title>
      <link>https://club.gizwits.com/</link>
    </image>
    <item>
      <title>Zigbee无线协议入门</title>
      <link>https://club.gizwits.com/thread-168991-1-1.html</link>
      <description><![CDATA[一、引言
    在物联网技术应用的知识体系中，Zigbee无线组网技术是非常重要的一环，也是大家感觉比较难以掌握的一个部分。Zigbee无线组网技术之所以让你感有学习难度，不是因为它真的复杂，而是它看起来很复杂，让人望而止步。另一方面则是Zigbee技术在应用层面上将硬 ...]]></description>
      <category>iOS 开发</category>
      <author>我是吃货</author>
      <pubDate>Sun, 28 Aug 2022 03:32:32 +0000</pubDate>
    </item>
    <item>
      <title>学习iOS开发都需要学习哪些知识</title>
      <link>https://club.gizwits.com/thread-168990-1-1.html</link>
      <description><![CDATA[学习iOS开发都需要学习哪些知识
入门学习
基础语法
A Swift Tour: https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html

对于初学者，其中Swift语言的介绍，A Swift Tour是必须要了解和学习的。

UIKit/SwiftUI
选择哪个看你个人选择了。如果你是个初学者， ...]]></description>
      <category>iOS 开发</category>
      <author>我是吃货</author>
      <pubDate>Sun, 28 Aug 2022 03:15:24 +0000</pubDate>
    </item>
    <item>
      <title>ios开发环境概述</title>
      <link>https://club.gizwits.com/thread-168989-1-1.html</link>
      <description><![CDATA[1 介绍
iOS是由苹果公司开发的移动操作系统。 苹果公司最早于2007年1月9日的Macworld大会上公布这个系统，最初是设计给iPhone使用的，后来陆续套用到iPod touch、iPad上。iOS与苹果的macOS操作系统一样，属于类Unix的商业操作系统。原本这个系统名为iPhone OS，因为iPad ...]]></description>
      <category>iOS 开发</category>
      <author>我是吃货</author>
      <pubDate>Sun, 28 Aug 2022 02:18:08 +0000</pubDate>
    </item>
    <item>
      <title>模拟器运行报错</title>
      <link>https://club.gizwits.com/thread-165266-1-1.html</link>
      <description><![CDATA[如何解决]]></description>
      <category>iOS 开发</category>
      <author>eifi</author>
      <pubDate>Sat, 29 Jun 2019 06:23:26 +0000</pubDate>
    </item>
    <item>
      <title>自动生成的APP编译出现问题</title>
      <link>https://club.gizwits.com/thread-9510-1-1.html</link>
      <description><![CDATA[symbol(s) not found for architecture x86_64如何解决呢？]]></description>
      <category>iOS 开发</category>
      <author>sara00</author>
      <pubDate>Sat, 22 Dec 2018 04:15:21 +0000</pubDate>
    </item>
    <item>
      <title>GizDeviceSchedulerSuper 的 date, time 等属性无法修改</title>
      <link>https://club.gizwits.com/thread-8559-1-1.html</link>
      <description><![CDATA[例如：
GizDeviceSchedulerCenter.delegate = self;NSArray *timers = [GizDeviceSchedulerCenter getSchedulerListGateway:gateway];GizDeviceSchedulerSuper *timer = timers.firstObject;
NSLog(@\&quot;time %@, date %@, type %zd\&quot;, timer.time, timer.date, timer.sche ...]]></description>
      <category>iOS 开发</category>
      <author>sunricher</author>
      <pubDate>Fri, 27 Apr 2018 08:15:42 +0000</pubDate>
    </item>
    <item>
      <title>IOS新人求助：自动生成的APP工程，使用XCODE9.1无法真机调试</title>
      <link>https://club.gizwits.com/thread-8085-1-1.html</link>
      <description><![CDATA[在机智云开发平台自动生成的IOS应用工程，下载后在XCODE9.1中打开，想真机调试，卡在Signing配置：Xcode中已经加入Apple ID,按照网上的真机调试指南试了不行，不知道怎么配置Bundle Identfier，还望大神指点，万分感谢。



 ...]]></description>
      <category>iOS 开发</category>
      <author>爱思考的鱼</author>
      <pubDate>Thu, 30 Nov 2017 01:01:12 +0000</pubDate>
    </item>
    <item>
      <title>几维安全介绍iOS应用加密常用算法和代码实践</title>
      <link>https://club.gizwits.com/thread-7730-1-1.html</link>
      <description><![CDATA[iOS系统库中定义了软件开发中常用的加解密算法，接口为C语言形式。具体包括了以下几个大类：

其中第一类常用加解密算法就包含了AES,DES,和已经废弃的RC4,第二类摘要算法，包括如MD5,SHA等。本文主要介绍AES,MD5,SHA三种最常用算法的实现。
1 对称密码算法－－AES
AES主 ...]]></description>
      <category>iOS 开发</category>
      <author>和泵送</author>
      <pubDate>Fri, 15 Sep 2017 08:25:40 +0000</pubDate>
    </item>
    <item>
      <title>iOS 发送指令经常出现GIZ_SDK_DEVICE_NOT_READY</title>
      <link>https://club.gizwits.com/thread-5398-1-1.html</link>
      <description><![CDATA[iOS 发送指令出现GIZ_SDK_DEVICE_NOT_READY 设备未就绪是什么原因，文档也没有详细说明这个的原因，和解决方案，麻烦开发者解决下。感谢感谢]]></description>
      <category>iOS 开发</category>
      <author>eamon</author>
      <pubDate>Sat, 01 Apr 2017 04:23:11 +0000</pubDate>
    </item>
    <item>
      <title>图文介绍如何在Windows系统下打包上架iOS app</title>
      <link>https://club.gizwits.com/thread-5310-1-1.html</link>
      <description><![CDATA[现在很多伙伴跨平台开发应用，有些童鞋没有苹果机，本文将介绍，如何在Windows系统环境下直接上架APP，不用去搞虚拟机之类的了，Windows下照样轻松打包上架iOS APP。

下面从七个步骤进行详细介绍！
1、创建唯一标示符App IDs
2、申请发布证书
3、申请发布描述文件
4、i ...]]></description>
      <category>iOS 开发</category>
      <author>简符</author>
      <pubDate>Wed, 22 Mar 2017 01:55:44 +0000</pubDate>
    </item>
    <item>
      <title>分享一个不用虚拟机直接在windows下发布ios app的工具</title>
      <link>https://club.gizwits.com/thread-5080-1-1.html</link>
      <description><![CDATA[很多开发者因为没有mac电脑。不得不在win系统里装虚拟机上架iOS app，虚拟机安装麻烦，如果电脑配置不好，会非常卡，使用体检不好。现在出来了一个上架辅助工具Appuploader，可以帮助开发者轻松上架app。

这个Appuploader工具可以直接运行在windows，linux或mac上，不 ...]]></description>
      <category>iOS 开发</category>
      <author>简符</author>
      <pubDate>Tue, 28 Feb 2017 06:11:30 +0000</pubDate>
    </item>
    <item>
      <title>请教官网IOS框架编译器版本</title>
      <link>https://club.gizwits.com/thread-4248-1-1.html</link>
      <description><![CDATA[请教一下，官网IOS框架所使用的SDK版本，要使用什么版本的OSX系统和XCODE版本才能正常识别项目工程和正常编译？
我使用OSX10.9+XCODE5.1（也试了XCODE6.0）都不能正常识别工程，打开工程，文件都不会自动导入，手动添加项目文件后，编译也不能通过。还请知道的朋友告诉 ...]]></description>
      <category>iOS 开发</category>
      <author>大海之舟</author>
      <pubDate>Sat, 03 Dec 2016 12:15:04 +0000</pubDate>
    </item>
    <item>
      <title>设备跟通用的机智云App绑定后，不能跟自己的productid绑了？</title>
      <link>https://club.gizwits.com/thread-4066-1-1.html</link>
      <description><![CDATA[如题

设备跟通用的机智云App绑定后，不能跟自己的productid绑了？
同时，如果把自己的demo app的productid设为空，又是可以的，看来是进入了通用机智云的帐号体系。

请问下，怎么样才能把实体设备跟通用机智云的帐号解绑关系，让我自己有预设了productid的demo app ...]]></description>
      <category>iOS 开发</category>
      <author>Henson</author>
      <pubDate>Sat, 19 Nov 2016 09:51:19 +0000</pubDate>
    </item>
    <item>
      <title>机智云数据点扩展类型收发中文字符串问题</title>
      <link>https://club.gizwits.com/thread-3714-1-1.html</link>
      <description><![CDATA[我的app想给设备发送中文字符串，定义了30个字节的扩展类型数据点变量。APP端发送K:V对，比如\&quot;word\&quot;:\&quot;我的机智云中文数据点\&quot;到嵌入式，感觉不对，请问怎么调试？整个论坛查了都没说清楚这个问题。请联系我的qq： 

本人水平介绍：已经全部调试成功了数值类型数据点，app ...]]></description>
      <category>iOS 开发</category>
      <author>哲学王子</author>
      <pubDate>Wed, 12 Oct 2016 03:55:19 +0000</pubDate>
    </item>
    <item>
      <title>iOS SDK基础知识:UITextView &amp; UITextViewDelegate</title>
      <link>https://club.gizwits.com/thread-2912-1-1.html</link>
      <description><![CDATA[我们计划创建UITextView，实现UITextViewDelegate协议方法，使用NSLog[/backcolor]检查该方法何时被调用。我们还会接触到如何在TextView中限制字符的数量，以及如何使用return键隐藏keyboard。看看如何在你的app中实现这些功能。
第一步：创建一个新的Xcode项目运行Xcod ...]]></description>
      <category>iOS 开发</category>
      <author>半个海洋</author>
      <pubDate>Fri, 22 Jul 2016 03:04:51 +0000</pubDate>
    </item>
    <item>
      <title>app的红外开关点击没反应</title>
      <link>https://club.gizwits.com/thread-2854-1-1.html</link>
      <description><![CDATA[苹果app的红外测距开关点击没反应，怎么解决？谢谢]]></description>
      <category>iOS 开发</category>
      <author>梦境幽灵</author>
      <pubDate>Mon, 18 Jul 2016 09:24:50 +0000</pubDate>
    </item>
    <item>
      <title>关于iOS APP使用A2 SDK出现网络检测的问题</title>
      <link>https://club.gizwits.com/thread-2800-1-1.html</link>
      <description><![CDATA[在iOS9及以上的系统中，APP工程的Info.plist需要支持ATS特性



如果没有设置ATS特性，会导致网络检测异常，认为当前的Wi-Fi环境下没有网络，从而导致SDK内的一些需要互联网访问的API不能正常工作

 ...]]></description>
      <category>iOS 开发</category>
      <author>Tom</author>
      <pubDate>Wed, 13 Jul 2016 02:38:08 +0000</pubDate>
    </item>
    <item>
      <title>Gokit_Demo_ios源码, 二维码</title>
      <link>https://club.gizwits.com/thread-2632-1-1.html</link>
      <description><![CDATA[只有添加设备，没有二维码绑定设备。

可不可以把二维码功能加上去？？]]></description>
      <category>iOS 开发</category>
      <author>凯文ios</author>
      <pubDate>Sat, 25 Jun 2016 11:25:11 +0000</pubDate>
    </item>
    <item>
      <title>机智云空调ios版的源码问题</title>
      <link>https://club.gizwits.com/thread-2601-1-1.html</link>
      <description><![CDATA[下载下来在真机上跑不了，提示：XPGWifiSDK/XPGWifiSDK.h not find
然后我跑去官网下载这个sdk导入进去还是提示这个错误。]]></description>
      <category>iOS 开发</category>
      <author>凯文ios</author>
      <pubDate>Thu, 16 Jun 2016 08:39:05 +0000</pubDate>
    </item>
    <item>
      <title>Gokit Demo只能自己的号可以绑定！！ 求大神！！</title>
      <link>https://club.gizwits.com/thread-2510-1-1.html</link>
      <description><![CDATA[绑定成功的


点击没有效果  不知道为什么   监 听 器的问题吗？？





绑定不成功的   是因为只有我的账号才能绑定成功   不知道为什么！！   已经换手机事了  同样！！]]></description>
      <category>iOS 开发</category>
      <author>未命名</author>
      <pubDate>Tue, 24 May 2016 12:32:11 +0000</pubDate>
    </item>
  </channel>
</rss>