Skerrordomain ошибка 0 tinder

Я работаю над покупкой IN App, storekit.

Я получаю эту ошибку:

ошибка запроса Error Domain = SKErrorDomain Code = 0 «Операция не может быть завершена. (Ошибка SKErrorDomain 0.)»

Что это значит?

4 ответа

Иногда, когда у вас плохое подключение к Интернету, оно возвращает эту ошибку, потому что приложение не может связаться с сервером Apple. Просто попробуйте повторить попытку или, если у вас есть другой источник подключения к Интернету, попробуйте подключиться туда, а затем снова сделайте то, что хотите.


5

AlexVogel
3 Июн 2013 в 15:27

Используйте устройство для тестирования, а не симулятор


4

Robert Childan
22 Апр 2011 в 04:58

Перезагрузка устройства помогла мне


2

Rafael
7 Ноя 2014 в 08:10

Это происходило на симуляторе, и простое закрытие симулятора и повторное открытие, казалось, исправили это.


0

Karl Taylor
6 Июн 2020 в 02:15

I’m working with In App Purchase. I’m trying to get all my transactions from AppleStore. After request, I catch an error code:

request error Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)”

[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];

I have not even enter my user credentials. How to fix it? Whats a problem? Anybody know?
PS: I’m testing it on iPad and iPhone devices — not Simulator. Thanx!

enter image description here

asked Jul 12, 2011 at 13:18

yozhik's user avatar

yozhikyozhik

4,53413 gold badges64 silver badges98 bronze badges

2

You must logout from your iTunes account in the settings app. Then try again and use a test account. You can create them in the iTunes connect page.

answered Jun 6, 2012 at 2:13

OscarVGG's user avatar

OscarVGGOscarVGG

2,6322 gold badges26 silver badges34 bronze badges

1

Мое приложение только что появилось в iTunes Store, и после этого я не могу начать какую-либо покупку. Я тестировал приложение и его работу в Sandbox envoirnemnt. Но приложение Live дает ошибку

Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store

enum value = SKErrorUnknown

Я попытался выписать любые тестовые учетные записи из входа в магазин, но он просто не запрашивает учетные записи и ошибки в учетной записи. Любая подсказка!

4b9b3361

Ответ 1

Это может произойти из-за двух проблем, о которых я думаю.

  • Убедитесь, что вы поместили правильный «Идентификатор продукта». Если это произойдет, вы получите ошибку 0 вскоре после вызова — [SKPaymentQueue addPayment:], прежде чем вы получите всплывающее окно с просьбой подтвердить платеж.

  • Ваш тестовый пользователь стал недействительным. Это может произойти, если вы случайно заходите в App Store со своим тестовым пользователем. Когда это произойдет, вы получите сообщение об ошибке 0 после ввода пароля для подтверждения платежа.

Чтобы исправить проблему №1, введите правильный идентификатор продукта. Чтобы устранить проблему №2, создайте нового тестового пользователя в iTunes Connect и, возможно, удалите старого пользователя теста.

Надеюсь, это поможет вам.

Ответ 2

Проверьте, не выходите из iTunes Store
Чтобы выйти из системы, выполните следующие действия:

  • Откройте приложение «Настройки»
  • Нажмите строку «Сохранить»
  • Нажмите «Выйти»

Ответ 3

Я получал ту же ошибку при тестировании подписки, смог заставить ее работать, добавив локализацию (имя для подписки) и Описание) к продукту из iTunes connect.

Ответ 4

вы можете проверить несколько вещей и проверить их.

Verify following things:

(1) ваше приложение Bundle ID. он должен быть таким же, как вы создали в магазине iTunes, в котором вы добавили в App Purchase.

(2) Проверьте имя In App Identifier, которое вы используете в приложении.

Если какой-либо из них не соответствует, он будет генерировать исключение Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store.

Ответ 5

Этот сценарий был именно моим. После вызова addPayment появилось диалоговое окно, в котором говорилось: «Войдите в магазин iTunes с существующей или новой учетной записью». Как только я выбрал Login, я получил ошибку выше.

Я повторно инициализировал свой iPad и вышел из iCloud. Не повезло. Затем, показывая друга, обнаружил, что есть также iTunes a & Вариант выбора AppStore отличается от этого. Нажав на линию Touch Id, он предложил мне вариант выхода. Затем мне было предложено войти в тестовую учетную запись при совершении покупки. Это сработало!

Ответ 6

