2015年12月3日

小记:Bmob云端代码测试APNS推送功能 #代码片段

摘要: 1 function onRequest(request, response, modules) { 2 var push = modules.oPush; 3 push.send({ 4 "data":{ 5 "where": { 6 "objectId": "ab2fa8d8d2"//ab2fa8d8d2为测试设备的objectId ... 阅读全文

posted @ 2015-12-03 16:38 HowMacist 阅读(273) 评论(0) 推荐(0) 编辑

JSON Object(如NSDictionary,NSArray)转化为JSON格式的NSString #iOS开发

摘要: 1 NSString *string = [self jsonObjectToJSONString:inputDataDic]; 2 3 4 -(NSString*)jsonObjectToJSONString:(id)object 5 { 6 if ([NSJSONSerialization isValidJSONObject:object]) { 7 ... 阅读全文

posted @ 2015-12-03 14:58 HowMacist 阅读(327) 评论(0) 推荐(0) 编辑

导航