app-store

AppStore Submission - Missing or invalid signature - com.google.GPPSignIn3PResources

久未见 提交于 2019-12-03 04:04:49
问题 I'm trying to submit an iOS app to AppStore and I'm having the following error: ERROR ITMS-9000: "Missing or invalid signature. The bundle 'com.google.GPPSignIn3PResources' at bundle path 'Payload/My_app_name.app/GooglePlus.bundle' is not signed using an Apple submission certificate." I've submitted this app before I've never had this problem. Does anybody know if there is any recent change? Update: I could submit the app about 6 hours before having this error. Then, my app was rejected with

How to test the “renew” component of auto-renew subscriptions in iOS App Store Sandbox?

这一生的挚爱 提交于 2019-12-03 03:41:54
问题 Folks, I am attempting to verify that auto-renew subscriptions are actually renewing in the sandbox environment. First, it appears that auto-renew subscriptions in sandbox are only valid for 5 minutes. Makes sense. I expect that if I wait for five minutes, then make another call to https://sandbox.itunes.apple.com/verifyReceipt With my receipt data, I should see the subscription renewed with an expiry date another five minutes out. Unfortunately that is not the case. All I see is a response

Does hiding “Legal” in MKMapView result in an App Store rejection?

穿精又带淫゛_ 提交于 2019-12-03 03:25:40
I'm displaying an MKMapView in a somewhat small square. It's small enough that the "Legal" text pretty much blocks half the map, so I'd like to get rid of it. Is this allowed: for (UIView *view in mapView.subviews) { if ([NSStringFromClass([view class]) isEqualToString:@"MKAttributionLabel"]) { view.hidden = YES; break; } } Not sure if I am risking App Store rejection by hiding it or using this method? Yes, it will probably get rejected. Either because having the link is a legal requirement, or it'll be detected that you're using a private class ( MKAttributionLabel ). That being said, you

How Single App Binary Supports 64-bit and 32-bit Apps

孤者浪人 提交于 2019-12-03 03:19:43
问题 We can see apple announcement here.. According to this doc, we can submit same binary with supporting 32-bit and also 64-bit. I found one stack overflow answer here. But According to this answer, we should set deployment target as IO7+ . But apple doc said, you can submit this with IOS 7 and IOS 6 support? My question is, How can we generate binary with supporting 32-bit and 64-bit by deployment target IOS6+? Note: I'm using xcode 5.0 Update: Question above is fixed by using xcode 5.0.2 . But

How to download and install .ipa outside App Store with .plist

試著忘記壹切 提交于 2019-12-03 03:18:58
Today I discovered an app. This app is not available to the App Store, if I want to try this, I just have to click on the link since my iPhone : itms-services://?action=download-manifest&url=http://*********.s3.amazonaws.com/********-ios.plist And the application installs in my home page. The link forced to download a .plist : What it this way ? What it's the deal with provisioning profile or the certificats ? It's just a way of distributing an app for beta testing using your distribution profile, but without submitting it to Apple. The .plist it's just a link to where the .ipa (the app) is

How to remove App Ids from iPhone Provisioning Portal

自古美人都是妖i 提交于 2019-12-03 02:59:44
问题 While experimenting with iPhone app development, we have several AppIDs which should be deleted - except I can't find any way to delete them! What can I do with them? If delete is not available, how about renaming, hiding or permanently disabling? UPDATE: Beginning April 2013 Apple allows deleting AppIDs. Whoaa! 回答1: Delete: No Rename: No Hide: No Disable: No If you create an App ID, be prepared to live with it for the rest of your life; App IDs are the herpes of iPhone provisioning. 回答2: The

Apple is killing white labeled iOS apps! What should we do?

落爺英雄遲暮 提交于 2019-12-03 02:39:21
Many companies rely on white labeled apps to provide their services in a more personal way to their customers. With a few adjustments we can set a logo and a splash screen and even pre-configure our app to our customer needs which has a great impact in their end user experience. Without this my users would need to use the app skipping a lot of configuration steps that in a generic app wouldn't be possible to skip. According to apple: "Apps created from a commercialized template or app generation service will be rejected" Now what can we do to to work around this? Today I saw 4 apps being

Is It Possible To Add A “Rate This App” Link To My App?

和自甴很熟 提交于 2019-12-03 02:28:55
问题 Here's what I'm trying to do: I have a button on the settings page in my app - I want this to direct users to the review/rate page on the app store. I know this is possible using [[UIApplication sharedApplication] openURL: .... ]; but my app is unreleased as of yet, so I don't have a URL to use. Is it possible to implement this functionality for an unreleased app, or would I have to wait and include it as an update? Thanks :) 回答1: The URL below is what you're looking for. Just replace the

iOS App Store Unique App Names? [closed]

。_饼干妹妹 提交于 2019-12-03 02:26:45
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Must iOS apps have a globally unique name? The iTunes Connect Developer Guide implies that they do, but doesn't say so directly. The closest it comes is (p71): As a result of this deletion [after not delivering a binary within 120 days], your app name will be able to be used by another developer If an app is renamed, does the old name then become available again? Apps do indeed have to have unique names. If a desired

Updating live App ID for Push notifications

烂漫一生 提交于 2019-12-03 02:25:56
I have an app in the App Store which has a wildcard App ID. I want to add push notifications to it, but cannot as we have a wildcard App ID. This is the error I get: Only explicit App IDs can be used to access the Apple Push Notification service. Please use an existing App ID with a specific Bundle Identifier or create a new one. Can I create a new App ID for my app that is live in the store? Won't that cause issues? I'm confused as to how I can add push at this stage? [EDIT] Can I setup a new one using the same App ID, but use a new bundle identifier? Cheers You can create a new App ID using