в вашем Xcode:

  • Нажмите на название активной схемы рядом с кнопкой «Стоп»
  • Нажмите «Изменить схему».
  • в Run (Debug) выберите вкладку «Аргументы»
  • в переменных среды нажмите +
  • добавить переменную: OS_ACTIVITY_MODE = отключить

I’m working with In App Purchase. I’m trying to get all my transactions from AppleStore. After request, I catch an error code:

request error Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)”

[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];

I have not even enter my user credentials. How to fix it? Whats a problem? Anybody know?
PS: I’m testing it on iPad and iPhone devices — not Simulator. Thanx!

enter image description here

asked Jul 12, 2011 at 13:18

yozhik's user avatar

yozhikyozhik

4,37613 gold badges63 silver badges97 bronze badges

2

You must logout from your iTunes account in the settings app. Then try again and use a test account. You can create them in the iTunes connect page.

answered Jun 6, 2012 at 2:13

OscarVGG's user avatar

OscarVGGOscarVGG

2,6202 gold badges25 silver badges34 bronze badges

1

I’m working with In App Purchase. I’m trying to get all my transactions from AppleStore. After request, I catch an error code:

request error Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)”

[[SKPaymentQueue defaultQueue] restoreCompletedTransactions];

I have not even enter my user credentials. How to fix it? Whats a problem? Anybody know?
PS: I’m testing it on iPad and iPhone devices — not Simulator. Thanx!

enter image description here

asked Jul 12, 2011 at 13:18

yozhik's user avatar

yozhikyozhik

4,37613 gold badges63 silver badges97 bronze badges

2

You must logout from your iTunes account in the settings app. Then try again and use a test account. You can create them in the iTunes connect page.

answered Jun 6, 2012 at 2:13

OscarVGG's user avatar

OscarVGGOscarVGG

2,6202 gold badges25 silver badges34 bronze badges

1

Looks like no one’s replied in a while. To start the conversation again, simply

ask a new question.

I keep getting a domain error when I try to purchase something.

As dumb as it sounds I’m trying to just get a 1 month thing for tinder, when I click and try to purchase it it pops up a purchase error please try again screen with (Domain:SKErrorDomain Error Code: 0)

Posted on Jul 19, 2018 5:58 AM

Similar questions

  • in-app Purchase error
    I’m not able to do an in-app purchase (Tinder), the error message is as follows:

    Purchase error
    Please try again.
    (Domain: TNDRPurchasesRequestErrorDomain Error code: 15)

    I tried it with iOS 15.1 and 15.2 on iPhone 13 Pro, iPhone 6s and iPad Pro.
    I restarted the app and the OS, logged out and in (the whole system and only purchase account).
    I tried wifi and mobile network connection.
    … over several days, always the same error.
    Google does not find any result for this error…

    56
    1

  • Every time I try to make a purchase I get an error message
    Every time I try to make a purchase I get this error message…

    [Re-Titled by Host]

    109
    2

  • Error 2307 please advise.
    Hello,

    i am am trying to purchase in game items however I am getting error 2307.

    i can purchase the lower items however it only lets me do it once.

    please advise as to what happen!

    107
    1

1 reply

Jul 20, 2018 8:45 AM in response to wilhitechristian

Hello wilhitechristian,

Thanks for that info and choosing the Apple Support Communities. If I understand correctly, you are unable to make an in-app purchase in the Tinder app. If you haven’t already, please force close the Tinder app and restart your device, then follow these steps:

If you have trouble making an in-app purchase, make sure that your payment information is up to date. For any other issues with in-app purchases, you can report a problem. You can also change or cancel your auto-renewing in-app subscriptions.

Force an app to close on your iPhone, iPad, or iPod touch ​

Restart your iPhone, iPad, or iPod touch ​

About in-app purchases

Cheers!

1 reply

Jul 20, 2018 8:45 AM in response to wilhitechristian

Hello wilhitechristian,

Thanks for that info and choosing the Apple Support Communities. If I understand correctly, you are unable to make an in-app purchase in the Tinder app. If you haven’t already, please force close the Tinder app and restart your device, then follow these steps:

If you have trouble making an in-app purchase, make sure that your payment information is up to date. For any other issues with in-app purchases, you can report a problem. You can also change or cancel your auto-renewing in-app subscriptions.

Force an app to close on your iPhone, iPad, or iPod touch ​

Restart your iPhone, iPad, or iPod touch ​

About in-app purchases

Cheers!

