app-id

Should the rfc1034identifier be removed from the CFBundleIdentifier in plist file?

北战南征 提交于 2019-12-02 19:04:41
In my Xcode project's plist file, I can see the value for the key CFBundleIdentifier is: com.mycompany.${PRODUCT_NAME:rfc1034identifier} Obviously I will have to change com.mycompany to the domain name of my company, but I have no idea whether the rfc1034identifier should be removed so that it becomes: com.mycompany.${PRODUCT_NAME} Google did not help answering my question. Does this rfc1034identifier affect the AppID that I should provide in the iPhone Developer program - Provisioning Portal? The :rfc1034identifier just formats it (if needed) so there are no illegal characters* in the bundle

580001 Invalid request: {0} PayPal (PHP)

主宰稳场 提交于 2019-12-02 12:47:12
问题 I'm sending userid and password from this page: https://www.paypal.com/us/cgi-bin/webscr?cmd=_profile-api-signature And the AppId is the ID I use in my android app to create payments: https://apps.paypal.com/user/my-account/applications I'm using the follow function: function verify_paypal($payKey, $appID) { global $payPalUser_Id, $payPalPassword, $payPalSig; $headerArray = array( 'X-PAYPAL-SECURITY-USERID:'.$payPalUser_Id, 'X-PAYPAL-SECURITY-PASSWORD:'.$payPalPassword, 'X-PAYPAL-SECURITY

580001 Invalid request: {0} PayPal (PHP)

人走茶凉 提交于 2019-12-02 07:10:18
I'm sending userid and password from this page: https://www.paypal.com/us/cgi-bin/webscr?cmd=_profile-api-signature And the AppId is the ID I use in my android app to create payments: https://apps.paypal.com/user/my-account/applications I'm using the follow function: function verify_paypal($payKey, $appID) { global $payPalUser_Id, $payPalPassword, $payPalSig; $headerArray = array( 'X-PAYPAL-SECURITY-USERID:'.$payPalUser_Id, 'X-PAYPAL-SECURITY-PASSWORD:'.$payPalPassword, 'X-PAYPAL-SECURITY-SIGNATURE:'.$payPalSig, 'X-PAYPAL-REQUEST-DATA-FORMAT:JSON', 'X-PAYPAL-RESPONSE-DATA-FORMAT:XML', 'X

Error Creating json project configuration file for Implementing GCM Client on Android

♀尐吖头ヾ 提交于 2019-12-02 06:21:44
I am trying to get gcm working in my app. It is my job to update the app from the Eclipse build to the Android studio build. In the Android Studio build it no longer works to just plug in gcm.jar, so I am following this documentation: https://developers.google.com/cloud-messaging/android/client to get my app running with gcm. In order to do that I need to create a json configuration file. To make that file I must give google's configuration file creator my appId and my packageName. I have entered them into google's form, and upon entry I get the error: "There was an unknown error while

App ID and Bundle Seed ID in multiple applications with ASPN, InApp Purchase, and other

半腔热情 提交于 2019-12-01 01:41:22
问题 I will create multiple sale versions of the same application with push notifications feature: CoolApp (full version) CoolApp Free (free, features limited version) CoolApp InApp (free version upgradable to full via InApp Purchase) While registering for App ID in Apple Program Portal is possible to create "Bundle seed ID": "The Bundle Seed ID portion of your App ID can be utilized to share keychain access between multiple applications you build with a single App ID" Is possible to create only

Is it safe to change the AppID Prefix between updates?

这一生的挚爱 提交于 2019-11-30 01:36:35
I am trying to understand the role of the first part of the AppID for iOS apps. This part was formerly known as the "Bundle Seed ID", but is now often referred to as the AppID Prefix. A while ago (iOS 5?), Apple made some changes in both their portal and their documentation and started to recommend using the "Team ID" (unique per developer account) as the AppID Prefix. This is simple and straightforward for new developers with new apps. But what is the the best practice for handling existing apps with regards to the AppID prefix? I know that it is not possible to change BundleID (= the second

Is it safe to change the AppID Prefix between updates?

邮差的信 提交于 2019-11-28 22:23:52
问题 I am trying to understand the role of the first part of the AppID for iOS apps. This part was formerly known as the "Bundle Seed ID", but is now often referred to as the AppID Prefix. A while ago (iOS 5?), Apple made some changes in both their portal and their documentation and started to recommend using the "Team ID" (unique per developer account) as the AppID Prefix. This is simple and straightforward for new developers with new apps. But what is the the best practice for handling existing

Retrieve all comments with FQL by application ID

时光总嘲笑我的痴心妄想 提交于 2019-11-28 18:44:27
We use the facebook comment plugin to have comments on our site. To moderate those, we use this tool: https://developers.facebook.com/tools/comments However, we want to build our own tool to moderate those comments, and integrate it to our existing software. I can't find a proper way of doing this. the only way I found out now after hours of research is this FQL query: select post_fbid, fromid, object_id, text, time from comment where object_id in (select comments_fbid from link_stat where url ='URL_HERE') That doesn't work because we have thousands of different URL's and I cant query each of

An App ID with Identifier 'com.example.app.extention' is not available. Please enter a different string

▼魔方 西西 提交于 2019-11-27 20:03:20
I have tried to add extensions to my iOS app, both a today extension and an Apple Watch app. My app has been completed however when submitting my archive I got the error based on my bundle identifiers. I then removed the extensions, added them back, and attempted to resubmit. However, xcode now complained that my provisioning profiles cannot be signed. "An App ID with Identifier 'com.example.app.extention' is not available. Please enter a different string." I immediately went to the member center to see if an App ID already exists that prevents me from using it for my extensions. Nothing

Removing App ID from Developer Connection

我与影子孤独终老i 提交于 2019-11-27 17:21:33
How do I remove an App ID from the developer program portal area? I mistakenly added a couple of app id's under the wrong login and would like to remove them, but I am not seeing a way to do so. Update : You can now remove an App ID (as noted by @Guru in the comments). In the past, this was not possible: I had the same problem, and the folks at Apple replied that they will leave all of the App ID you create associated to your login, to keep track of a sort of history related to your login. It seems that they finally changed idea about. App IDs cannot be removed because once allocated they need