I keep getting a domain error when I try to purchase something.

Мое приложение только что появилось в iTunes Store, и после этого я не могу начать какую-либо покупку. Я тестировал приложение и его работу в Sandbox envoirnemnt. Но приложение Live дает ошибку

Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store

enum value = SKErrorUnknown

Я попытался выписать любые тестовые учетные записи из входа в магазин, но он просто не запрашивает учетные записи и ошибки в учетной записи. Любая подсказка!

Ответ 1

Это может произойти из-за двух проблем, о которых я думаю.

  • Убедитесь, что вы поместили правильный «Идентификатор продукта». Если это произойдет, вы получите ошибку 0 вскоре после вызова — [SKPaymentQueue addPayment:], прежде чем вы получите всплывающее окно с просьбой подтвердить платеж.

  • Ваш тестовый пользователь стал недействительным. Это может произойти, если вы случайно заходите в App Store со своим тестовым пользователем. Когда это произойдет, вы получите сообщение об ошибке 0 после ввода пароля для подтверждения платежа.

Чтобы исправить проблему №1, введите правильный идентификатор продукта. Чтобы устранить проблему №2, создайте нового тестового пользователя в iTunes Connect и, возможно, удалите старого пользователя теста.

Надеюсь, это поможет вам.

Ответ 2

Проверьте, не выходите из iTunes Store
Чтобы выйти из системы, выполните следующие действия:

  • Откройте приложение «Настройки»
  • Нажмите строку «Сохранить»
  • Нажмите «Выйти»

Ответ 3

Я получал ту же ошибку при тестировании подписки, смог заставить ее работать, добавив локализацию (имя для подписки) и Описание) к продукту из iTunes connect.

Ответ 4

вы можете проверить несколько вещей и проверить их.

Verify following things:

(1) ваше приложение Bundle ID. он должен быть таким же, как вы создали в магазине iTunes, в котором вы добавили в App Purchase.

(2) Проверьте имя In App Identifier, которое вы используете в приложении.

Если какой-либо из них не соответствует, он будет генерировать исключение Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store.

Ответ 5

Этот сценарий был именно моим. После вызова addPayment появилось диалоговое окно, в котором говорилось: «Войдите в магазин iTunes с существующей или новой учетной записью». Как только я выбрал Login, я получил ошибку выше.

Я повторно инициализировал свой iPad и вышел из iCloud. Не повезло. Затем, показывая друга, обнаружил, что есть также iTunes a & Вариант выбора AppStore отличается от этого. Нажав на линию Touch Id, он предложил мне вариант выхода. Затем мне было предложено войти в тестовую учетную запись при совершении покупки. Это сработало!

Ответ 6

в вашем Xcode:

  • Нажмите на название активной схемы рядом с кнопкой «Стоп»
  • Нажмите «Изменить схему».
  • в Run (Debug) выберите вкладку «Аргументы»
  • в переменных среды нажмите +
  • добавить переменную: OS_ACTIVITY_MODE = отключить

Я работаю над покупкой IN App, storekit.

Я получаю эту ошибку:

ошибка запроса Error Domain = SKErrorDomain Code = 0 «Операция не может быть завершена. (Ошибка SKErrorDomain 0.)»

Что это значит?

4 ответа

Иногда, когда у вас плохое подключение к Интернету, оно возвращает эту ошибку, потому что приложение не может связаться с сервером Apple. Просто попробуйте повторить попытку или, если у вас есть другой источник подключения к Интернету, попробуйте подключиться туда, а затем снова сделайте то, что хотите.


5

AlexVogel
3 Июн 2013 в 15:27

Используйте устройство для тестирования, а не симулятор


4

Robert Childan
22 Апр 2011 в 04:58

Перезагрузка устройства помогла мне


2

Rafael
7 Ноя 2014 в 08:10

Это происходило на симуляторе, и простое закрытие симулятора и повторное открытие, казалось, исправили это.


0

Karl Taylor
6 Июн 2020 в 02:15

Domain=SKErrorDomain Code=0 “(null)” is one of the more common errors that you may struggle with while processing in-app purchases. This error can occur in both production and sandbox environments and affects the fail to success payment ratio of your app.

Though the reason for this error is more likely to be on the App Store’s side, there still are a few things to try.

In this article, we’ll give you a brief overview of the possible reasons for the error, and what you could test to prevent it from happening.

SKErrorDomain Code=0 in the sandbox environment

When SKErrorCode=0 occurs while in the sandbox environment and not in the production environment, it could be related to issues with the sandbox on Apple’s side and could potentially affect the make payment call and the /verifyReceipt endpoint, although it won’t do this in production mode.

Things you can check:

  • Test your in-app purchases with a real device, not in the simulator
  • Check your in-app Product ID
  • Create a new sandbox test account on the App Store, then logout from all other accounts, and then test it with the new sandbox test account
  • Check whether your in-app purchases are configured correctly on App Store Connect and have the following statuses: Ready to submit or Ready for sale.
  • Check if your app bundle ID matches the bundle ID from App Store Connect where the purchases were created.
  • Add Localisation (Subscription Display Name and Description) to the product. The hypothesis is that there is no obvious way to see this from the error and therefore you may quickly miss it when you are preparing placeholders for future In-App Purchases. However, it seems that Apple should mention this in its documentation and implement an error code that gives a warning about any missing metadata.
  • Reboot/Reset the device
  • Check that you agreed with the latest versions of Apple’s policies

If you have tried everything from the list above, then it means that the issue is on the App Store’s side and you should follow the information on Apple’s status page or submit a bug report.

SKErrorDomain Code=0 during the review process

If you have difficulties during the app review process, then you will have to ask the reviewer to retry the purchase. Also, Apple’s engineers highlight that App Review should not see any issues with sandboxes as they use special accounts for the review process. So if your app was rejected then the issue mostly probably lies elsewhere.

SKErrorDomain Code=0 in production environment

If you receive Error Domain=SKErrorDomain Code=0 “Operation could not be completed. (SKErrorDomain error 0.)” in the production environment, try the following:

Make sure you have used the correct Product Identifier. If you have, then you’ll get error 0 shortly after calling [SKPaymentQueue addPayment:], and before you get the popup asking you to confirm payment.

Try to create a new test user as your current test user might have been invalidated. This can happen if you accidentally log into the App Store with your test user. When this happens, you’ll get error 0 after entering your password to confirm the payment.

Unfortunately, not much else can be done regarding this error while in the production environment. This error mostly comes directly from Apple, and is an unknown error to do with their API. If you are using Qonversion to manage in-app subscriptions, we would also recommend checking our status page for any reported outages. Unfortunately, these errors are returned randomly and directly from Apple.

Submit a bug report about SKErrorDomain Code=0

When the issue is on Apple’s side, it can affect everyone or just some users. It’s always a good idea to submit a bug report with complete information, including a sysdiagnose archive from the device. To submit the bug report, please use Apple Developer Bug Report and follow the instructions. Before you begin, make sure you are familiar with triggering the sysdiagnose log, then follow and perform each step to replicate the problem. When the failure occurs, first, trigger the sysdiagnose profile, then wait 5 minutes before syncing the device with Apple Store and then look for the sysdiagnose archive file. While reproducing the issue, you should take screenshots showing evidence of the connection failure.

We will update this article if and when more details regarding this error become available. If you are getting other Storekit errors, then check out this complete guide on how to handle storekit errors.

Вопрос:

Сегодня при тестировании IAP в режиме песочницы мы неожиданно получили SKPaymentTransactionStateFailed с сообщением об ошибке:

Ошибка домена = Код SKErrorDomain = 0 “Не удается подключиться к iTunes Store” UserInfo = {NSLocalizedDescription = Не удается подключиться к iTunes Store}

Затем появляется предупреждение

V3IOk.png

Он работает до этого, мы не изменили код, связанный с IAP.

Я искал stackoverflow и google и пробовал:

  • Тестирование с помощью устройства, а не симулятора,
  • Убедитесь, что идентификатор продукта прав.
  • Убедитесь, что номер сборки в общих настройках XCode прав.
  • Создайте новую тестовую учетную запись для песочницы в iTunes connect и выйдите из другой учетной записи, затем протестируйте тестовую учетную запись в песочнице.
  • Перезагрузите / Reset устройство
  • Убедитесь, что учетная запись разработчика Apple недавно не обновляется.

Ничто из этого не работает для меня. Любые предложения?

Обновление: я думаю, что это проблема с сервером iTunes Connect Server, он теперь решен.

H1JnV.png

Лучший ответ:

Кажется, что сейчас происходит ошибка. Наши журналы показывают увеличенные ошибки в как производственной, так и песочнице. До сих пор мы еще не видели решения.

– Edit –

Это исправлено.
введите описание изображения здесь

Голосование, чтобы закрыть эту проблему, чтобы избежать путающих будущих подобных проблем.

I am working on IN App purchase, storekit.

I am getting this error:

request error Error Domain=SKErrorDomain Code=0 «Operation could not be completed. (SKErrorDomain error 0.)»

What does this means?

Kirk Woll's user avatar

Kirk Woll

75.2k21 gold badges183 silver badges193 bronze badges

asked Jun 12, 2010 at 13:14

Shishir.bobby's user avatar

Shishir.bobbyShishir.bobby

11k20 gold badges70 silver badges100 bronze badges

3

Sometimes when you have bad internet connection, it returns that error because the app cannot communicate with the apple server. Just try to retry or if you have another internet connection source, try connecting there then do what you want again.

AlexVogel's user avatar

AlexVogel

10.6k10 gold badges62 silver badges71 bronze badges

answered Jun 3, 2013 at 11:07

Bryan P's user avatar

use device for testing not simulator

answered Apr 22, 2011 at 0:58

Robert Childan's user avatar

Robert ChildanRobert Childan

9831 gold badge12 silver badges22 bronze badges

1

Restarting the device worked for me

answered Nov 7, 2014 at 5:10

Rafael's user avatar

RafaelRafael

1,0674 gold badges21 silver badges44 bronze badges

This was happening on the Simulator and just closing the simulator and re-opening seemed to fixed it

answered Jun 5, 2020 at 23:15

Karl Taylor's user avatar

Karl TaylorKarl Taylor

4,6013 gold badges31 silver badges60 bronze badges

Looks like no one’s replied in a while. To start the conversation again, simply

ask a new question.

I keep getting a domain error when I try to purchase something.

As dumb as it sounds I’m trying to just get a 1 month thing for tinder, when I click and try to purchase it it pops up a purchase error please try again screen with (Domain:SKErrorDomain Error Code: 0)

Posted on Jul 19, 2018 5:58 AM

Similar questions

  • in-app Purchase error
    I’m not able to do an in-app purchase (Tinder), the error message is as follows:

    Purchase error
    Please try again.
    (Domain: TNDRPurchasesRequestErrorDomain Error code: 15)

    I tried it with iOS 15.1 and 15.2 on iPhone 13 Pro, iPhone 6s and iPad Pro.
    I restarted the app and the OS, logged out and in (the whole system and only purchase account).
    I tried wifi and mobile network connection.
    … over several days, always the same error.
    Google does not find any result for this error…

    245
    1

  • Every time I try to make a purchase I get an error message
    Every time I try to make a purchase I get this error message…

    [Re-Titled by Host]

    181
    2

  • Error 2307 please advise.
    Hello,

    i am am trying to purchase in game items however I am getting error 2307.

    i can purchase the lower items however it only lets me do it once.

    please advise as to what happen!

    149
    1

1 reply

Jul 20, 2018 8:45 AM in response to wilhitechristian

Hello wilhitechristian,

Thanks for that info and choosing the Apple Support Communities. If I understand correctly, you are unable to make an in-app purchase in the Tinder app. If you haven’t already, please force close the Tinder app and restart your device, then follow these steps:


If you have trouble making an in-app purchase, make sure that your payment information is up to date. For any other issues with in-app purchases, you can report a problem. You can also change or cancel your auto-renewing in-app subscriptions.

Force an app to close on your iPhone, iPad, or iPod touch ​

Restart your iPhone, iPad, or iPod touch ​

About in-app purchases

Cheers!

1 reply

Jul 20, 2018 8:45 AM in response to wilhitechristian

Hello wilhitechristian,

Thanks for that info and choosing the Apple Support Communities. If I understand correctly, you are unable to make an in-app purchase in the Tinder app. If you haven’t already, please force close the Tinder app and restart your device, then follow these steps:


If you have trouble making an in-app purchase, make sure that your payment information is up to date. For any other issues with in-app purchases, you can report a problem. You can also change or cancel your auto-renewing in-app subscriptions.

Force an app to close on your iPhone, iPad, or iPod touch ​

Restart your iPhone, iPad, or iPod touch ​

About in-app purchases

Cheers!

I keep getting a domain error when I try to purchase something.

Понравилась статья? Поделить с друзьями:
  • Sk712 коды ошибок
  • Skoda fabia ошибка 00705
  • Sk 712 ошибка е02
  • Skm22za ошибки кондиционер mitsubishi
  • Sk 712 ошибка e02